diff options
author | Celeste Brault <theredstoneblock0@gmail.com> | 2019-06-09 23:29:11 +0200 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2019-06-10 19:07:44 -0600 |
commit | 013ae78d7415ca75b4e648be5f2c906e16bd13b9 (patch) | |
tree | 7c2039a2d94ea164cf8c9356bcd091f0f3144afc /data | |
parent | 3ea6f22c48ef9ba053757dbbde65ce059726e229 (diff) |
Update tools
Diffstat (limited to 'data')
-rwxr-xr-x | data/sgb_border.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sgb_border.asm b/data/sgb_border.asm index 0080b4d2..cc592487 100755 --- a/data/sgb_border.asm +++ b/data/sgb_border.asm @@ -84,4 +84,4 @@ BorderPalettes: RGB 31, 31, 25 SGBBorderGraphics: - INCBIN "gfx/pokemon_yellow.t6.2bpp" + INCBIN "gfx/pokemon_yellow.2bpp" |