diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-06 04:13:59 +0000 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-06 04:13:59 +0000 |
commit | dc2d1251f1453049b9caadb5bb955083a7e54028 (patch) | |
tree | 621e6f7ace55b16a6e0c39fdae25c05cb248de9d /include | |
parent | 94fb9ab2a9ed111c72a80693d8f29ea4bc531898 (diff) |
quick fix to make ROM build again
Diffstat (limited to 'include')
-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 |