![]() |
Routines |
Prev: F31D | Up: Map | Next: F34B |
|
||||
Process_EnterIntoWater | F338 | LD HL,$E3E7 | Call CheckItemGroupPresent with Data_ItemGroup_Water. | |
F33B | CALL CheckItemGroupPresent | |||
F33E | CP $6C | Jump to Process_EnterIntoLake if A is equal to 6C. | ||
F340 | JP Z,Process_EnterIntoLake | |||
F343 | CP $32 | Jump to Response_YouveDoneThatAlready if A is equal to 32. | ||
F345 | JP Z,Response_YouveDoneThatAlready | |||
F348 | JP Process_EnterIntoPool | Jump to Process_EnterIntoPool. |
Prev: F31D | Up: Map | Next: F34B |