From 9789e4ea08dc28d7cee6127ec3b2eb8b28451b07 Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 8 Apr 2013 00:32:43 +0200 Subject: fix stuff on the map related to tracking level completions, etc --- src/koopatlas/core.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/koopatlas/core.cpp') 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; -- cgit v1.2.3