Prev: F359 Up: Map Next: F383
F36E: Routine at F36E
F36E LD A,($A7C3) Load *CurrentRoom into A.
F371 CP $0D Jump to Response_YouCant_Duplicate if the player is in room 0D: A Narrow Underwater Passage.
F373 JP Z,Response_YouCant_Duplicate
F376 CP $0C Jump to F359 if the player is in room 0C: In A Deep Pool Of Water. Inside The Sea Cavern.
F378 JP Z,$F359
F37B CP $15 Jump to F359 if the player is in room 15: In A Deep Pool. Inside Lug's Cavern.
F37D JP Z,$F359
F380 JP Response_YoureNotInIt Jump to Response_YoureNotInIt.
Prev: F359 Up: Map Next: F383