Prev: 64230 Up: Map Next: 64265
64258: Display "YOUR HANDS ARE FULL" window (13) and return to game
Used by the routines at 41578, 41924 and 44635.
Input
HL (entry at 64261 only) Address of text to print in window
64258 LD HL,51849 Point HL at "YOUR HANDS ARE FULL" text
This entry point is used by the routines at 41578, 41748, 41924, 42157, 42257, 44635, 64265, 64270 and 64275.
64261 CALL 64317 Display window 13 with text at HL and return to game...
64264 DEFB 13 ...
Prev: 64230 Up: Map Next: 64265