summaryrefslogtreecommitdiff
path: root/asm/SDK_AUTOLOAD_LIST.s
diff options
context:
space:
mode:
authorMartmists <mail@martmists.com>2020-04-26 17:49:13 +0200
committerGitHub <noreply@github.com>2020-04-26 17:49:13 +0200
commitdaf2b831efe688dd9ee55f549d00a33c16e840ba (patch)
treebdb1765edc0c10ec83f02ded9e9c478d01e241a4 /asm/SDK_AUTOLOAD_LIST.s
parentf11bca0db09b9e7f7514f5033fe6c31b6efd05e2 (diff)
parenteb0b544c0678a0e601686fc32b6019b4e893d5f9 (diff)
Merge pull request #27 from PikalaxALT/pikalax_work
Separate build structures for ARM9 and ARM7
Diffstat (limited to 'asm/SDK_AUTOLOAD_LIST.s')
-rw-r--r--asm/SDK_AUTOLOAD_LIST.s20
1 files changed, 0 insertions, 20 deletions
diff --git a/asm/SDK_AUTOLOAD_LIST.s b/asm/SDK_AUTOLOAD_LIST.s
deleted file mode 100644
index 8043d616..00000000
--- a/asm/SDK_AUTOLOAD_LIST.s
+++ /dev/null
@@ -1,20 +0,0 @@
- .include "asm/macros.inc"
- .section .data
-
- .global SDK_AUTOLOAD_LIST
-SDK_AUTOLOAD_LIST: ; 0x02107700
- .word 0x01FF8000
- .word 0x00000700
- .word 0x00000000
-
- .word 0x027e0000
- .word 0x00000060
- .word 0x00000020
-
- .word 0x02400000
- .word 0x00000000
- .word 0x00000000
-
- .global SDK_AUTOLOAD_LIST_END
-SDK_AUTOLOAD_LIST_END:
-