Skip to content

Commit

Permalink
Update mod.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TakaRikka authored Sep 4, 2019
1 parent 4357139 commit a1cabd8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/mod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -438,4 +442,4 @@ namespace mod
// Call original function
return evt_control_Skipper_trampoline(evtPtr);
}
}
}

0 comments on commit a1cabd8

Please sign in to comment.