mirror of
https://github.com/HarbourMasters/Starship
synced 2026-08-30 01:40:31 -04:00
Fix Venom 1
This commit is contained in:
committed by
Alejandro Asenjo Nitti
parent
9fa7a96841
commit
e9ef31c50f
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user