diff options
author | Treeki <treeki@gmail.com> | 2012-07-25 14:10:39 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-07-25 14:10:39 +0200 |
commit | 6895c831ad320c14b01ccabe1c8adcec354e3f9f (patch) | |
tree | a47ec4a7b2ce494c668771975e4880ada1d3557c /src/koopatlas/core.cpp | |
parent | 0d20c172706178e5df2d426fcf5cb1b7ae85c225 (diff) | |
download | kamek-6895c831ad320c14b01ccabe1c8adcec354e3f9f.tar.gz kamek-6895c831ad320c14b01ccabe1c8adcec354e3f9f.zip |
lots more work completed, basic unlocks workingfreeform-unlocks
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/core.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp index 42bf7c1..2317d00 100644 --- a/src/koopatlas/core.cpp +++ b/src/koopatlas/core.cpp @@ -973,6 +973,11 @@ void NewerMapDrawFunc() { DrawOpa(); DrawXlu(); UnlinkScene(1); + SetCurrentCameraID(0); + for (int i = 0; i < 4; i++) + RenderEffects(0, 0xB+i); + for (int i = 0; i < 4; i++) + RenderEffects(0, 7+i); GXDrawDone(); // Leaving out some stuff here DrawAllLayoutsAfterX(0x80); |