mirror of
https://github.com/zeldaret/tp
synced 2026-06-05 19:28:18 -04:00
Misc matches (#2845)
* Misc debug matches * Fix d_map weak function order * Remove old nonmatching comments * d_menu_dmap and JASAudioThread OK, fix weak func order and rodata alignment * More misc matches
This commit is contained in:
@@ -322,7 +322,8 @@ int daNpc_Doc_c::ctrlJointCallBack(J3DJoint* i_joint, int param_1) {
|
||||
|
||||
/* 809A7628-809A7660 000A88 0038+00 1/1 0/0 0/0 .text getType__11daNpc_Doc_cFv */
|
||||
int daNpc_Doc_c::getType() {
|
||||
switch (fopAcM_GetParam(this) & 0xFF) {
|
||||
u8 r31 = fopAcM_GetParam(this) & 0xFF;
|
||||
switch (r31) {
|
||||
case 0:
|
||||
return 0;
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user