summaryrefslogtreecommitdiff
path: root/include/trainer_card.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-01-24 21:57:31 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2020-01-24 21:57:31 -0500
commit70e7f464cafb9173aef2eb0a8a7b47bc90238f09 (patch)
tree00a63ee6d626b2cd9edf24f567306fcb85e8df8b /include/trainer_card.h
parent2531afb6abe342df58175f7d5bdafca63a600888 (diff)
PLAYER_NAME_LENGTH to 7
Diffstat (limited to 'include/trainer_card.h')
-rw-r--r--include/trainer_card.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trainer_card.h b/include/trainer_card.h
index 06844dc2e..ed3e803d5 100644
--- a/include/trainer_card.h
+++ b/include/trainer_card.h
@@ -24,7 +24,7 @@ struct TrainerCard
/*0x20*/ u16 pokemonTrades;
/*0x24*/ u32 money;
/*0x28*/ u16 var_28[4];
- /*0x30*/ u8 playerName[PLAYER_NAME_LENGTH];
+ /*0x30*/ u8 playerName[PLAYER_NAME_LENGTH + 1];
/*0x38*/ u8 version;
/*0x3A*/ u16 var_3A;
/*0x3C*/ u32 berryCrushPoints;