This commit is contained in:
briaguya 2022-05-30 05:55:55 -04:00
commit d0e872ab29

View file

@ -714,6 +714,7 @@ void BgDyYoseizo_Give_Reward(BgDyYoseizo* this, GlobalContext* globalCtx) {
(globalCtx->csCtx.npcActions[0]->action < 13)) { (globalCtx->csCtx.npcActions[0]->action < 13)) {
actionIndex = globalCtx->csCtx.npcActions[0]->action - 10; actionIndex = globalCtx->csCtx.npcActions[0]->action - 10;
// todo figure out which checks to use here
switch (actionIndex) { switch (actionIndex) {
case FAIRY_UPGRADE_MAGIC: case FAIRY_UPGRADE_MAGIC:
gSaveContext.magicAcquired = true; gSaveContext.magicAcquired = true;