Prev: BC5E Up: Map Next: BC67
BC66: Flags: Turn-Based Event States
Holds a single byte, where each bit relates to a turn-based 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 starts a turn counter (see Counter_Crab).
Flag_TurnBasedEventState BC66 DEFB $00
Prev: BC5E Up: Map Next: BC67