From b0cb7a159d36c486b351df277b3c3b6613f17757 Mon Sep 17 00:00:00 2001 From: Tauwasser Date: Sun, 3 Jun 2018 04:09:36 +0200 Subject: gfx: re-organize some graphics and disassemble gfx load code All graphics were split so that proper labels could be placed. Font was not split, because that was nicely handled using the charmap constants. If proper lengths should also be handled using automatic calculation using labels, some graphics would need further splitting up in order to place labels.s Signed-off-by: Tauwasser --- gfx/misc/black_tile_cursor.1bpp.png | Bin 0 -> 87 bytes gfx/misc/empty_tile.1bpp.png | Bin 0 -> 71 bytes gfx/misc/poke_balls.png | Bin 0 -> 124 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 gfx/misc/black_tile_cursor.1bpp.png create mode 100644 gfx/misc/empty_tile.1bpp.png create mode 100644 gfx/misc/poke_balls.png (limited to 'gfx/misc') diff --git a/gfx/misc/black_tile_cursor.1bpp.png b/gfx/misc/black_tile_cursor.1bpp.png new file mode 100644 index 0000000..7fdc4f1 Binary files /dev/null and b/gfx/misc/black_tile_cursor.1bpp.png differ diff --git a/gfx/misc/empty_tile.1bpp.png b/gfx/misc/empty_tile.1bpp.png new file mode 100644 index 0000000..3233c13 Binary files /dev/null and b/gfx/misc/empty_tile.1bpp.png differ diff --git a/gfx/misc/poke_balls.png b/gfx/misc/poke_balls.png new file mode 100644 index 0000000..830f72b Binary files /dev/null and b/gfx/misc/poke_balls.png differ -- cgit v1.2.3