summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-23 15:31:23 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-23 15:31:23 -0400
commit661e5d92217c0b40146b35e7b023a28fd567b406 (patch)
tree0bf026238d8b965dcb863a7c959a46561685d921 /include/pokemon.h
parent6e36c229200e083ca005cbc448e99210d111f3b2 (diff)
field_specials through Task_AnimateElevatorWindowView
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index c5ee4eda5..77c8191f3 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -346,7 +346,7 @@ struct BattleTowerPokemon
u32 gap:1;
u32 abilityNum:1;
/*0x1C*/ u32 personality;
- /*0x20*/ u8 nickname[POKEMON_NAME_LENGTH + 1];
+ /*0x20*/ u8 nickname[11];
/*0x2B*/ u8 friendship;
};