Prev: 62297 Up: Map Next: 62339
62318: Routine at F36E
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 62297 if the player is in room 12: In A Deep Pool Of Water. Inside The Sea Cavern.
62328 JP Z,62297
62331 CP 21 Jump to 62297 if the player is in room 21: In A Deep Pool. Inside Lug's Cavern.
62333 JP Z,62297
62336 JP Response_YoureNotInIt Jump to Response_YoureNotInIt.
Prev: 62297 Up: Map Next: 62339