diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-07 15:23:27 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-07 15:23:27 -0500 |
commit | a6e1eb7f7522c3fef4a6c93c37c1a138524a1aa2 (patch) | |
tree | fc3440323a2ddacd375ae9213c501a6d77a03146 /include/battle.h | |
parent | 3c700c6eb77be99f7864e52e8f3747491f050265 (diff) |
decompile sub_811FF30
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle.h b/include/battle.h index f72333a9d..3b4771869 100644 --- a/include/battle.h +++ b/include/battle.h @@ -122,7 +122,7 @@ struct BattleStruct /* 0x2000000 */ /* 0x16A00 */ struct UnkBattleStruct1 unk_2016A00_2; }; -struct UnknownStruct4 +struct UnkBattleStruct4 { /*0x00*/ u8 filler0[0x3]; /*0x04*/ u16 unk4; @@ -143,7 +143,7 @@ struct UnknownStruct4 }; extern struct UnknownStruct1 unk_2016A00; -extern struct UnknownStruct4 gUnknown_02024CA8[]; +extern struct UnkBattleStruct4 gUnknown_02024CA8[]; extern struct AI_ThinkingStruct gAIThinkingSpace; #endif // GUARD_BATTLE_H |