![]() |
Routines |
Prev: 62480 | Up: Map | Next: 62504 |
|
||||
The player is asking to jump "down" - print "You can't." if they're in any room other than
Inside The Inner Wall Entrance.
|
||||
Process_JumpDown | 62486 | LD A,(42947) | Jump to Response_YouCant_Duplicate if *CurrentRoom is not equal to room 96: Inside The Inner Wall Entrance. | |
62489 | CP 96 | |||
62491 | JP NZ,Response_YouCant_Duplicate | |||
Inside The Inner Wall Entrance has a bit of a large jump down ... too large in fact.
Bad luck!
|
||||
62494 | LD HL,59826 | Switch GameOver onto the stack so the next return actions a "game over". | ||
62497 | EX (SP),HL | |||
Print "You plummet onto the rock floor
below and are mortally injured.".
|
||||
62498 | LD HL,55874 | HL=Messaging_PlummetOntoTheRockFloor. | ||
62501 | JP PrintStringAndNewline_Duplicate | Jump to PrintStringAndNewline_Duplicate. |
Prev: 62480 | Up: Map | Next: 62504 |