Prev: F2EC Up: Map Next: F31D
F2FF: Process:
Used by the routine at F338.
F2FF LD A,($A7C3) Load *CurrentRoom into A.
F302 CP $0C Jump to Response_YouveDoneThatAlready if the player is in room 0C: In A Deep Pool Of Water. Inside The Sea Cavern.
F304 JP Z,Response_YouveDoneThatAlready
F307 CP $15 Jump to Response_YouveDoneThatAlready if the player is in room 15: In A Deep Pool. Inside Lug's Cavern.
F309 JP Z,Response_YouveDoneThatAlready
F30C CP $05 Jump to F314 if the player is not in room 05: The Sea Cavern.
F30E JR NZ,$F314
F310 LD A,$0C Load item 0C: "The body of the Roman" into A.
F312 JR $F316 Jump to F316.
F314 LD A,$15 Load item 15: "A deep pool of water" into A.
F316 CALL $EB10 Call EB10.
F319 CALL $F7AC Call F7AC.
F31C RET Return.
Prev: F2EC Up: Map Next: F31D