summaryrefslogtreecommitdiff
path: root/arm9/asm
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-07-13 22:39:37 +0100
committerred031000 <rubenru09@aol.com>2020-07-13 22:39:37 +0100
commitd2ff9e5df70f2c6be6a0c822ba2e689f82911911 (patch)
treee559d4ac0279f78b740b443a8c3936138dbfd226 /arm9/asm
parent4cfe56bcc1de5240c770b570f6ce9ac13fc5f33c (diff)
match OS_timer
Diffstat (limited to 'arm9/asm')
-rw-r--r--arm9/asm/OS_timer.s21
1 files changed, 0 insertions, 21 deletions
diff --git a/arm9/asm/OS_timer.s b/arm9/asm/OS_timer.s
deleted file mode 100644
index eeeda6ff..00000000
--- a/arm9/asm/OS_timer.s
+++ /dev/null
@@ -1,21 +0,0 @@
- .include "asm/macros.inc"
- .include "global.inc"
-
- .section .bss
-
- .global OSi_TimerReserved
-OSi_TimerReserved: ; 0x021D37A8
- .space 0x4
-
- .text
-
- arm_func_start OSi_SetTimerReserved
-OSi_SetTimerReserved: ; 0x020CCBF0
- ldr r1, _020CCC08 ; =OSi_TimerReserved
- mov r2, #0x1
- ldrh r3, [r1, #0x0]
- orr r0, r3, r2, lsl r0
- strh r0, [r1, #0x0]
- bx lr
- .balign 4
-_020CCC08: .word OSi_TimerReserved