diff --git a/Makefile b/Makefile index 9227fc660..c28a8841e 100644 --- a/Makefile +++ b/Makefile @@ -126,6 +126,8 @@ gfx/title/crystal.2bpp: tools/gfx += --interleave --width=48 gfx/title/old_fg.2bpp: tools/gfx += --interleave --width=64 gfx/title/logo.2bpp: rgbgfx += -x 4 +gfx/trade/ball.2bpp: tools/gfx += --remove-whitespace + %.bin: ; %.blk: ; diff --git a/gfx/trade/arrow.2bpp b/gfx/trade/arrow.2bpp deleted file mode 100644 index 637ea13c9..000000000 Binary files a/gfx/trade/arrow.2bpp and /dev/null differ diff --git a/gfx/trade/arrow.png b/gfx/trade/arrow.png new file mode 100644 index 000000000..b740048ec Binary files /dev/null and b/gfx/trade/arrow.png differ diff --git a/gfx/trade/ball.2bpp b/gfx/trade/ball.2bpp deleted file mode 100644 index b90cac274..000000000 Binary files a/gfx/trade/ball.2bpp and /dev/null differ diff --git a/gfx/trade/ball.png b/gfx/trade/ball.png new file mode 100755 index 000000000..4d3477bb6 Binary files /dev/null and b/gfx/trade/ball.png differ diff --git a/gfx/trade/bubble.2bpp b/gfx/trade/bubble.2bpp deleted file mode 100644 index c4a7abf4f..000000000 Binary files a/gfx/trade/bubble.2bpp and /dev/null differ diff --git a/gfx/trade/bubble.png b/gfx/trade/bubble.png new file mode 100644 index 000000000..a6b17ebe7 Binary files /dev/null and b/gfx/trade/bubble.png differ diff --git a/gfx/trade/cable.2bpp b/gfx/trade/cable.2bpp deleted file mode 100644 index 1f9974e99..000000000 Binary files a/gfx/trade/cable.2bpp and /dev/null differ diff --git a/gfx/trade/cable.png b/gfx/trade/cable.png new file mode 100644 index 000000000..d06d8a877 Binary files /dev/null and b/gfx/trade/cable.png differ diff --git a/gfx/trade/game_boy.2bpp.lz b/gfx/trade/game_boy.2bpp.lz.71a5f644 similarity index 100% rename from gfx/trade/game_boy.2bpp.lz rename to gfx/trade/game_boy.2bpp.lz.71a5f644 diff --git a/gfx/trade/game_boy.png b/gfx/trade/game_boy.png new file mode 100644 index 000000000..64c92260c Binary files /dev/null and b/gfx/trade/game_boy.png differ diff --git a/gfx/trade/poof.2bpp b/gfx/trade/poof.2bpp deleted file mode 100644 index c50e69e68..000000000 Binary files a/gfx/trade/poof.2bpp and /dev/null differ diff --git a/gfx/trade/poof.png b/gfx/trade/poof.png new file mode 100644 index 000000000..1b09874ba Binary files /dev/null and b/gfx/trade/poof.png differ