From 1bdbaa589e9236aa2e8d12a90d4cec2ad800059e Mon Sep 17 00:00:00 2001 From: cuckydev Date: Sat, 9 Feb 2019 19:37:58 -0500 Subject: [PATCH] Fixed island falling scene --- src/Ending.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Ending.cpp b/src/Ending.cpp index 5e9113f2..987979bd 100644 --- a/src/Ending.cpp +++ b/src/Ending.cpp @@ -431,6 +431,10 @@ int Scene_DownIsland(int mode) sprite.y += 0x19; } } + else + { + sprite.y += 0x33; + } break; }