Use res enums in more places

This commit is contained in:
LagoLunatic
2026-04-01 23:19:12 -04:00
parent d726a3bfa2
commit be11af87c5
4 changed files with 55 additions and 55 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ static void key_move(kamome2_class* i_this) {
i_this->m2C0 = unused_4207[0];
if (!CPad_CHECK_HOLD_A(0) && iVar1 == REG0_S(0) + 9) {
i_this->m2AC = 1;
anm_init(i_this, KAMOME_BCK_KA_WAIT1, REG0_F(0) + 12.0f, 2, 1.0f, 8);
anm_init(i_this, KAMOME_BCK_KA_WAIT1, REG0_F(0) + 12.0f, 2, 1.0f, KAMOME_BAS_KA_WAIT1);
}
break;
@@ -103,7 +103,7 @@ static void key_move(kamome2_class* i_this) {
if (CPad_CHECK_HOLD_A(0)) {
i_this->m2AC = 0;
anm_init(i_this, KAMOME_BCK_KA_WAIT2, 5.0f, 2, 1.0f, 9);
anm_init(i_this, KAMOME_BCK_KA_WAIT2, 5.0f, 2, 1.0f, KAMOME_BAS_KA_WAIT2);
fopAcM_seStart(&i_this->actor, JA_SE_CV_KAMOME, 0);
}
break;