summaryrefslogtreecommitdiff
path: root/arm9/asm/SDK_AUTOLOAD_LIST.s
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-04-27 23:00:43 +0300
committerGitHub <noreply@github.com>2020-04-27 23:00:43 +0300
commit635793c855947c62af26bb5f46fd8540d8dabbb9 (patch)
treeeba5cbd8928d132b6361cb5cdd98939775ed9f75 /arm9/asm/SDK_AUTOLOAD_LIST.s
parente13067a7c4c852559fb2470796b4ac180ffeb0b5 (diff)
parent7676cd5dce30f0ba7cdbf5bb4a80c4409e7ee544 (diff)
Merge pull request #33 from red031000/os_lib
update os_lib from master and split os_alloc and os_arena
Diffstat (limited to 'arm9/asm/SDK_AUTOLOAD_LIST.s')
-rw-r--r--arm9/asm/SDK_AUTOLOAD_LIST.s21
1 files changed, 0 insertions, 21 deletions
diff --git a/arm9/asm/SDK_AUTOLOAD_LIST.s b/arm9/asm/SDK_AUTOLOAD_LIST.s
deleted file mode 100644
index a2d1d5fe..00000000
--- a/arm9/asm/SDK_AUTOLOAD_LIST.s
+++ /dev/null
@@ -1,21 +0,0 @@
- .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:
-