mirror of
https://github.com/zeldaret/tp
synced 2026-06-25 10:02:05 -04:00
Misc fixes (#2830)
* Replace DANPCF_C_HACK with a better fakematch * d_a_obj_item OK * Fix ninja diff * Misc debug/nonmatching fixes * Fix ninja diff for PAL * Fix bad PAL split
This commit is contained in:
@@ -237,7 +237,7 @@ static void hit_check(e_arrow_class* i_this) {
|
||||
/* 8067D21C-8067D40C 000B3C 01F0+00 1/1 0/0 0/0 .text e_arrow_shot__FP13e_arrow_class */
|
||||
static void e_arrow_shot(e_arrow_class* i_this) {
|
||||
switch (i_this->mMode) {
|
||||
case 0:
|
||||
case 0: {
|
||||
i_this->speedF = 100.0f;
|
||||
i_this->mMode = 1;
|
||||
|
||||
@@ -254,6 +254,7 @@ static void e_arrow_shot(e_arrow_class* i_this) {
|
||||
i_this->field_0x5d0 = parent_p->speed.x;
|
||||
i_this->field_0x5d4 = parent_p->speed.z;
|
||||
}
|
||||
}
|
||||
case 1:
|
||||
if (i_this->mFlags & 0x20) {
|
||||
fopAc_ac_c* coach_p = fopAcM_SearchByName(PROC_NPC_COACH);
|
||||
|
||||
Reference in New Issue
Block a user