![]() |
Routines |
Prev: EEA9 | Up: Map | Next: EECD |
This event handles the rat appearing.
|
||||
Print "
A rat runs out on to the
path,in front of you...".
|
||||
Event_Rat | EEBB | LD HL,$D73C | HL=D73C. | |
EEBE | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
Print "It sniffs the air and then
scurries off.".
|
||||
EEC1 | LD HL,$D76E | HL=D76E. | ||
EEC4 | CALL PausePrintStringAndScroll | Call PausePrintStringAndScroll. | ||
EEC7 | LD A,$81 | A=81 (event ID: 01). | ||
EEC9 | CALL Handler_DestroyItemEvent | Call Handler_DestroyItemEvent. | ||
EECC | RET | Return. |
Prev: EEA9 | Up: Map | Next: EECD |