From b2c74cae8456cfa10a27a3a2d4b97971fd964b6d Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 19 Nov 2021 17:04:04 -0500 Subject: Sync global --- include/pokemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pokemon.h') 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; -- cgit v1.2.3