Routines |
Prev: C7DD | Up: Map | Next: C7FC |
|
||||
Is Player Protected in "Barrel"
|
||||
EventForestriver | C7EA | LD A,($C11C) | If player mother object is object $13 - "Barrel" then return. | |
C7ED | CP $13 | |||
C7EF | RET Z | |||
Uh oh ... you dead.
|
||||
C7F0 | CALL PercentageLocation | Call PercentageLocation. | ||
C7F3 | LD HL,$B26D | HL="You are swept forcefully against the portcullis" | ||
C7F6 | CALL PrintMsg | Call PrintMsg. | ||
C7F9 | JP YouAreDead | Jump to YouAreDead. |
Prev: C7DD | Up: Map | Next: C7FC |