This commit is contained in:
Prakxo
2024-08-20 00:10:28 +02:00
parent 4e0eefc4dc
commit 0d8f784a15
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -720,4 +720,4 @@ int Player_actor_Check_ItemAnimationToItemKind(int kind, int anim) {
}
return res;
}
}
+1 -1
View File
@@ -44,4 +44,4 @@ void Player_actor_main_Intro(ACTOR* actor, GAME* game) {
Player_actor_ObjCheck_Refuse(actor, game);
Player_actor_BGcheck_Refuse(actor);
Player_actor_Item_main(actor, game);
}
}
+1 -1
View File
@@ -339,4 +339,4 @@ void Player_actor_sound_move_temochi_kazaguruma(ACTOR* actor) {
sAdo_kazagurumaLevel(speed);
sAdo_OngenPos((u32) player, NA_SE_TEMOCHI_KAZAGURUMA, &actor->world.position);
}
}
}
+1 -1
View File
@@ -50,4 +50,4 @@ void Player_actor_set_viblation_Tumble() {
void Player_actor_set_viblation_Remove_grass() {
Player_actor_set_viblation_common1(90, 1, 1, 1, 0, 1, 10);
}
}