From 96b2df02b56a0d3db2db6cd82c457dae5c500d0b Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 11 Sep 2023 17:00:24 -0700 Subject: [PATCH] d_save fix --- include/d/d_save.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/d/d_save.h b/include/d/d_save.h index 1a1b6407f..1cb78c28c 100644 --- a/include/d/d_save.h +++ b/include/d/d_save.h @@ -403,7 +403,7 @@ public: BOOL isStageBossEnemy() { return isDungeonItem(STAGE_BOSS_ENEMY); } BOOL isStageBossEnemy2() { return isDungeonItem(STAGE_BOSS_ENEMY_2); } void onStageLife() { onDungeonItem(STAGE_LIFE); } - BOOL isStageLife() { isDungeonItem(STAGE_LIFE); } + BOOL isStageLife() { return isDungeonItem(STAGE_LIFE); } /* 0x00 */ u32 mTbox; /* 0x04 */ u32 mSwitch[4];