![]() |
Routines |
Prev: EAE4 | Up: Map | Next: EB09 |
|
||||
Print "
As you watch,the druid performs
a sacrificial rite.He puts a
slave into a wicker cage and
lights a fire beneath it...".
|
||||
Event_Druid | EAF7 | LD HL,$CC53 | HL=Messaging_WatchDruidPerformsSacrificialRite. | |
EAFA | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
Print "The unfortunate slave perishes
and the fire goes out.".
|
||||
EAFD | LD HL,$CCCA | HL=Messaging_SlavePerishes. | ||
EB00 | CALL PausePrintStringAndScroll | Call PausePrintStringAndScroll. | ||
EB03 | LD A,$4A | Call Handler_DestroyItemEvent with item 4A: N/A. | ||
EB05 | CALL Handler_DestroyItemEvent | |||
EB08 | RET | Return. |
Prev: EAE4 | Up: Map | Next: EB09 |