summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-09-01 16:07:57 -0500
committerGitHub <noreply@github.com>2018-09-01 16:07:57 -0500
commit4418189d4cf94bd5f837611da2dcb6147709d653 (patch)
tree5f9887cdc8a1b7b794c10b302da0bedbba7c734b /include/pokemon.h
parent1895383352da3bd5a4f4990fab045ae3610937fc (diff)
parent528a1e9ed0f64040fce6148eac875cda913384ec (diff)
Merge pull request #309 from DizzyEggg/types_manage
Various labelling
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 09496b5c3..abfb360f0 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -205,7 +205,7 @@ struct BoxPokemon
u8 hasSpecies:1;
u8 isEgg:1;
u8 unused:5;
- u8 otName[OT_NAME_LENGTH];
+ u8 otName[PLAYER_NAME_LENGTH];
u8 markings;
u16 checksum;
u16 unknown;