![]()  | 
Routines | 
| Prev: EE9B | Up: Map | Next: EEBB | 
| 
 
This event handles the seagull appearing.
 
 | 
||||
| 
 
Print "
A seagull soars in the breeze
above you...".
 
 | 
||||
| Event_Seagull | EEA9 | LD HL,$D6EA | HL=D6EA. | |
| EEAC | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
| 
 
Print "It wheels gently,
and then flies off.".
 
 | 
||||
| EEAF | LD HL,$D716 | HL=D716. | ||
| EEB2 | CALL PausePrintStringAndScroll | Call PausePrintStringAndScroll. | ||
| EEB5 | LD A,$80 | Call Handler_DestroyItemEvent using scenic event: 00. | ||
| EEB7 | CALL Handler_DestroyItemEvent | |||
| EEBA | RET | Return. | ||
| Prev: EE9B | Up: Map | Next: EEBB |