diff options
author | Mor <mordbz@gmail.com> | 2020-04-19 17:55:52 +0300 |
---|---|---|
committer | Mor <mordbz@gmail.com> | 2020-04-19 17:55:52 +0300 |
commit | cba5674ddc761e24b37bc05ff3375eddebd13c27 (patch) | |
tree | ddacfbfff743a3fb917fae6836fab2d4df8c3c2f /asm | |
parent | eb5d138e43a44482ff17834f182b77777fcb780d (diff) |
added EOF newline in global.inc and
changed secure.s to use thumb_func_start macro
Diffstat (limited to 'asm')
-rw-r--r-- | asm/secure.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/secure.s b/asm/secure.s index f889a118..73197bf2 100644 --- a/asm/secure.s +++ b/asm/secure.s @@ -1,11 +1,11 @@ /* secure.s TODO: Disassemble */ + .include "asm/macros.inc" .section .text .incbin "baserom.nds", 0x4000, 0x5F2 - .global FUN_020005F2 - .thumb + thumb_func_start FUN_020005F2: swi 3 bx lr |