Skip to content

Commit

Permalink
d_save fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Sep 12, 2023
1 parent 9f6f0ca commit 96b2df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/d/d_save.h
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class dSv_memBit_c {
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];
Expand Down

0 comments on commit 96b2df0

Please sign in to comment.