summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorMor <mordbz@gmail.com>2020-04-19 17:55:52 +0300
committerMor <mordbz@gmail.com>2020-04-19 17:55:52 +0300
commitcba5674ddc761e24b37bc05ff3375eddebd13c27 (patch)
treeddacfbfff743a3fb917fae6836fab2d4df8c3c2f /asm
parenteb5d138e43a44482ff17834f182b77777fcb780d (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.s4
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