![]() |
Routines |
Prev: F31D | Up: Map | Next: F359 |
|
||||
F338 | LD HL,$E3E7 | HL=Data_ItemGroup_Water. | ||
F33B | CALL CheckItemGroupPresent | Call CheckItemGroupPresent. | ||
F33E | CP $6C | Jump to F31D if A is equal to 6C. | ||
F340 | JP Z,$F31D | |||
F343 | CP $32 | Jump to Response_YouveDoneThatAlready if A is equal to 32. | ||
F345 | JP Z,Response_YouveDoneThatAlready | |||
F348 | JP $F2FF | Jump to F2FF. | ||
F34B | LD A,($A7C3) | Jump to Response_YouveDoneThatAlready if *CurrentRoom is equal to room 63: The Inner Courtyard. | ||
F34E | CP $63 | |||
F350 | JP Z,Response_YouveDoneThatAlready | |||
F353 | LD A,$63 | A=63. | ||
F355 | CALL $EB10 | Call EB10. | ||
F358 | RET | Return. |
Prev: F31D | Up: Map | Next: F359 |