Fix small error with making new FREE_MYSTERY_GIFT
This commit is contained in:
parent
6f668fb31d
commit
016a05ba96
1 changed files with 3 additions and 1 deletions
|
@ -185,8 +185,10 @@ void ClearSavedWonderCardAndRelated(void)
|
|||
ClearRamScript();
|
||||
ClearMysteryGiftFlags();
|
||||
ClearMysteryGiftVars();
|
||||
ClearEReaderTrainer(&gSaveBlock2Ptr->frontier.ereaderTrainer);
|
||||
#endif //FREE_MYSTERY_GIFT
|
||||
#if FREE_BATTLE_TOWER_E_READER == FALSE
|
||||
ClearEReaderTrainer(&gSaveBlock2Ptr->frontier.ereaderTrainer);
|
||||
#endif //FREE_BATTLE_TOWER_E_READER
|
||||
}
|
||||
|
||||
bool32 SaveWonderCard(const struct WonderCard *card)
|
||||
|
|
Loading…
Reference in a new issue