diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-04-25 20:07:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 20:07:22 -0400 |
commit | f08350ee4d2b7568fba5a1b72eb7278812f7adcc (patch) | |
tree | 4bfd7ec0733028751f628847371c920ea975c91a /asm/secure.s | |
parent | 5f1de106f34d57da41173aaa25422cdee7eca72d (diff) | |
parent | 143e670e14d18a56f3465ebf1ee3d22a985da25a (diff) |
Merge pull request #26 from PikalaxALT/pikalax_work
Disassemble ITCM and split unk_020C9C2C.s
Diffstat (limited to 'asm/secure.s')
-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 8bfb7ede..f9d8f159 100644 --- a/asm/secure.s +++ b/asm/secure.s @@ -21,8 +21,8 @@ FUN_020002FE: ; 0x020002FE .incbin "baserom.nds", 0x4302, 0x2F0 - non_word_aligned_thumb_func_start FUN_020005F2 -FUN_020005F2: + non_word_aligned_thumb_func_start SVC_WaitByLoop +SVC_WaitByLoop: swi 3 bx lr |