Fixed island falling scene

This commit is contained in:
cuckydev 2019-02-09 19:37:58 -05:00
parent 0f1b1ba5cd
commit 1bdbaa589e

View file

@ -431,6 +431,10 @@ int Scene_DownIsland(int mode)
sprite.y += 0x19;
}
}
else
{
sprite.y += 0x33;
}
break;
}