mirror of
https://github.com/zeldaret/tp
synced 2026-06-11 21:19:01 -04:00
d_a_alink work / bump dtk version (#2205)
This commit is contained in:
+3
-3
@@ -1080,7 +1080,7 @@ u32 dEvt_control_c::getPId(void* actor) {
|
||||
}
|
||||
|
||||
/* 800432EC-8004331C 03DC2C 0030+00 7/7 13/13 16/16 .text convPId__14dEvt_control_cFUi */
|
||||
fopAc_ac_c* dEvt_control_c::convPId(unsigned int id) {
|
||||
fopAc_ac_c* dEvt_control_c::convPId(fpc_ProcID id) {
|
||||
return (fopAc_ac_c*)fopAcIt_Judge(fpcSch_JudgeByID, &id);
|
||||
}
|
||||
|
||||
@@ -1207,7 +1207,7 @@ void dEvt_control_c::setPtI(void* ptr) {
|
||||
mPtI = getPId(ptr);
|
||||
}
|
||||
|
||||
void dEvt_control_c::setPtI_Id(unsigned int id) {
|
||||
void dEvt_control_c::setPtI_Id(fpc_ProcID id) {
|
||||
mPtI = id;
|
||||
}
|
||||
|
||||
@@ -1220,4 +1220,4 @@ void dEvt_control_c::setGtItm(u8 itemNo) {
|
||||
}
|
||||
|
||||
/* 80379DC6-80379DD0 006426 0008+02 0/0 0/0 0/0 .rodata None */
|
||||
static char const* const stringBase_80379DC6 = "GIVEMAN";
|
||||
static char const* const stringBase_80379DC6 = "GIVEMAN";
|
||||
|
||||
Reference in New Issue
Block a user