From 113062c8223d641baf650293dd5b8ec1eb63356a Mon Sep 17 00:00:00 2001 From: mebibytedraco <139500397+mebibytedraco@users.noreply.github.com> Date: Sun, 16 Jul 2023 12:22:25 -0400 Subject: [PATCH] Fix get_unused_overlay --- overlay.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay.asm b/overlay.asm index 0243e40..31322ce 100644 --- a/overlay.asm +++ b/overlay.asm @@ -515,7 +515,7 @@ get_unused_overlay: push r1 push r31 - mov r0, 0x80000000 + mov r0, 0x80000300 mov r31, 31 get_unused_overlay_loop: in r1, r0