diff options
| author | Martmists <mail@martmists.com> | 2020-04-26 17:49:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-26 17:49:13 +0200 |
| commit | daf2b831efe688dd9ee55f549d00a33c16e840ba (patch) | |
| tree | bdb1765edc0c10ec83f02ded9e9c478d01e241a4 /asm/secure.s | |
| parent | f11bca0db09b9e7f7514f5033fe6c31b6efd05e2 (diff) | |
| parent | eb0b544c0678a0e601686fc32b6019b4e893d5f9 (diff) | |
Merge pull request #27 from PikalaxALT/pikalax_work
Separate build structures for ARM9 and ARM7
Diffstat (limited to 'asm/secure.s')
| -rw-r--r-- | asm/secure.s | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/asm/secure.s b/asm/secure.s deleted file mode 100644 index f9d8f159..00000000 --- a/asm/secure.s +++ /dev/null @@ -1,29 +0,0 @@ -/* secure.s TODO: Disassemble */ - .include "asm/macros.inc" - -.section .text - -.incbin "baserom.nds", 0x4000, 0x19E - - non_word_aligned_thumb_func_start FUN_0200019E -FUN_0200019E: ; 0x0200019E - swi 13 - bx lr - thumb_func_end FUN_0200019E - -.incbin "baserom.nds", 0x41A2, 0x15C - - non_word_aligned_thumb_func_start FUN_020002FE -FUN_020002FE: ; 0x020002FE - swi 11 - bx lr - -.incbin "baserom.nds", 0x4302, 0x2F0 - - - non_word_aligned_thumb_func_start SVC_WaitByLoop -SVC_WaitByLoop: - swi 3 - bx lr - -.incbin "baserom.nds", 0x45F6, 0x20A |
