diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-11-22 17:37:48 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-11-22 17:37:48 -0600 |
commit | fc7f14ab66ff8e23cd758a9435f8ac48e99ae75f (patch) | |
tree | 019034cb352fb592ede2f54fff60f003357789ef /asm/code_80118A4.s | |
parent | 0c3daaaabd4c940986950b3e6dae315e20eafd95 (diff) |
random assortment of decomp work and fix of nonmatchings
Diffstat (limited to 'asm/code_80118A4.s')
-rw-r--r-- | asm/code_80118A4.s | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/asm/code_80118A4.s b/asm/code_80118A4.s index 4fbfa06..5a097ed 100644 --- a/asm/code_80118A4.s +++ b/asm/code_80118A4.s @@ -5,26 +5,6 @@ .text - thumb_func_start PrintFuncFileLine -PrintFuncFileLine: - push {r4,r5,lr} - sub sp, 0x8 - ldr r5, _08011AC4 - ldr r3, [r1, 0x8] - ldr r4, [r1] - str r4, [sp] - ldr r1, [r1, 0x4] - str r1, [sp, 0x4] - adds r1, r5, 0 - bl sprintf - add sp, 0x8 - pop {r4,r5} - pop {r0} - bx r0 - .align 2, 0 -_08011AC4: .4byte gUnknown_80D41C4 - thumb_func_end PrintFuncFileLine - @ Unused thumb_func_start PrintMessageWithFuncFileLine PrintMessageWithFuncFileLine: |