Prev: 62283 Up: Map Next: 62318
62297: Process: Climb Out Of Pool
Used by the routines at Process_ClimbOutOfWater and Process_ClimbOut.
Process_ClimbOutOfPool 62297 LD A,(42947) Load *CurrentRoom into A.
62300 LD B,5 B=5.
62302 CP 12 Jump to Process_ClimbOutOfPool_0 if the player is in room 12: In A Deep Pool Of Water. Inside The Sea Cavern.
62304 JR Z,Process_ClimbOutOfPool_0
62306 CP 21 Jump to Response_YoureNotInIt if the player is not in room 21: In A Deep Pool. Inside Lug's Cavern.
62308 JP NZ,Response_YoureNotInIt
62311 LD B,20 B=20.
Process_ClimbOutOfPool_0 62313 LD A,B A=B.
62314 CALL ChangeRoom Call ChangeRoom.
62317 RET Return.
Prev: 62283 Up: Map Next: 62318