summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/global.h4
-rw-r--r--include/main.h2
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