Prev: 6FC4 Up: Map Next: 6FC7
6FC5: Last used random message numbers
Used by the routine at 6FC8. When it appears in a message, ASCII code 0x61 is replaced by a randomly chosen message denoting a person or group of people; similarly, ASCII code 0x62 is replaced by a randomly chosen message containing a verb (see 6EC5). The numbers of those randomly chosen messages are stored here for future reference.
6FC5 DEFB $08 Last used message number for a person or group of people (e.g. message 0x08: RATCATCHER)
6FC6 DEFB $10 Last used message number for a verb (e.g. message 0x11: TAPDANCE)
Prev: 6FC4 Up: Map Next: 6FC7