![]() |
Routines |
Prev: 60084 | Up: Map | Next: 60132 |
|
||||
Print "
The woman goes South.".
|
||||
Event_WomanGuidesThroughSwamp_South | 60108 | LD HL,52284 | HL=Messaging_WomanGoesSouth. | |
60111 | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
60114 | LD A,64 | Call Handler_DestroyItemEvent with item 64: N/A. | ||
60116 | CALL Handler_DestroyItemEvent | |||
60119 | LD A,65 | Call ScenicEventTriggered with item 65: N/A. | ||
60121 | CALL ScenicEventTriggered | |||
60124 | LD B,61 | Call Handler_UpdateItemLocation to move "A young woman" to The Swamp. | ||
60126 | LD C,37 | |||
60128 | CALL Handler_UpdateItemLocation | |||
60131 | RET | Return. |
Prev: 60084 | Up: Map | Next: 60132 |