d_save fix

This commit is contained in:
Jasper St. Pierre
2023-09-11 17:00:24 -07:00
parent 9f6f0cad0a
commit 96b2df02b5
+1 -1
View File
@@ -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];