diff options
author | Mor <mordbz@gmail.com> | 2020-04-19 17:58:45 +0300 |
---|---|---|
committer | Mor <mordbz@gmail.com> | 2020-04-19 17:58:45 +0300 |
commit | 16de0d1dd63c15454e6d1af4ecf1f70b8034a745 (patch) | |
tree | 94fefa2a5a42f93a99da340126fed2ef115be255 | |
parent | cba5674ddc761e24b37bc05ff3375eddebd13c27 (diff) |
fixed thumb_func_start macro use
-rw-r--r-- | asm/secure.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/secure.s b/asm/secure.s index 73197bf2..05d39175 100644 --- a/asm/secure.s +++ b/asm/secure.s @@ -5,7 +5,7 @@ .incbin "baserom.nds", 0x4000, 0x5F2 - thumb_func_start + thumb_func_start FUN_020005F2 FUN_020005F2: swi 3 bx lr |