finish player.c

This commit is contained in:
theo3
2021-12-27 17:14:52 -08:00
parent 079260dbd6
commit 24750a6bb5
89 changed files with 2566 additions and 4879 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ u32* GetLayerByIndex(u32 param_1) {
}
}
void sub_08080964(u32 time, u32 magnitude) {
void InitScreenShake(u32 time, u32 magnitude) {
gRoomControls.screenShakeTime = time;
gRoomControls.screenShakeMagnitude = magnitude & 7;
}