![]()  | 
Routines | 
| Prev: F36E | Up: Map | Next: F39B | 
| 
 | 
||||
| Process_ClimbOut | F383 | LD A,($A7C3) | A=*CurrentRoom. | |
| F386 | CP $0D | Jump to Response_YouCant_Duplicate if A is equal to room 0D: A Narrow Underwater Passage. | ||
| F388 | JP Z,Response_YouCant_Duplicate | |||
| F38B | CP $0C | Jump to Process_ClimbOutOfPool if A is equal to room 0C: In A Deep Pool Of Water. Inside The Sea Cavern. | ||
| F38D | JP Z,Process_ClimbOutOfPool | |||
| F390 | CP $15 | Jump to Process_ClimbOutOfPool if A is equal to room 15: In A Deep Pool. Inside Lug's Cavern. | ||
| F392 | JP Z,Process_ClimbOutOfPool | |||
| 
 
Print "You're in nothing you need to
climb out of.".
 
 | 
||||
| F395 | LD HL,$D9A3 | HL=Messaging_YoureInNothingYouNeedToClimbOutOf. | ||
| F398 | JP PrintStringAndNewline_Duplicate | Jump to PrintStringAndNewline_Duplicate. | ||
| Prev: F36E | Up: Map | Next: F39B |