From 18c1c89c1971f81bb03e0a2fc6fbc7af93ee6914 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 4 Jul 2016 12:43:19 -0700 Subject: map object graphics incbins to space --- data/graphics/field_objects/map_object_graphics.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/graphics/field_objects/map_object_graphics.s b/data/graphics/field_objects/map_object_graphics.s index 30be42cc4..6adb83c05 100644 --- a/data/graphics/field_objects/map_object_graphics.s +++ b/data/graphics/field_objects/map_object_graphics.s @@ -93,7 +93,7 @@ gMapObjectPic_BrendanNormal_17: @ 8310E48 gMapObjectPalette8: @ 8310F48 .incbin "graphics/map_objects/palettes/08.gbapal" - .incbin "baserom.gba", 0x310f68, 0x1e0 + .space 0x1e0 .align 2 @@ -585,7 +585,7 @@ gMapObjectPalette17: @ 831B7A8 gMapObjectPalette18: @ 831B7C8 .incbin "graphics/map_objects/palettes/18.gbapal" - .incbin "baserom.gba", 0x31b7e8, 0x1c0 + .space 0x1c0 .align 2 -- cgit v1.2.3