Prev: 7F8E Up: Map Next: 7F92
7F90: Message 7: '{grassee}'
Used by the routine at F100 to hold the character number of whoever is being grassed up by EINSTEIN for writing on the board (0xCE=BOY WANDER, or 0xD2=ERIC); it is a submessage of message 0x58. Note that storing the character number (0xCE or 0xD2) here is a mistake; it should be the message number of the character's name (0x1B or 0x1F) instead. In any case, this message (along with parent message 0x58) is never used, because of a bug in the section of code at F19C.
7F90 DEFB $00
7F91 DEFB $00 End marker
Prev: 7F8E Up: Map Next: 7F92