mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 20:24:18 +01:00
remove saveblock field
This commit is contained in:
parent
3925c07c1a
commit
1ad8448532
@ -485,8 +485,7 @@ struct SaveBlock2
|
||||
u16 optionsBattleSceneOff:1; // whether battle animations are disabled
|
||||
u16 regionMapZoom:1; // whether the map is zoomed in
|
||||
/*0x18*/ struct Pokedex pokedex;
|
||||
/*0x90*/ u16 lastUsedBall;
|
||||
/*0x92*/ u8 filler_90[0x6];
|
||||
/*0x90*/ u8 filler_90[0x8];
|
||||
/*0x98*/ struct Time localTimeOffset;
|
||||
/*0xA0*/ struct Time lastBerryTreeUpdate;
|
||||
/*0xA8*/ u32 gcnLinkFlags; // Read by Pokemon Colosseum/XD
|
||||
|
@ -205,7 +205,6 @@ void NewGameInitData(void)
|
||||
WipeTrainerNameRecords();
|
||||
ResetTrainerHillResults();
|
||||
ResetContestLinkResults();
|
||||
gSaveBlock2Ptr->lastUsedBall = ITEM_POKE_BALL;
|
||||
}
|
||||
|
||||
static void ResetMiniGamesRecords(void)
|
||||
|
Loading…
Reference in New Issue
Block a user