mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-17 06:47:43 -04:00
Add SaveInfo substruct to SaveContext (#1191)
* SaveInfo * fix accesses in sram_NES.c * some more fixing * more fixes * format * fix unk * namefixer * format * bss * review * weekeventregconvert * namefixer * bss
This commit is contained in:
@@ -45,7 +45,7 @@ u16 QuestHint_GetTatlTextId(PlayState* play) {
|
||||
return 0x21D;
|
||||
}
|
||||
|
||||
if (gSaveContext.save.playerData.isMagicAcquired != true) {
|
||||
if (gSaveContext.save.saveInfo.playerData.isMagicAcquired != true) {
|
||||
return 0x21F;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user