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];