![]() |
Routines |
Prev: 61868 | Up: Map | Next: 61908 |
|
||||
Print "You are getting too close!".
|
||||
Process_GiveFoodToWolves | 61892 | LD HL,54933 | HL=Messaging_GettingTooClose. | |
61895 | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
Bad luck!
|
||||
61898 | LD HL,59826 | Switch GameOver onto the stack so the next return actions a "game over". | ||
61901 | EX (SP),HL | |||
Print "The wolves are upon you,dragging
you to the ground.".
|
||||
61902 | LD HL,55011 | HL=Messaging_WolvesUponYou. | ||
61905 | JP PausePrintStringAndScroll_Duplicate | Jump to PausePrintStringAndScroll_Duplicate. |
Prev: 61868 | Up: Map | Next: 61908 |