![]() |
Game Status Buffer |
Address | Length | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BBF0 | 100 |
A table where the index is the item ID, and the value is the room it resides in (00 for "currently inactive").
When the item is in the players inventory, the room ID changes to 01.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BC54 | 1 |
Holds a single byte, where each bit relates to help states as follows:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BC5C | 2 |
Corresponds to whether the player has already seen the image for the following rooms:
Used by the routine at Handler_DisplayRoomImage but uses the bit index from Table_RoomsWithImages.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BC66 | 1 |
Holds a single byte, where each bit relates to a turn-based event as follows:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BC67 | 8 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BC6F | 1 |
Holds a single byte, where each bit relates to an event as follows:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BC70 | 8 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BC78 | 9 |
A table where the index is the event ID, and the value is the room it resides in (00 for "currently inactive"). See Count_ScenicEvents for the count.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BC81 | 23 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BC98 | 1 |
The number of items the player is currently holding.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BCCB | 1 |
The room the player starts the game in is room 03:
Your Ship.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BCCC | 18 |
Pointer to the table containing groups of room IDs that an event could occur in.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BCDE | 46 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD0C | 2 |
Pointer to the table containing the game vocabulary.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD0E | 2 |
Pointer to the jump table containing turn-based events.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD10 | 2 |
Pointer to the table containing the relationships between rooms.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD12 | 2 |
Pointer to the table containing item descriptions.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD14 | 2 |
Pointer to the table containing all the rooms which have an image to display.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD16 | 2 |
Pointer to the jump table for displaying an image relating to a room.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD18 | 2 |
Pointer to the table containing room descriptions.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD1A | 2 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD1C | 2 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD1E | 2 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD20 | 2 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD22 | 2 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD24 | 2 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD26 | 2 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD28 | 2 |
The total number of items in the game.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD2A | 2 |
The total number of objects in the game.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD2C | 2 |
The total number of verb word tokens the game has. See Table_VerbWordTokens.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD2E | 2 |
The total number of rooms which have related images in the game.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD30 | 2 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD32 | 2 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD34 | 50 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD66 | 10 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD70 | 1 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD71 | 12 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD7D | 2 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD7F | 2 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BD81 | 4 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BFE2 | 12 |
Pointer to the table containing direction messaging.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
D34E | 158 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
D3EC | 218 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
D4C6 | 96 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
E83E | 48 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
E86E | 159 |
See Table_ItemGrouping for usage.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
E90D | 38 |
A list of all available verb tokens in the game. See Count_VerbTokens.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
E933 | 42 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
E95D | 13 |
See JumpTable_RoomImages.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
E96A | 96 |
Items may have several item IDs which relate to a single item, this table groups the items together to assist the parser with knowing that tokens refer to the same thing.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
E9CA | 326 |
The user input is broken down into tokens which represent the words they've entered. These tokens are then compared against these token patterns to determine the outcome the player was trying to communicate.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
EB10 | 654 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
ED9E | 38 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
FDB5 | 324 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
FF3A | 76 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
FF86 | 16 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
FF96 | 18 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
FFA8 | 26 |