diff options
author | PikalaxALT <pikalax1@gmail.com> | 2017-05-26 20:22:45 -0400 |
---|---|---|
committer | PikalaxALT <pikalax1@gmail.com> | 2017-05-26 20:23:56 -0400 |
commit | 03e4f7c9cf592feefc10c1276fb8f648a7fe2bcd (patch) | |
tree | 26ebd030ed1b613018a281b0e228152e329ba9a8 /include/global.h | |
parent | 21efe53b6805a0dcc5dcba7d1f78e9a7e7bd93c4 (diff) |
Rid code base of redundant SaveTVStruct and define unknown_2a98 as the last of 25 TVShow objects
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/global.h b/include/global.h index 34946c895..efe67c55c 100644 --- a/include/global.h +++ b/include/global.h @@ -438,11 +438,6 @@ typedef union SB_Struct { } SB_Struct; // size is 0x198 -struct SaveTVStruct { - TVShow shows[24]; - TVShow unknown_2A98; -}; - struct UnknownSaveStruct2ABC { u8 val0; u8 val1; @@ -517,7 +512,7 @@ struct SaveBlock1 /* 0x02025734 */ /*0x2704*/ u8 decorDoll[40]; /*0x272C*/ u8 decorCushion[10]; /*0x2736*/ u8 padding_2736[2]; - /*0x2738*/ struct SaveTVStruct tvShows; + /*0x2738*/ TVShow tvShows[25]; /*0x2ABC*/ struct UnknownSaveStruct2ABC unknown_2ABC[16]; /*0x2AFC*/ u16 outbreakPokemonSpecies; /*0x2AFE*/ u8 outbreakLocationMapNum; |