diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-08 15:52:49 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-08 15:52:49 -0400 |
commit | bac8127928eb5f19245b49449ad423f853a4d7ed (patch) | |
tree | 9dc5ba9e2a93af58aca7393790cb714141861c18 /include/global.h | |
parent | 0d5c05be8f2013c3ed2e9523fac788bac3607bd1 (diff) |
through DebugMenu_8078254
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index 4437b7feb..b61488545 100644 --- a/include/global.h +++ b/include/global.h @@ -612,8 +612,8 @@ struct ContestWinner /*0x04*/ u32 otId; // otId /*0x08*/ u16 species; // species /*0x0A*/ u8 contestCategory; - /*0x0B*/ u8 nickname[0x16-0xB]; - /*0x16*/ u8 trainerName[0x20-0x16]; + /*0x0B*/ u8 nickname[11]; + /*0x16*/ u8 trainerName[8]; }; // there should be enough flags for all 412 slots |