![]() |
Routines |
Prev: EA6C | Up: Map | Next: EA84 |
|
||||
Print "
You catch a glimpse of a furtive
figure...".
|
||||
Event_FurtiveFigure | EA72 | LD HL,$CB19 | HL=Messaging_YouCatchGlimpseOfAFurtiveFigure. | |
EA75 | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
Print "
It quickly vanishes into the
milling throng.".
|
||||
EA78 | LD HL,$CB45 | HL=Messaging_QuicklyVanishes. | ||
EA7B | CALL PausePrintStringAndScroll | Call PausePrintStringAndScroll. | ||
EA7E | LD A,$08 | Call Handler_DestroyItemEvent with item 08: N/A. | ||
EA80 | CALL Handler_DestroyItemEvent | |||
EA83 | RET | Return. |
Prev: EA6C | Up: Map | Next: EA84 |