diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-31 09:26:00 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-31 09:26:00 -0500 |
commit | 7e894aa4d0b6440ca34b590a2a9f86dc834ea400 (patch) | |
tree | 393705d60005017e9e8e18fdb489060e6e889a48 /src/librfu_stwi.c | |
parent | e3307a5b7abc9df8dcd6a0726e0b8fff3188c703 (diff) |
Decompile librfu_intr against agbcc_arm
Diffstat (limited to 'src/librfu_stwi.c')
-rw-r--r-- | src/librfu_stwi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librfu_stwi.c b/src/librfu_stwi.c index b88f21737..207205b39 100644 --- a/src/librfu_stwi.c +++ b/src/librfu_stwi.c @@ -131,7 +131,7 @@ void STWI_set_Callback_S(void (*callbackS)(u16)) void STWI_set_Callback_ID(void (*func)(void)) // name in SDK, but is actually setting a function pointer { - gSTWIStatus->unk_20 = func; + gSTWIStatus->callbackID = func; } u16 STWI_poll_CommandEnd(void) |