diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-04-21 15:57:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 15:57:22 +0300 |
commit | aeb4e938f5f48c8484419f5333a5b0e6caee7a21 (patch) | |
tree | c8d156131f95390672c1a1803560a85b445322d6 /asm/secure.s | |
parent | a0749839f45525a0a64113f18688392da241cb7d (diff) | |
parent | aa2cb11a71a85faf0f84a8d07376a303792e3703 (diff) |
Merge pull request #17 from PikalaxALT/pikalax_work
Redump files
Diffstat (limited to 'asm/secure.s')
-rw-r--r-- | asm/secure.s | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/asm/secure.s b/asm/secure.s index 05d39175..18313c93 100644 --- a/asm/secure.s +++ b/asm/secure.s @@ -3,9 +3,17 @@ .section .text -.incbin "baserom.nds", 0x4000, 0x5F2 +.incbin "baserom.nds", 0x4000, 0x19E - thumb_func_start FUN_020005F2 + 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 |