Prev: 62188 Up: Map Next: 62237
62207: Process: Enter Into Pool
Used by the routine at Process_EnterIntoWater.
Process_EnterIntoPool 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 Process_EnterIntoPool_0 if the player is not in room 5: The Sea Cavern.
62222 JR NZ,Process_EnterIntoPool_0
62224 LD A,12 Load item 12: "The body of the Roman" into A.
62226 JR Process_EnterIntoPool_1 Jump to Process_EnterIntoPool_1.
Process_EnterIntoPool_0 62228 LD A,21 Load item 21: "A deep pool of water" into A.
Process_EnterIntoPool_1 62230 CALL ChangeRoom Call ChangeRoom.
62233 CALL Process_LoseSalt Call Process_LoseSalt.
62236 RET Return.
Prev: 62188 Up: Map Next: 62237