mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-31 07:56:24 -04:00
f_op matches
This commit is contained in:
@@ -144,6 +144,6 @@ s32 fopScnRq_ReRequest(unsigned int param_1, s16 param_2, void* param_3) {
|
||||
return fpcNdRq_ReRequest(param_1, param_2, param_3);
|
||||
}
|
||||
|
||||
void fopScnRq_Handler() {
|
||||
fpcNdRq_Handler();
|
||||
s32 fopScnRq_Handler() {
|
||||
return fpcNdRq_Handler();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user