![]()  | 
Routines | 
| Prev: EA90 | Up: Map | Next: EAB4 | 
| 
 | 
||||
| 
 
Print "
The woman says:-
"Warlord,I can guide you through
the swamp. Follow me."
She goes North.".
 
 | 
||||
| Event_WomanGuidesThroughSwamp_North | EA9C | LD HL,$CBCC | HL=Messaging_WomanSaysWarlordGuideSwamp. | |
| EA9F | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
| EAA2 | LD A,$3E | Call Handler_DestroyItemEvent with item 3E: N/A. | ||
| EAA4 | CALL Handler_DestroyItemEvent | |||
| EAA7 | LD A,$3F | Call ScenicEventTriggered with item 3F: N/A. | ||
| EAA9 | CALL ScenicEventTriggered | |||
| EAAC | LD B,$3D | Call Handler_UpdateItemLocation to move "A young woman" to A Small Clearing. | ||
| EAAE | LD C,$2C | |||
| EAB0 | CALL Handler_UpdateItemLocation | |||
| EAB3 | RET | Return. | ||
| Prev: EA90 | Up: Map | Next: EAB4 |