From 0eaa971b504c5f409c16b36e8cb7f0d844ff920a Mon Sep 17 00:00:00 2001 From: Wolfvak Date: Sat, 17 Feb 2018 20:19:22 -0300 Subject: [PATCH] Fix bootfirm version --- arm9/source/system/bootfirm.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arm9/source/system/bootfirm.s b/arm9/source/system/bootfirm.s index d3f431f..95d8150 100644 --- a/arm9/source/system/bootfirm.s +++ b/arm9/source/system/bootfirm.s @@ -5,7 +5,7 @@ #include #include -.equ ARG_MAGIC, 0x0000BEEF +.equ ARG_MAGIC, 0x0003BEEF .equ MPCORE_LD, 0x27FFFB00 .equ STUB_LOC, 0x27FFFC00 .equ ARGV_LOC, 0x27FFFE00 @@ -80,7 +80,7 @@ BootFirm_stub: @ Registers: @ R0 = 0x1 or 0x2 @ R1 = 0x23FFFE10 - @ R2 = 0x0000BEEF + @ R2 = 0x0003BEEF @ R3-R14 are undefined @ Check screen-init flag