Rename `__calls_read_controller_2` to `nuContReadNWImpl`
This commit is contained in:
parent
7da0c3f44d
commit
7bd27f68e3
|
|
@ -126,6 +126,8 @@ nuContPakRepairId = 0x8008AC70;
|
|||
|
||||
nuContReadDataImpl = 0x8008A3A4;
|
||||
nuContReadImpl = 0x8008A508;
|
||||
nuContReadNWImpl = 0x8008A528;
|
||||
|
||||
|
||||
obUnpackThreadStart = 0x8007ABAC;
|
||||
obThreadUnpackProc = 0x800AF0D0; // size:0x1B0
|
||||
|
|
@ -1036,7 +1038,6 @@ romCopy_256 = 0x80074CF0; // rom:0x50F0
|
|||
__GLOBAL_CONTROLLER_DATA_COPY = 0x0800AEE78; // size:0x18
|
||||
|
||||
__calls_copy_controller_data = 0x8007297C;
|
||||
__calls_read_controller_2 = 0x8008A528;
|
||||
|
||||
STR_CRC_error = 0x800AE2A0;
|
||||
__file_open = 0x8007F4E4; // rom:0xF8E4
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ void nuContReadImpl(Arg___calls_read_controller_1* arg) {
|
|||
nuContReadDataImpl(arg->data, 0);
|
||||
}
|
||||
|
||||
s32 __calls_read_controller_2(s16* arg0) {
|
||||
s32 nuContReadNWImpl(s16* arg0) {
|
||||
s32 var_v0;
|
||||
|
||||
osRecvMesg(&nuContWaitMesgQ, NULL, 0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue