Angel Gilgamesh Odin Flags
Flag | Meaning |
---|---|
0x01 | In Laguna dream |
0x02 | Possess odin |
0x04 | Phoenix called once |
0x08 | Possess Gilgamesh |
0x10 | Angelo disabled |
0x20 | Rinoa alternate limit break unlocked (Angel Wing) |
0x40 | |
0x80 |
Note: Rinoa alternate limit break Unlocked: This is only called once in the whole game - the first time you enter the Ragnarok in space.
It unlocks Rinoa’s alternate limit break after she becomes a sorceress.
enum SpecialByteFlag { SPECIAL_BYTE_FLAG_IN_LAGUNA_DREAM = 0x01,
SPECIAL_BYTE_FLAG_POSSESS_ODIN = 0x02,
SPECIAL_BYTE_FLAG_PHOENIX_CALLED_ONCE = 0x04,
SPECIAL_BYTE_FLAG_POSSESS_GILGAMESH = 0x08,
SPECIAL_BYTE_FLAG_ANGELO_DISABLED = 0x10,
SPECIAL_BYTE_FLAG_RINOA_ANGEL_WING_UNLOCKED = 0x20, SPECIAL_BYTE_FLAG_UNKNOWN_40 = 0x40,
SPECIAL_BYTE_FLAG_UNKNOWN_80 = 0x80
};