Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archipelago.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"minimum_ap_version": "0.6.5",
"world_version": "1.4.23",
"world_version": "1.4.24",
"authors": ["2dos", "AlmostSeagull", "Ballaam", "Green Bean", "Killklli", "Lrauq", "PoryGone", "Umed"],
"version": 7,
"compatible_version": 7,
Expand Down
6 changes: 4 additions & 2 deletions base-hack/src/instances/instances.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,8 +1000,10 @@ int change_object_scripts(behaviour_data* behaviour_pointer, int id, int index,
if (!checkFlag(223, FLAGTYPE_PERMANENT)) {
setPermFlag(223);
}
behaviour_pointer->current_state = 2;
behaviour_pointer->next_state = 2;
hideObject(behaviour_pointer);
behaviour_pointer->unk_70 = 0;
behaviour_pointer->unk_71 = 0;
setScriptRunState(behaviour_pointer, RUNSTATE_PAUSED, 0);
} else {
PlayCutsceneFromModelTwoScript(behaviour_pointer, 1,1,0);
}
Expand Down
Binary file modified static/patches/shrink-dk64.bps
Binary file not shown.
Loading
Loading