summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-10-28 22:18:48 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-10-28 22:18:48 -0700
commitc677029e155aa5f0ef61de708588a36085fd36b4 (patch)
treea494df53e8de3fe675ad55d19b0341b129dd55ce /include/global.h
parent978ca50dad8de72a3940b5423fd5c3b87c13eb46 (diff)
More battle_tower decomp
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 4cc5f6bcc..41cffe3c2 100644
--- a/include/global.h
+++ b/include/global.h
@@ -786,7 +786,12 @@ struct BattleTowerEReaderTrainer
/*0x10*/struct {
u16 easyChat[6];
} greeting;
- /*0x1C*/u8 filler_1C[0x18];
+ /*0x1C*/struct {
+ u16 easyChat[6];
+ } farewellPlayerLost;
+ /*0x28*/struct {
+ u16 easyChat[6];
+ } farewellPlayerWon;
/*0x34*/struct UnknownPokemonStruct party[3];
/*0xB8*/u32 checksum;
};