diff options
author | Made <made111@gmx.de> | 2020-05-15 04:17:23 +0200 |
---|---|---|
committer | Made <made111@gmx.de> | 2020-05-15 04:17:23 +0200 |
commit | 4da3a82551b27f94c2f493fbf01cf58db711c03e (patch) | |
tree | 1ff9fd6cd8d79402abb9286bbd622901d33a4b54 /arm9/asm/OS_interrupt_asm.s | |
parent | a92d77224c8ec645752a56aa35cc8a8457cd4cd3 (diff) | |
parent | 0252f2028d60248db23770a6a33030b40fbcee1e (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'arm9/asm/OS_interrupt_asm.s')
-rw-r--r-- | arm9/asm/OS_interrupt_asm.s | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/arm9/asm/OS_interrupt_asm.s b/arm9/asm/OS_interrupt_asm.s index ea17cf8d..7fdc1ccc 100644 --- a/arm9/asm/OS_interrupt_asm.s +++ b/arm9/asm/OS_interrupt_asm.s @@ -93,26 +93,3 @@ OS_SetIrqMask: ; 0x020C9E94 .balign 4 _020C9EC0: .word 0x04000208 _020C9EC4: .word 0x04000210 - - arm_func_start OSi_EnterTimerCallback -OSi_EnterTimerCallback: ; 0x020C9EC8 - stmdb sp!, {r4,lr} - mov r3, #0xc - mul r4, r0, r3 - ldr ip, _020C9F08 ; =0x021D344C - add r0, r0, #0x3 - mov r3, #0x1 - mov r0, r3, lsl r0 - ldr r3, _020C9F0C ; =0x021D3454 - str r1, [r12, r4] - str r2, [r3, r4] - bl OS_EnableIrqMask - ldr r0, _020C9F10 ; =0x021D3450 - mov r1, #0x1 - str r1, [r0, r4] - ldmia sp!, {r4,lr} - bx lr - .balign 4 -_020C9F08: .word OSi_IrqCallbackInfo+0x30 -_020C9F0C: .word OSi_IrqCallbackInfo+0x38 -_020C9F10: .word OSi_IrqCallbackInfo+0x34 |