From d3b82e334c6f59dc3aed07588ece8cb571ed7349 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 26 Apr 2020 14:48:05 -0400 Subject: Move autoload list to lcf --- arm9/asm/SDK_AUTOLOAD_LIST.s | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 arm9/asm/SDK_AUTOLOAD_LIST.s (limited to 'arm9/asm/SDK_AUTOLOAD_LIST.s') 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: - -- cgit v1.2.3