diff options
author | red031000 <rubenru09@aol.com> | 2020-05-06 16:36:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 16:36:59 +0100 |
commit | 5bfef3f1f96910c8824e56a959a423541a965f5d (patch) | |
tree | 5070e8c98af7cd7a2d842cf1cf1a85ff0ae0f9ac /arm9/asm | |
parent | 55faa9e2d1b393e832f95485f5412425136bd6b7 (diff) | |
parent | 283dda9a39380d52499507baaab063ec64020a64 (diff) |
Merge pull request #63 from PikalaxALT/pikalax_work
Disassemble modules 20-27; rudimentary dependency scanning
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/unk_020AF030.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arm9/asm/unk_020AF030.s b/arm9/asm/unk_020AF030.s index ec33e3fa..3851b8c7 100644 --- a/arm9/asm/unk_020AF030.s +++ b/arm9/asm/unk_020AF030.s @@ -1960,7 +1960,9 @@ _020B0824: ; 0x020B0824 cmp r2, r1 strcc r1, [r4, #0x0] ldmia sp!, {r4,pc} -_020B0830: ; 0x020B0830 + + arm_func_start FUN_020B0830 +FUN_020B0830: ; 0x020B0830 ldrh r3, [r0, #0x6] ldrh r2, [r0, #0x8] mov r12, #0x0 |