diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-05 20:16:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 20:16:57 -0800 |
commit | 30e676b149a3a3a6ab65a371e636df8260b52b9c (patch) | |
tree | 621e6f7ace55b16a6e0c39fdae25c05cb248de9d /include/battle.h | |
parent | 94fb9ab2a9ed111c72a80693d8f29ea4bc531898 (diff) | |
parent | dc2d1251f1453049b9caadb5bb955083a7e54028 (diff) |
Merge pull request #166 from ProjectRevoTPP/master
quick fix to make ROM build again
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h index 2f52fd986..d58b234e3 100644 --- a/include/battle.h +++ b/include/battle.h @@ -64,7 +64,7 @@ struct BattleStruct /* 0x2000000 */ struct AI_ThinkingStruct ai; }; -extern struct BattleStruct unk_2000000; +extern struct BattleStruct battle_2000000; extern struct AI_ThinkingStruct gAIThinkingSpace; #endif // GUARD_BATTLE_H |