From a1cabd8973887f816671701916a4c9f7c1515ebf Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Wed, 4 Sep 2019 11:25:57 -0700 Subject: [PATCH] Update mod.cpp --- source/mod.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/mod.cpp b/source/mod.cpp index 3f50360..395aa71 100644 --- a/source/mod.cpp +++ b/source/mod.cpp @@ -283,6 +283,10 @@ namespace mod } else if (roomIndex == 235) { stageIndex = 53; + spawnID = 1; + } + else if (roomIndex == 236) { + spawnID = 0; } else if (roomIndex == 238) { stageIndex = 54; @@ -438,4 +442,4 @@ namespace mod // Call original function return evt_control_Skipper_trampoline(evtPtr); } -} \ No newline at end of file +}