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 | |
parent | 0d5c05be8f2013c3ed2e9523fac788bac3607bd1 (diff) |
through DebugMenu_8078254
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 4 | ||||
-rw-r--r-- | include/main.h | 2 |
2 files changed, 4 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 diff --git a/include/main.h b/include/main.h index 78403225e..f348e48f8 100644 --- a/include/main.h +++ b/include/main.h @@ -64,4 +64,6 @@ void InitFlashTimer(void); void DoSoftReset(void); void ClearPokemonCrySongs(void); +extern const char BuildDateTime[]; + #endif // GUARD_MAIN_H |