diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 19:20:47 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 19:20:47 -0400 |
| commit | 2187d8d8af1ff2372610806539c245657639cf85 (patch) | |
| tree | 469560dc74056db9ac53f04b9970c35b2da54b0d /data/sgb_border.asm | |
| parent | Attempt to make Yellow Buildable, part 5 (diff) | |
| download | pokeyellow-2187d8d8af1ff2372610806539c245657639cf85.tar.gz pokeyellow-2187d8d8af1ff2372610806539c245657639cf85.tar.xz pokeyellow-2187d8d8af1ff2372610806539c245657639cf85.zip | |
Attempt to make Yellow buildable, part 6.
Diffstat (limited to 'data/sgb_border.asm')
| -rwxr-xr-x | data/sgb_border.asm | 41 |
1 files changed, 21 insertions, 20 deletions
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" |
