![]() |
Routines |
Prev: 60357 | Up: Map | Next: 60412 |
|
||||
Process_EnterForestPath | 60378 | LD HL,42860 | Return if bit 1 of *Flag_GameStates_01 is set. | |
60381 | BIT 1,(HL) | |||
60383 | RET NZ | |||
60384 | SET 1,(HL) | Set bit 1 of *Flag_GameStates_01. | ||
60386 | LD A,0 | Call Handler_DestroyItemEvent with item 0: N/A. | ||
60388 | CALL Handler_DestroyItemEvent | |||
60391 | LD A,1 | Call Handler_DestroyItemEvent with item 1: N/A. | ||
60393 | CALL Handler_DestroyItemEvent | |||
60396 | LD A,2 | Call ScenicEventTriggered with event 2: N/A. | ||
60398 | CALL ScenicEventTriggered | |||
60401 | LD A,3 | Call ScenicEventTriggered with event 3: N/A. | ||
60403 | CALL ScenicEventTriggered | |||
60406 | LD A,4 | Call AddToScore to add 4 points to the score. | ||
60408 | CALL AddToScore | |||
60411 | RET | Return. |
Prev: 60357 | Up: Map | Next: 60412 |