summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2018-02-17 17:30:31 -0600
committerCameron Hall <cameronghall@cox.net>2018-02-17 17:30:31 -0600
commit17a5968adbc1dfb6586641729b39eeb3873481df (patch)
tree2e7c2c4bb62807cf76ead753ddff001cd1123b85 /include/global.h
parentb9f8d43825463363a67be0ce9fcd00b23d264e05 (diff)
decompile more debug code
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h26
1 files changed, 1 insertions, 25 deletions
diff --git a/include/global.h b/include/global.h
index 4b23fded7..dcd20981e 100644
--- a/include/global.h
+++ b/include/global.h
@@ -740,7 +740,7 @@ struct BattleTowerTrainer
/*0x0C*/
struct {
u16 easyChat[6];
- } greeting;
+ } greeting[6];
};
struct BattleTowerRecord // record mixing
@@ -757,28 +757,6 @@ struct BattleTowerRecord // record mixing
/*0xA0*/u32 checksum;
};
-#if 0
-struct BattleTowerEReaderTrainer
-{
- /*0x00*/u8 unk0;
- /*0x01*/u8 trainerClass;
- /*0x02*/u16 winStreak;
- /*0x04*/u8 name[8];
- /*0x0C*/u8 trainerId[4];
- /*0x10*/struct {
- u16 easyChat[6];
- } greeting;
- /*0x1C*/struct {
- u16 easyChat[6];
- } farewellPlayerLost;
- /*0x28*/struct {
- u16 easyChat[6];
- } farewellPlayerWon;
- /*0x34*/struct UnknownPokemonStruct party[3];
- /*0xB8*/u32 checksum;
-};
-#endif
-
struct BattleTowerEReaderTrainer
{
/*0x00*/ u8 unk0;
@@ -867,8 +845,6 @@ struct HallOfFame
u8 filler[0x1F00];
};
-extern struct HallOfFame gHallOfFame;
extern struct SaveBlock2 gSaveBlock2;
-extern u8 ewram[];
#endif // GUARD_GLOBAL_H