summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-01-03 17:32:14 -0300
committerAlejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com>2025-01-03 17:59:48 -0500
commite9ef31c50f1bded97578f059d9af28bf0ccd0437 (patch)
treedc2a92cdabc4842a4363c389450469443ec04923 /src/engine
parent9fa7a968415a533c1076ea6bb9046e4e57003554 (diff)
Fix Venom 1
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/fox_enmy2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/fox_enmy2.c b/src/engine/fox_enmy2.c
index 3306fd1c..692b8948 100644
--- a/src/engine/fox_enmy2.c
+++ b/src/engine/fox_enmy2.c
@@ -1106,7 +1106,7 @@ void ActorEvent_ProcessScript(ActorEvent* this) {
levelScripts = (uint16_t**) LOAD_ASSET(D_ZO_602AAC0);
break;
case LEVEL_VENOM_1:
- levelScripts = (uint16_t**) LOAD_ASSET(D_VE1_601B1E4);
+ levelScripts = (uint16_t**) LOAD_ASSET(aVe1EventScript);
break;
case LEVEL_MACBETH:
levelScripts = (uint16_t**) LOAD_ASSET(D_MA_60381D8);