summaryrefslogtreecommitdiff
path: root/src/object/object37.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/object37.c')
-rw-r--r--src/object/object37.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/object37.c b/src/object/object37.c
index 800f0fa0..619f8482 100644
--- a/src/object/object37.c
+++ b/src/object/object37.c
@@ -44,14 +44,14 @@ void Object37_Init(Object37Entity* this) {
void Object37_Action1(Object37Entity* this) {
Entity* item;
- if ((gSave.fusionUnmarked[0] != 0) && (this->unk70 != *this->unk78)) {
+ if ((gSave.kinstones.fusionUnmarked[0] != 0) && (this->unk70 != *this->unk78)) {
item = CreateGroundItem(super, ITEM_RUPEE100, 0);
if (item != 0) {
item->direction = gPlayerEntity.animationState << 2;
item->speed = 0x80;
item->zVelocity = Q_16_16(2.0);
}
- gSave.fusionUnmarked[0] = 1;
+ gSave.kinstones.fusionUnmarked[0] = 1;
DeleteThisEntity();
}
}