Game status buffer
Prev:
BC67
Up:
Map
Next:
BC70
BC6F: Flags: Event States
Holds a single byte, where each bit relates to an event as follows:
Bit
Relating To
00
Crab
01
Tentacle
02
Drunk
03
Lion
04
Crocodile
05
Cannibals
06
Match
07
Wave
When the bit is set, this indicates that a turn-based event has started.
Flag_EventState
BC6F
DEFB $00
Prev:
BC67
Up:
Map
Next:
BC70