diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-22 01:57:16 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-22 01:57:16 -0600 |
commit | d108f8dbe7f5fb08557d9ea82a0a9710532cac54 (patch) | |
tree | b70148ae34731ae917b1194c29f12b66ba0c8afe /include/global.h | |
parent | 2415720ea6760217355f286da83b9955c881bf1b (diff) |
finish decompiling contest.s
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 d5b1bfa59..a8c185731 100644 --- a/include/global.h +++ b/include/global.h @@ -694,8 +694,8 @@ struct SaveBlock1 /* 0x02025734 */ /*0x2D90*/ u8 filler_2D90[0x4]; /*0x2D94*/ union MauvilleMan mauvilleMan; /*0x2DD4*/ struct EasyChatPair easyChatPairs[5]; //Dewford trend [0] and some other stuff - /*0x2DFC*/ struct ContestWinner contestWinners[4]; // how long is this? - /*0x2E7C*/ u8 filler_2E7C[0x2F9C-0x2E7C]; + /*0x2DFC*/ struct ContestWinner contestWinners[8]; + /*0x2EFC*/ struct ContestWinner museumPortraits[5]; /*0x2F9C*/ struct DayCare daycare; /*0x30B8*/ struct LinkBattleRecord linkBattleRecords[5]; /*0x3108*/ u8 filler_3108[8]; |