Skip to content

Commit 1aaae28

Browse files
authored
Merge pull request #2974 from UmedMuzl/quickfix
2 parents ca2e5a9 + 78e02d5 commit 1aaae28

File tree

4 files changed

+508
-506
lines changed

4 files changed

+508
-506
lines changed

archipelago.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"minimum_ap_version": "0.6.5",
3-
"world_version": "1.4.23",
3+
"world_version": "1.4.24",
44
"authors": ["2dos", "AlmostSeagull", "Ballaam", "Green Bean", "Killklli", "Lrauq", "PoryGone", "Umed"],
55
"version": 7,
66
"compatible_version": 7,

base-hack/src/instances/instances.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,8 +1000,10 @@ int change_object_scripts(behaviour_data* behaviour_pointer, int id, int index,
10001000
if (!checkFlag(223, FLAGTYPE_PERMANENT)) {
10011001
setPermFlag(223);
10021002
}
1003-
behaviour_pointer->current_state = 2;
1004-
behaviour_pointer->next_state = 2;
1003+
hideObject(behaviour_pointer);
1004+
behaviour_pointer->unk_70 = 0;
1005+
behaviour_pointer->unk_71 = 0;
1006+
setScriptRunState(behaviour_pointer, RUNSTATE_PAUSED, 0);
10051007
} else {
10061008
PlayCutsceneFromModelTwoScript(behaviour_pointer, 1,1,0);
10071009
}

static/patches/shrink-dk64.bps

44 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)