![]()  | 
Routines | 
| Prev: 61097 | Up: Map | Next: 61133 | 
| 
 
This event handles the rat appearing.
 
 | 
||||
| 
 
Print "
A rat runs out on to the
path,in front of you...".
 
 | 
||||
| Event_Rat | 61115 | LD HL,55100 | HL=55100. | |
| 61118 | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
| 
 
Print "It sniffs the air and then
scurries off.".
 
 | 
||||
| 61121 | LD HL,55150 | HL=55150. | ||
| 61124 | CALL PausePrintStringAndScroll | Call PausePrintStringAndScroll. | ||
| 61127 | LD A,129 | A=129 (event ID: 1). | ||
| 61129 | CALL Handler_DestroyItemEvent | Call Handler_DestroyItemEvent. | ||
| 61132 | RET | Return. | ||
| Prev: 61097 | Up: Map | Next: 61133 |