Fixed island falling scene
This commit is contained in:
parent
0f1b1ba5cd
commit
1bdbaa589e
1 changed files with 4 additions and 0 deletions
|
@ -431,6 +431,10 @@ int Scene_DownIsland(int mode)
|
|||
sprite.y += 0x19;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
sprite.y += 0x33;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue