diff options
| author | Henny022p <info@henny022.de> | 2023-08-02 22:19:34 +0200 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2023-08-02 22:19:34 +0200 |
| commit | ea30d2264bf578767f12262105be5d0c3b6a75ef (patch) | |
| tree | b3aefb01c27f792c3622ca9a81accfe2e6d593a0 /src/object | |
| parent | 1e02286d2c2822d24f67954c7763ac1e402f21cc (diff) | |
SaveFile cleanup part 3
Diffstat (limited to 'src/object')
| -rw-r--r-- | src/object/figurineDevice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/figurineDevice.c b/src/object/figurineDevice.c index 13dbba43..35659a65 100644 --- a/src/object/figurineDevice.c +++ b/src/object/figurineDevice.c @@ -626,7 +626,7 @@ void sub_08088328(FigurineDeviceEntity* this) { if (uVar6 > 0x88) { uVar6 = 1; } - if (sub_08088160(this, uVar6) && ReadBit(&gSave.stats.filler4[4], uVar6) == 0) { + if (sub_08088160(this, uVar6) && ReadBit(gSave.figurines, uVar6) == 0) { uVar2 = TRUE; } else { uVar6++; @@ -640,7 +640,7 @@ void sub_08088328(FigurineDeviceEntity* this) { if (uVar6 > 0x88) { uVar6 = 1; } - if (sub_08088160(this, uVar6) && ReadBit(&gSave.stats.filler4[4], uVar6) != 0) { + if (sub_08088160(this, uVar6) && ReadBit(gSave.figurines, uVar6) != 0) { uVar2 = FALSE; } else { uVar6++; |
