summaryrefslogtreecommitdiff
path: root/arm9/asm/error_handling.s
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-08-07 18:15:57 +0200
committerGitHub <noreply@github.com>2020-08-07 18:15:57 +0200
commit8c3282cded0a1f6a54160e7166bfea23ec31da7e (patch)
tree4773d2f08e7c7207a884ac2bd6c0e79cb3cd5835 /arm9/asm/error_handling.s
parent14655718ad3fa1ea0ce481b599943b3480ad9e3e (diff)
parent20573e3d384f73f63836864a0c6c9b0069ee9e9d (diff)
Merge pull request #259 from PikalaxALT/pikalax_work
Refactor message command syntax; decomp string16 funcs
Diffstat (limited to 'arm9/asm/error_handling.s')
-rw-r--r--arm9/asm/error_handling.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/asm/error_handling.s b/arm9/asm/error_handling.s
index 04589e6c..d6330897 100644
--- a/arm9/asm/error_handling.s
+++ b/arm9/asm/error_handling.s
@@ -12,6 +12,6 @@ ErrorHandling: ; 0x02020C2C
bl OS_GetProcMode
cmp r0, #0x12
beq _02020C42
- bl FUN_0208A9B8
+ bl PrintErrorMessageAndReset
_02020C42:
pop {r3, pc}