diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-21 12:30:07 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-21 12:30:07 -0400 |
commit | 8cdd2f137d6041538dcba2b13580b0f43f1cc549 (patch) | |
tree | d1b529a9e44cda643a0f927ba6bdb321ff36d177 /asm/secure.s | |
parent | 6ceaabc28c712f82c6100f8288af66774bfdbb82 (diff) | |
parent | aeb4e938f5f48c8484419f5333a5b0e6caee7a21 (diff) |
merge
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 |