diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-19 17:14:41 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-19 17:14:41 -0400 |
commit | 84053dd3ef9f6d0b720abdbaa7d7b72d73403b01 (patch) | |
tree | d38271dbec7f1ee3f5a40814ad10c70245e89f72 /asm/secure.s | |
parent | b0db4cab2ec010386a5619687944bdf7a5321ed4 (diff) | |
parent | a2617364ed8c55a276e0ad626895294aed306a4b (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond into finish_header
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 7f3a678c..05d39175 100644 --- a/asm/secure.s +++ b/asm/secure.s @@ -1,5 +1,13 @@ /* secure.s TODO: Disassemble */ + .include "asm/macros.inc" .section .text -.incbin "baserom.nds", 0x4000, 0x800 +.incbin "baserom.nds", 0x4000, 0x5F2 + + thumb_func_start FUN_020005F2 +FUN_020005F2: + swi 3 + bx lr + +.incbin "baserom.nds", 0x45F6, 0x20A |