summaryrefslogtreecommitdiff
path: root/include/battle_tower.h
diff options
context:
space:
mode:
authorMeowsy <Meowsy@users.noreply.github.com>2018-12-10 15:49:33 -0500
committerMeowsy <Meowsy@users.noreply.github.com>2018-12-10 15:49:33 -0500
commit68017b531a47bce7c125eea617a701a89013c983 (patch)
treedf79ed91a9eb985eb6bf9f0f8636175bad9f341d /include/battle_tower.h
parent58ca87acccb91e5d439f3af632a2f218f31937d1 (diff)
Rename UnknownPokemonStruct to BattleTowerPokemon.
Diffstat (limited to 'include/battle_tower.h')
-rw-r--r--include/battle_tower.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_tower.h b/include/battle_tower.h
index e361b9742..bd8e80fc1 100644
--- a/include/battle_tower.h
+++ b/include/battle_tower.h
@@ -9,7 +9,7 @@ struct RSBattleTowerRecord
/*0x04*/ u8 name[PLAYER_NAME_LENGTH + 1];
/*0x0C*/ u8 trainerId[4];
/*0x10*/ u16 greeting[6];
- /*0x1C*/ struct UnknownPokemonStruct party[3];
+ /*0x1C*/ struct BattleTowerPokemon party[3];
/*0xA0*/ u32 checksum;
};