diff options
Diffstat (limited to 'berry_fix/payload/include/global.h')
-rw-r--r-- | berry_fix/payload/include/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/berry_fix/payload/include/global.h b/berry_fix/payload/include/global.h index 4d9da7c7d..2ba5bb75b 100644 --- a/berry_fix/payload/include/global.h +++ b/berry_fix/payload/include/global.h @@ -714,7 +714,7 @@ struct SaveBlock1 /* 0x02025734 */ /*0x2F9C*/ struct DayCare daycare; /*0x30B8*/ struct LinkBattleRecord linkBattleRecords[5]; struct { - /*0x3108*/ u8 unknown1[8]; + /*0x3108*/ u8 mode[8]; /*0x3110*/ u8 giftRibbons[11]; /*0x311B*/ u8 unknown2[8]; /*0x3123*/ u32 currentPokeCoupons; @@ -743,7 +743,7 @@ struct Time struct Pokedex { /*0x00*/ u8 order; - /*0x01*/ u8 unknown1; + /*0x01*/ u8 mode; /*0x02*/ u8 nationalMagic; // must equal 0xDA in order to have National mode /*0x03*/ u8 unknown2; /*0x04*/ u32 unownPersonality; // set when you first see Unown |