summaryrefslogtreecommitdiff
path: root/arm9/asm/SDK_AUTOLOAD_LIST.s
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/asm/SDK_AUTOLOAD_LIST.s')
-rw-r--r--arm9/asm/SDK_AUTOLOAD_LIST.s21
1 files changed, 21 insertions, 0 deletions
diff --git a/arm9/asm/SDK_AUTOLOAD_LIST.s b/arm9/asm/SDK_AUTOLOAD_LIST.s
new file mode 100644
index 00000000..a2d1d5fe
--- /dev/null
+++ b/arm9/asm/SDK_AUTOLOAD_LIST.s
@@ -0,0 +1,21 @@
+ .include "asm/macros.inc"
+ .include "global.inc"
+ .section .data
+
+ .global SDK_AUTOLOAD_LIST
+SDK_AUTOLOAD_LIST: ; 0x02107700
+ .word SDK_AUTOLOAD_ITCM_START
+ .word 0x00000700
+ .word 0x00000000
+
+ .word SDK_AUTOLOAD_DTCM_START
+ .word 0x00000060
+ .word 0x00000020
+
+ .word 0x02400000
+ .word 0x00000000
+ .word 0x00000000
+
+ .global SDK_AUTOLOAD_LIST_END
+SDK_AUTOLOAD_LIST_END:
+