mirror of
https://github.com/zeldaret/tp
synced 2026-08-19 13:54:02 -04:00
work on d_a_npc, d_a_npc_ash, d_a_tag_evtarea (#345)
All credit goes to randomsalience
This commit is contained in:
@@ -1435,18 +1435,18 @@ s32 fopAcM_orderTreasureEvent(fopAc_ac_c* actorA, fopAc_ac_c* actorB, u16 priori
|
||||
|
||||
/* 8001BB14-8001BB44 016454 0030+00 0/0 11/11 10/10 .text
|
||||
* fopAcM_getTalkEventPartner__FPC10fopAc_ac_c */
|
||||
void* fopAcM_getTalkEventPartner(fopAc_ac_c const*) {
|
||||
fopAc_ac_c* fopAcM_getTalkEventPartner(fopAc_ac_c const*) {
|
||||
return dComIfGp_event_getTalkPartner();
|
||||
}
|
||||
|
||||
/* 8001BB44-8001BB74 016484 0030+00 0/0 5/5 0/0 .text fopAcM_getItemEventPartner__FPC10fopAc_ac_c
|
||||
*/
|
||||
void* fopAcM_getItemEventPartner(fopAc_ac_c const*) {
|
||||
fopAc_ac_c* fopAcM_getItemEventPartner(fopAc_ac_c const*) {
|
||||
return dComIfGp_event_getItemPartner();
|
||||
}
|
||||
|
||||
/* 8001BB74-8001BBE8 0164B4 0074+00 0/0 1/1 0/0 .text fopAcM_getEventPartner__FPC10fopAc_ac_c */
|
||||
void* fopAcM_getEventPartner(fopAc_ac_c const* actor) {
|
||||
fopAc_ac_c* fopAcM_getEventPartner(fopAc_ac_c const* actor) {
|
||||
if (dComIfGp_event_getPt1() != actor) {
|
||||
return dComIfGp_event_getPt1();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user