shithub: cstory

Download patch

ref: 1bdbaa589e9236aa2e8d12a90d4cec2ad800059e
parent: 0f1b1ba5cde71429f3404dd28d87488052573ec5
author: cuckydev <[email protected]>
date: Sat Feb 9 14:37:58 EST 2019

Fixed island falling scene

--- a/src/Ending.cpp
+++ b/src/Ending.cpp
@@ -431,6 +431,10 @@
 						sprite.y += 0x19;
 					}
 				}
+				else
+				{
+					sprite.y += 0x33;
+				}
 				break;
 		}