![]() |
Routines |
Prev: EB10 | Up: Map | Next: EBB9 |
|
||||
EBA7 | LD A,($A7C3) | Return if *CurrentRoom is not room 42: Inside A Rock Cavern. | ||
EBAA | CP $42 | |||
EBAC | RET NZ | |||
This entry point is used by the routine at ED57.
|
||||
EBAD | LD A,$6D | Call CheckObjectInInventory with "A cloak (worn)". | ||
EBAF | CALL CheckObjectInInventory | |||
EBB2 | RET Z | Return if the player has "A cloak (worn)" in their inventory. | ||
Print "As you move through the fire
curtain,you are incinerated.".
|
||||
EBB3 | LD HL,$DF48 | HL=Messaging_MoveThroughFirecurtain. | ||
EBB6 | JP $EB9D | Jump to EB9D. |
Prev: EB10 | Up: Map | Next: EBB9 |