mirror of
https://github.com/zeldaret/tp
synced 2026-06-25 18:04:43 -04:00
Remove fake matches, fix false equivalencies, and other small matches (#2837)
* Debug matches and remove fake matches * Fix false equivalencies, regallocs, and vtable orders * Fix PAL splits
This commit is contained in:
@@ -452,7 +452,7 @@ static void atHit_CB(fopAc_ac_c* i_atActor, dCcD_GObjInf* i_atObjInf, fopAc_ac_c
|
||||
/* 8067DB5C-8067DC58 00147C 00FC+00 1/1 0/0 0/0 .text e_arrow_shield__FP13e_arrow_class
|
||||
*/
|
||||
static void e_arrow_shield(e_arrow_class* i_this) {
|
||||
e_arrow_class* a_this = (e_arrow_class*)i_this; // necessary for reg alloc
|
||||
e_arrow_class* a_this = (e_arrow_class*)i_this;
|
||||
daAlink_getAlinkActorClass()->setArrowShieldPos(&a_this->current.pos, &a_this->shape_angle,
|
||||
&i_this->field_0x9d4, &i_this->field_0x9c8);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user