summaryrefslogtreecommitdiff
path: root/arm9/asm
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-06-07 22:33:50 +0100
committerred031000 <rubenru09@aol.com>2020-06-07 22:35:13 +0100
commit8baf7924fc2770e491a14494c35565f4b36c99ce (patch)
treeb5976a135c50b1e5ddb5c8f6fa7cfe1c85826260 /arm9/asm
parent5dfe3440383dd530bda24985f802d8c94bb452b8 (diff)
finally finish OS_reset and stop git being stupid
Diffstat (limited to 'arm9/asm')
-rw-r--r--arm9/asm/arm9_itcm.s21
1 files changed, 0 insertions, 21 deletions
diff --git a/arm9/asm/arm9_itcm.s b/arm9/asm/arm9_itcm.s
index 13f0ad5c..5c3dc240 100644
--- a/arm9/asm/arm9_itcm.s
+++ b/arm9/asm/arm9_itcm.s
@@ -2,27 +2,6 @@
.include "global.inc"
.section .text
- ; OS
- arm_func_start OSi_DoResetSystem ;OS_reset.c
-OSi_DoResetSystem: ; 0x01FF84A4
- stmfd sp!, {lr}
- sub sp, sp, #4
- ldr r0, _01FF84DC
-_01FF84B0:
- ldrh r1, [r0]
- cmp r1, #0
- beq _01FF84B0
- ldr r0, _01FF84E0
- mov r1, #0
- strh r1, [r0]
- bl OSi_ReloadRomData
- bl OSi_DoBoot
- add sp, sp, #4
- ldmfd sp!, {lr}
- bx lr
-_01FF84DC: .word OSi_IsResetOccurred
-_01FF84E0: .word 0x04000208
-
; MI
arm_func_start MIi_DmaSetParams_wait_noInt
MIi_DmaSetParams_wait_noInt: ; 0x01FF84E4