Prev: 62955 Up: Map Next: 63008
62969: Routine at F5F9
62969 LD A,(42947) Jump to 62980 if *CurrentRoom is not equal to room 67: The Crystal Cavern.
62972 CP 67
62974 JR NZ,62980
62976 LD A,87 A=87.
62978 JR 62991 Jump to 62991.
62980 LD A,67 A=67.
62982 LD HL,42861 Jump to 62991 if bit 5 of *42861 is not set.
62985 BIT 5,(HL)
62987 JR Z,62991
62989 LD A,86 A=86.
62991 PUSH AF Stash AF on the stack.
Print "You feel a sense of rushing movement...".
62992 LD HL,56509 HL=Messaging_SenseOfRushingMovement.
62995 CALL PrintStringAndNewline Call PrintStringAndNewline.
62998 LD B,50 B=50.
63000 CALL Pause_Loop Call Pause_Loop.
63003 POP AF Restore AF from the stack.
63004 CALL 60176 Call 60176.
63007 RET Return.
Prev: 62955 Up: Map Next: 63008