summaryrefslogtreecommitdiff
path: root/include/battle.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/battle.h')
-rw-r--r--include/battle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h
index e3c37aa99..0f4087c90 100644
--- a/include/battle.h
+++ b/include/battle.h
@@ -223,7 +223,7 @@ struct StatsArray
struct BattleResources
{
- struct SecretBaseRecord* secretBase;
+ struct SecretBase* secretBase;
struct ResourceFlags *flags;
struct BattleScriptsStack* battleScriptsStack;
struct BattleCallbacksStack* battleCallbackStack;