diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-01 22:03:21 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-01 22:03:21 +0200 |
commit | e28ce3be7886eb38a29f1839a762598c8dfaec19 (patch) | |
tree | c135f1bec9fee34c4db04fbd214d9afcf65c4357 /src/rom_8011DC0.c | |
parent | 5c7ca813e75e6b87f1dc41e96aa55ebbbbc9e844 (diff) |
Fix the strings length issue
Diffstat (limited to 'src/rom_8011DC0.c')
-rw-r--r-- | src/rom_8011DC0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rom_8011DC0.c b/src/rom_8011DC0.c index 993dc0f4f..b2bd2eb78 100644 --- a/src/rom_8011DC0.c +++ b/src/rom_8011DC0.c @@ -40,7 +40,7 @@ struct UnkStruct_Shared { struct UnkLinkRfuStruct_02022B14 field_0; u8 needingPadding[3]; - u8 playerName[PLAYER_NAME_LENGTH]; + u8 playerName[PLAYER_NAME_LENGTH + 1]; }; struct UnkStruct_x1C |