diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-31 14:25:20 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-31 14:25:20 -0400 |
commit | 5787ba96ba2bcb0860422c3e66c179e63368acac (patch) | |
tree | 38ff48e4d286804b19f920af382351d4d11a13d0 /arm9/asm/error_handling.s | |
parent | 00cbfe2e138c842d9c0bce4e1848d3eaa88a39b8 (diff) | |
parent | bf25a361cd0d013beb86a936b516957b66cfa011 (diff) |
Merge branch 'master' of github.com:pret/pokediamond into pikalax_work
Diffstat (limited to 'arm9/asm/error_handling.s')
-rw-r--r-- | arm9/asm/error_handling.s | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arm9/asm/error_handling.s b/arm9/asm/error_handling.s deleted file mode 100644 index d6330897..00000000 --- a/arm9/asm/error_handling.s +++ /dev/null @@ -1,17 +0,0 @@ - .include "asm/macros.inc" - .include "global.inc" - - .text - - thumb_func_start ErrorHandling -ErrorHandling: ; 0x02020C2C - push {r3, lr} - bl FUN_02031810 - cmp r0, #0x0 - beq _02020C42 - bl OS_GetProcMode - cmp r0, #0x12 - beq _02020C42 - bl PrintErrorMessageAndReset -_02020C42: - pop {r3, pc} |