diff options
Diffstat (limited to 'asm/secure.s')
-rw-r--r-- | asm/secure.s | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/asm/secure.s b/asm/secure.s index 7f3a678c..18313c93 100644 --- a/asm/secure.s +++ b/asm/secure.s @@ -1,5 +1,21 @@ /* secure.s TODO: Disassemble */ + .include "asm/macros.inc" .section .text -.incbin "baserom.nds", 0x4000, 0x800 +.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, 0x450 + + non_word_aligned_thumb_func_start FUN_020005F2 +FUN_020005F2: + swi 3 + bx lr + +.incbin "baserom.nds", 0x45F6, 0x20A |