diff options
Diffstat (limited to 'gba/source/savestructs.h')
-rw-r--r-- | gba/source/savestructs.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gba/source/savestructs.h b/gba/source/savestructs.h index fb8ef36..a5aff4e 100644 --- a/gba/source/savestructs.h +++ b/gba/source/savestructs.h | |||
@@ -342,13 +342,13 @@ struct PokemonSubstruct3 | |||
342 | /* 0x0A */ u32 victoryRibbon:1; | 342 | /* 0x0A */ u32 victoryRibbon:1; |
343 | /* 0x0A */ u32 artistRibbon:1; | 343 | /* 0x0A */ u32 artistRibbon:1; |
344 | /* 0x0A */ u32 effortRibbon:1; | 344 | /* 0x0A */ u32 effortRibbon:1; |
345 | /* 0x0A */ u32 giftRibbon1:1; | 345 | /* 0x0A */ u32 marineRibbon:1; |
346 | /* 0x0A */ u32 giftRibbon2:1; | 346 | /* 0x0A */ u32 landRibbon:1; |
347 | /* 0x0A */ u32 giftRibbon3:1; | 347 | /* 0x0A */ u32 skyRibbon:1; |
348 | /* 0x0A */ u32 giftRibbon4:1; | 348 | /* 0x0A */ u32 countryRibbon:1; |
349 | /* 0x0B */ u32 giftRibbon5:1; | 349 | /* 0x0B */ u32 nationalRibbon:1; |
350 | /* 0x0B */ u32 giftRibbon6:1; | 350 | /* 0x0B */ u32 earthRibbon:1; |
351 | /* 0x0B */ u32 giftRibbon7:1; | 351 | /* 0x0B */ u32 worldRibbon:1; |
352 | /* 0x0B */ u32 fatefulEncounter:5; // unused in Ruby/Sapphire, but the high bit must be set for Mew/Deoxys to obey in FR/LG/Emerald | 352 | /* 0x0B */ u32 fatefulEncounter:5; // unused in Ruby/Sapphire, but the high bit must be set for Mew/Deoxys to obey in FR/LG/Emerald |
353 | }; | 353 | }; |
354 | 354 | ||