summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-11-02 17:55:40 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-11-02 17:55:40 -0700
commit2a682aec81c9de708d19e0ade1efef0a4f9db245 (patch)
treeb004a460212f2c0b88cb2528c240ef5ad5b0111f /include/global.h
parentc5cda9f16442780794852af54635f6526c4c031a (diff)
Define constants for special battle_tower trainer ids
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index fcdd4109c..d73cd5fdf 100644
--- a/include/global.h
+++ b/include/global.h
@@ -815,7 +815,7 @@ struct BattleTowerData
/*0x04BC, 0x0564*/ u8 battleTowerTrainerId; // index for gBattleTowerTrainers table
/*0x04BD, 0x0565*/ u8 selectedPartyMons[0x3]; // indices of the 3 selected player party mons.
/*0x04C0, 0x0568*/ u16 prizeItem;
- /*0x04C2, 0x056A*/ u8 var_4C2[0x6];
+ /*0x04C2, 0x056A*/ u8 filler_4C2[0x6];
/*0x04C8, 0x0570*/ u16 totalBattleTowerWins;
/*0x04CA, 0x0572*/ u16 bestBattleTowerWinStreak;
/*0x04CC, 0x0574*/ u16 currentWinStreaks[2];