diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-04-25 21:31:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-25 21:31:05 -0400 |
| commit | f11260114ed5e20b8d1cbff8973874de3d588434 (patch) | |
| tree | e125a9c81e9c782c4c73f95c097ac736bd73a071 /asm/secure.s | |
| parent | a7dd871d585d2412cd37c56c410a80b1d546deea (diff) | |
| parent | f08350ee4d2b7568fba5a1b72eb7278812f7adcc (diff) | |
Merge branch 'master' into master
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 |
