![]() |
Routines |
Prev: F1AC | Up: Map | Next: F1D4 |
|
||||
Print "You are getting too close!".
|
||||
Process_GiveFoodToWolves | F1C4 | LD HL,$D695 | HL=Messaging_GettingTooClose. | |
F1C7 | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
Bad luck!
|
||||
F1CA | LD HL,$E9B2 | Switch GameOver onto the stack so the next return actions a "game over". | ||
F1CD | EX (SP),HL | |||
Print "The wolves are upon you,dragging
you to the ground.".
|
||||
F1CE | LD HL,$D6E3 | HL=Messaging_WolvesUponYou. | ||
F1D1 | JP PausePrintStringAndScroll_Duplicate | Jump to PausePrintStringAndScroll_Duplicate. |
Prev: F1AC | Up: Map | Next: F1D4 |