diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-16 03:36:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-16 03:36:27 +0100 |
commit | b09a7b81d1f44adc521686d2b56d4b28c748995c (patch) | |
tree | 5245ec30ef97ba2a166c2008fcf16661a8e900cd /arm9/asm/RTC_internal.s | |
parent | 21ebb3b01cdd47bd7aa56affe7d2179d167453bc (diff) | |
parent | 5f4bb52fd5d93b2638c99baee82d63b4d9b9f790 (diff) |
Merge pull request #375 from SethBarberee/wifi_md5_stub
WIFIMD5, RTC, and Unk0202254
Diffstat (limited to 'arm9/asm/RTC_internal.s')
-rw-r--r-- | arm9/asm/RTC_internal.s | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/arm9/asm/RTC_internal.s b/arm9/asm/RTC_internal.s deleted file mode 100644 index 408b630c..00000000 --- a/arm9/asm/RTC_internal.s +++ /dev/null @@ -1,53 +0,0 @@ - .include "asm/macros.inc" - .include "global.inc" - - .text - - arm_func_start RtcSendPxiCommand -RtcSendPxiCommand: ; 0x020D61D4 - stmdb sp!, {lr} - sub sp, sp, #0x4 - mov r0, r0, lsl #0x8 - and r1, r0, #0x7f00 - mov r0, #0x5 - mov r2, #0x0 - bl PXI_SendWordByFifo -_020D61F0: ; 0x020D61F0 - cmp r0, #0x0 - movge r0, #0x1 - movlt r0, #0x0 - add sp, sp, #0x4 - ldmia sp!, {lr} - bx lr - - arm_func_start RTCi_WriteRawStatus2Async -RTCi_WriteRawStatus2Async: - ldr ip, _020D6214 ; =RtcSendPxiCommand - mov r0, #0x27 - bx r12 - .balign 4 -_020D6214: .word RtcSendPxiCommand - - arm_func_start RTCi_ReadRawTimeAsync -RTCi_ReadRawTimeAsync: - ldr ip, _020D6224 ; =RtcSendPxiCommand - mov r0, #0x12 - bx r12 - .balign 4 -_020D6224: .word RtcSendPxiCommand - - arm_func_start RTCi_ReadRawDateAsync -RTCi_ReadRawDateAsync: - ldr ip, _020D6234 ; =RtcSendPxiCommand - mov r0, #0x11 - bx r12 - .balign 4 -_020D6234: .word RtcSendPxiCommand - - arm_func_start RTCi_ReadRawDateTimeAsync -RTCi_ReadRawDateTimeAsync: - ldr ip, _020D6244 ; =RtcSendPxiCommand - mov r0, #0x10 - bx r12 - .balign 4 -_020D6244: .word RtcSendPxiCommand |