![]() |
Routines |
Prev: 61083 | Up: Map | Next: 61115 |
This event handles the seagull appearing.
|
||||
Print "
A seagull soars in the breeze
above you...".
|
||||
Event_Seagull | 61097 | LD HL,55018 | HL=55018. | |
61100 | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
Print "It wheels gently,
and then flies off.".
|
||||
61103 | LD HL,55062 | HL=55062. | ||
61106 | CALL PausePrintStringAndScroll | Call PausePrintStringAndScroll. | ||
61109 | LD A,128 | Call Handler_DestroyItemEvent using scenic event: 0. | ||
61111 | CALL Handler_DestroyItemEvent | |||
61114 | RET | Return. |
Prev: 61083 | Up: Map | Next: 61115 |