From 41bda0036f726457151f0250251fc79af475b7e8 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Tue, 17 Oct 2023 23:44:48 +0100 Subject: [PATCH] Make sure mgba recognises this as a GBA rom --- agb/src/entrypoint.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agb/src/entrypoint.s b/agb/src/entrypoint.s index 458dcf1f..45ebe74d 100644 --- a/agb/src/entrypoint.s +++ b/agb/src/entrypoint.s @@ -31,8 +31,9 @@ __start: .arm .section .entrypoint.multiboot, "ax", %progbits .align + b __mb_entry @ Filled in by gbafix - .space 192 + .space 188 @ multiboot launch point .global __mb_entry __mb_entry: