Prev: 62188 Up: Map Next: 62237
62207: Process:
Used by the routine at 62264.
62207 LD A,(42947) Load *CurrentRoom into A.
62210 CP 12 Jump to Response_YouveDoneThatAlready if the player is in room 12: In A Deep Pool Of Water. Inside The Sea Cavern.
62212 JP Z,Response_YouveDoneThatAlready
62215 CP 21 Jump to Response_YouveDoneThatAlready if the player is in room 21: In A Deep Pool. Inside Lug's Cavern.
62217 JP Z,Response_YouveDoneThatAlready
62220 CP 5 Jump to 62228 if the player is not in room 5: The Sea Cavern.
62222 JR NZ,62228
62224 LD A,12 Load item 12: "The body of the Roman" into A.
62226 JR 62230 Jump to 62230.
62228 LD A,21 Load item 21: "A deep pool of water" into A.
62230 CALL 60176 Call 60176.
62233 CALL 63404 Call 63404.
62236 RET Return.
Prev: 62188 Up: Map Next: 62237