![]() |
Routines |
Prev: 62264 | Up: Map | Next: 62318 |
62297 | LD A,(42947) | Load *CurrentRoom into A. | ||
62300 | LD B,5 | B=5. | ||
62302 | CP 12 | Jump to 62313 if the player is in room 12: In A Deep Pool Of Water. Inside The Sea Cavern. | ||
62304 | JR Z,62313 | |||
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. | ||
62313 | LD A,B | A=B. | ||
62314 | CALL 60176 | Call 60176. | ||
62317 | RET | Return. |
Prev: 62264 | Up: Map | Next: 62318 |