diff options
author | Demki <mordbz@gmail.com> | 2020-04-21 18:11:57 +0300 |
---|---|---|
committer | Demki <mordbz@gmail.com> | 2020-04-21 18:11:57 +0300 |
commit | 4462b430834cb9fc64eb118e79766e2129be7d65 (patch) | |
tree | 3e8c2657d69262f7fadb63055d43071f91f3d907 /asm/secure.s | |
parent | aeb4e938f5f48c8484419f5333a5b0e6caee7a21 (diff) |
initial disassembly of rom2.s
Diffstat (limited to 'asm/secure.s')
-rw-r--r-- | asm/secure.s | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/asm/secure.s b/asm/secure.s index 18313c93..8bfb7ede 100644 --- a/asm/secure.s +++ b/asm/secure.s @@ -11,7 +11,15 @@ FUN_0200019E: ; 0x0200019E bx lr thumb_func_end FUN_0200019E -.incbin "baserom.nds", 0x41A2, 0x450 +.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 FUN_020005F2 FUN_020005F2: |