mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-29 05:40:41 +01:00
Corrected size value of trainerHillTimes
This commit is contained in:
parent
5397d020d7
commit
74265efe61
@ -1001,7 +1001,7 @@ struct SaveBlock1
|
||||
/*0x322C*/ struct MysteryGiftSave mysteryGift;
|
||||
/*0x3???*/ u8 dexSeen[NUM_DEX_FLAG_BYTES];
|
||||
/*0x3???*/ u8 dexCaught[NUM_DEX_FLAG_BYTES];
|
||||
/*0x3???*/ u32 trainerHillTimes[4];
|
||||
/*0x3???*/ u32 trainerHillTimes[NUM_TRAINER_HILL_MODES];
|
||||
/*0x3???*/ struct RamScript ramScript;
|
||||
/*0x3???*/ struct RecordMixingGift recordMixingGift;
|
||||
/*0x3???*/ LilycoveLady lilycoveLady;
|
||||
|
Loading…
Reference in New Issue
Block a user