From a9c80aa902e53f41f2e200f1002896c13da3a044 Mon Sep 17 00:00:00 2001 From: jeffman Date: Mon, 10 Dec 2018 14:38:35 -0500 Subject: [PATCH] Fix wrong register --- m2-customcodes.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m2-customcodes.asm b/m2-customcodes.asm index e4f446e..17c2354 100644 --- a/m2-customcodes.asm +++ b/m2-customcodes.asm @@ -21,7 +21,7 @@ bne @@next // 60 FF should be treated as a renderable code push {r0-r3} -mov r0,r5 +mov r0,r2 bl handle_first_window pop {r0-r3} @@ -60,7 +60,7 @@ bne @@next2 // 5F FF should be treated as a renderable code push {r0-r3} -mov r0,r5 +mov r0,r2 bl handle_first_window pop {r0-r3}