![]() |
Routines |
Prev: 62237 | Up: Map | Next: 62283 |
|
||||
Process_EnterIntoWater | 62264 | LD HL,58343 | Call CheckItemGroupPresent with Data_ItemGroup_Water. | |
62267 | CALL CheckItemGroupPresent | |||
62270 | CP 108 | Jump to Process_EnterIntoLake if A is equal to 108. | ||
62272 | JP Z,Process_EnterIntoLake | |||
62275 | CP 50 | Jump to Response_YouveDoneThatAlready if A is equal to 50. | ||
62277 | JP Z,Response_YouveDoneThatAlready | |||
62280 | JP Process_EnterIntoPool | Jump to Process_EnterIntoPool. |
Prev: 62237 | Up: Map | Next: 62283 |