diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-11-05 18:11:47 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-11-05 18:11:47 -0600 |
commit | 799fa82c1aede6d33778bfb6e69a5faf5ef98781 (patch) | |
tree | ea3c86172899c6c71fb1c2277dea9bf653b29acf /asm/fatal_system.s | |
parent | 1c2975874bbb675ad92ddd3c82f56b46779af31c (diff) |
finally figured out fatal error func and another func
Diffstat (limited to 'asm/fatal_system.s')
-rw-r--r-- | asm/fatal_system.s | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/asm/fatal_system.s b/asm/fatal_system.s index 45009ee..e4da05e 100644 --- a/asm/fatal_system.s +++ b/asm/fatal_system.s @@ -5,28 +5,6 @@ .text - thumb_func_start FatalErrorPrintFuncFileLine -FatalErrorPrintFuncFileLine: - push {lr} - sub sp, 0x100 - adds r2, r0, 0 - cmp r2, 0 - beq _08011B5E - mov r0, sp - bl PrintFuncFileLine - b _08011B66 -_08011B5E: - ldr r2, _08011B6C - mov r0, sp - bl PrintFuncFileLine -_08011B66: - add sp, 0x100 - pop {r0} - bx r0 - .align 2, 0 -_08011B6C: .4byte gUnknown_80D421C - thumb_func_end FatalErrorPrintFuncFileLine - thumb_func_start FatalErrorFormatMessage FatalErrorFormatMessage: push {r0-r3} |