From 231ea2f27c9abe0b19ae415cf2af2352555ed2d0 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 3 Sep 2016 15:07:51 -0700 Subject: base_emerald to baserom --- asm/crt0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm') diff --git a/asm/crt0.s b/asm/crt0.s index 08745b5d6..7c2115c15 100644 --- a/asm/crt0.s +++ b/asm/crt0.s @@ -28,7 +28,7 @@ GPIOPortDirection: @ 80000C6 GPIOPortReadEnable: @ 80000C8 .hword 0 - .incbin "base_emerald.gba", 0xCA, 0x204 - 0xCA + .incbin "baserom.gba", 0xCA, 0x204 - 0xCA .arm .align 2, 0 -- cgit v1.2.3