From 3fd325f0aa9d7ad402c77c596ef7d0b38d50803f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 17 Dec 2021 19:28:07 -0500 Subject: Fix calcrom invoke back to diamond; other fixes --- arm9/asm/MSL_Common_direct_io.s | 2 +- arm9/asm/RUNTIME_ARM_semihosted_console_io.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'arm9/asm') diff --git a/arm9/asm/MSL_Common_direct_io.s b/arm9/asm/MSL_Common_direct_io.s index bc803a3f..8a493303 100644 --- a/arm9/asm/MSL_Common_direct_io.s +++ b/arm9/asm/MSL_Common_direct_io.s @@ -502,4 +502,4 @@ _020DEC5C: exception fread, 269, 0x00407F00 exception __fread, 841, 0x00507F00 - exception __fwrite, 689, 0x0060FF00 \ No newline at end of file + exception __fwrite, 689, 0x0060FF00 diff --git a/arm9/asm/RUNTIME_ARM_semihosted_console_io.s b/arm9/asm/RUNTIME_ARM_semihosted_console_io.s index 6e7ddf0b..b36cee70 100644 --- a/arm9/asm/RUNTIME_ARM_semihosted_console_io.s +++ b/arm9/asm/RUNTIME_ARM_semihosted_console_io.s @@ -75,4 +75,4 @@ __close_console: ; 0x020EC68C bx lr exception __read_console, 81, 0x00300F00 - exception __write_console, 53, 0x00200700 \ No newline at end of file + exception __write_console, 53, 0x00200700 -- cgit v1.2.3