diff options
Diffstat (limited to 'arm9/asm/error_handling.s')
-rw-r--r-- | arm9/asm/error_handling.s | 2 |
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} |