diff options
Diffstat (limited to 'src/koopatlas/core.cpp')
-rw-r--r-- | src/koopatlas/core.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp index b67df2f..613bb80 100644 --- a/src/koopatlas/core.cpp +++ b/src/koopatlas/core.cpp @@ -408,6 +408,12 @@ int dScKoopatlas_c::onCreate() { save->current_world = 6; } + if (MaybeFinishingLevel[0] == 7 && MaybeFinishingLevel[1] == 24) { + currentMapID = 7; // KoopaPlanetUnd + save->current_world = 7; + isAfter8Castle = true; + } + somethingAboutSound(_8042A788); return true; |