summaryrefslogtreecommitdiff
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
parenteb5d138e43a44482ff17834f182b77777fcb780d (diff)
added EOF newline in global.inc and
changed secure.s to use thumb_func_start macro
-rw-r--r--asm/secure.s4
-rw-r--r--global.inc2
2 files changed, 3 insertions, 3 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
diff --git a/global.inc b/global.inc
index bd7155df..7987d56e 100644
--- a/global.inc
+++ b/global.inc
@@ -926,4 +926,4 @@
.extern FUN_01FF84E4
.extern FUN_01FF85F0
.extern FUN_01FF84A4
-.extern FUN_01FF8544 \ No newline at end of file
+.extern FUN_01FF8544