diff options
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/battle.h b/include/battle.h index 98f499bfe..d93860094 100644 --- a/include/battle.h +++ b/include/battle.h @@ -202,9 +202,16 @@ struct Struct2017840 u8 unk9_0:1; }; +struct Struct20238C8 +{ + u8 unk0_0:7; + u8 unk0_7:1; +}; + extern struct UnkBattleStruct1 unk_2016A00; extern struct UnkBattleStruct4 gDisableStructs[]; extern struct AI_ThinkingStruct gAIThinkingSpace; +extern struct Struct20238C8 gUnknown_020238C8; // TODO: move ewram to global.h extern u8 ewram[]; |