Prev: 9D68 Up: Map Next: 9E15
9E05: Rex visibility active
Used by the routine at A070.
9E05 LD A,($A1F6) Return if Rex visible
9E08 OR A
9E09 RET NZ
9E0A LD A,$01 Set Rex visible
9E0C LD ($A1F6),A
9E0F LD A,$12 Set teleporting hide lines counter to 18 (height of Rex)
9E11 LD ($A1F7),A
9E14 RET
Prev: 9D68 Up: Map Next: 9E15