From 2187d8d8af1ff2372610806539c245657639cf85 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 3 Aug 2015 19:20:47 -0400 Subject: Attempt to make Yellow buildable, part 6. --- data/sgb_border.asm | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) (limited to 'data/sgb_border.asm') diff --git a/data/sgb_border.asm b/data/sgb_border.asm index 5beaa65f..401a55e9 100755 --- a/data/sgb_border.asm +++ b/data/sgb_border.asm @@ -1,28 +1,29 @@ -BorderPalettes: ; 72788 (1c:6788) - INCBIN "gfx/tilemaps/sgbborder.map" +BorderPalettes: ; 72c39 (1c:6c39) + dr $72c39,$734b9 + ;INCBIN "gfx/tilemaps/sgbborder.map" - ds $100 + ;ds $100 - RGB 30,29,29 ; PAL_SGB1 - RGB 25,22,25 - RGB 25,17,21 - RGB 24,14,12 + ;RGB 30,29,29 ; PAL_SGB1 + ;RGB 25,22,25 + ;RGB 25,17,21 + ;RGB 24,14,12 - ds $18 + ;ds $18 - RGB 30,29,29 ; PAL_SGB2 - RGB 22,31,16 - RGB 27,20,6 - RGB 15,15,15 + ;RGB 30,29,29 ; PAL_SGB2 + ;RGB 22,31,16 + ;RGB 27,20,6 + ;RGB 15,15,15 - ds $18 + ;ds $18 - RGB 30,29,29 ; PAL_SGB3 - RGB 31,31,17 - RGB 18,21,29 - RGB 15,15,15 + ;RGB 30,29,29 ; PAL_SGB3 + ;RGB 31,31,17 + ;RGB 18,21,29 + ;RGB 15,15,15 - ds $18 + ;ds $18 -SGBBorderGraphics: ; 72fe8 (1c:6fe8) - INCBIN "gfx/sgbborder.2bpp" +SGBBorderGraphics: ; 734b9 (1c:74b9) + INCBIN "gfx/pokemon_yellow.t6.2bpp" -- cgit v1.3.1-sl0p