diff options
-rw-r--r-- | asm/secure.s | 4 | ||||
-rw-r--r-- | global.inc | 2 |
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 @@ -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
|