![]()  | 
Routines | 
| Prev: 62297 | Up: Map | Next: 62339 | 
| 
 | 
||||
| Process_ClimbOutOfWater | 62318 | LD A,(42947) | Load *CurrentRoom into A. | |
| 62321 | CP 13 | Jump to Response_YouCant_Duplicate if the player is in room 13: A Narrow Underwater Passage. | ||
| 62323 | JP Z,Response_YouCant_Duplicate | |||
| 62326 | CP 12 | Jump to Process_ClimbOutOfPool if the player is in room 12: In A Deep Pool Of Water. Inside The Sea Cavern. | ||
| 62328 | JP Z,Process_ClimbOutOfPool | |||
| 62331 | CP 21 | Jump to Process_ClimbOutOfPool if the player is in room 21: In A Deep Pool. Inside Lug's Cavern. | ||
| 62333 | JP Z,Process_ClimbOutOfPool | |||
| 62336 | JP Response_YoureNotInIt | Jump to Response_YoureNotInIt. | ||
| Prev: 62297 | Up: Map | Next: 62339 |