diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-28 15:50:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 15:50:13 -0500 |
commit | 7b913802ab5745ea7529b634ebca6a147fe1c560 (patch) | |
tree | 6932ba627bf459011086528dc530ffdca1c05433 /include/pokemon.h | |
parent | 6282f75cae2fb9484b9fe9a6c601c9a0c07c4250 (diff) | |
parent | 7e38583a5dc00b37a5ad7df94d4489c3150def8c (diff) |
Merge pull request #477 from GriffinRichards/sync-global
Sync global
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 8348b1178..6134064d0 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -96,7 +96,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; |