From 2c184cf7a3c4f1de243565680bd2eb2e513c1368 Mon Sep 17 00:00:00 2001 From: TuxSH <1922548+TuxSH@users.noreply.github.com> Date: Sat, 4 Jun 2022 22:27:31 +0100 Subject: [PATCH] Update chainloader version number --- arm9/source/start.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/start.s b/arm9/source/start.s index 1290b4a6..955b2e4b 100644 --- a/arm9/source/start.s +++ b/arm9/source/start.s @@ -160,7 +160,7 @@ disableMpuAndJumpToEntrypoints: @ Jump to the Arm9 entrypoint mov r0, r4 mov r1, r5 - ldr r2, =0x3BEEF + ldr r2, =0x4BEEF bx r6 .pool