summaryrefslogtreecommitdiff
path: root/gfx/misc
diff options
context:
space:
mode:
authorTauwasser <Tauwasser@tauwasser.eu>2018-06-03 04:09:36 +0200
committerTauwasser <Tauwasser@tauwasser.eu>2018-06-03 04:21:48 +0200
commitb0cb7a159d36c486b351df277b3c3b6613f17757 (patch)
treecf6d4950cb49b6b7dab9fb30533212679e3a479e /gfx/misc
parent2de77265514915f3f20d067088f966dbef9f8af1 (diff)
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 <Tauwasser@tauwasser.eu>
Diffstat (limited to 'gfx/misc')
-rw-r--r--gfx/misc/black_tile_cursor.1bpp.pngbin0 -> 87 bytes
-rw-r--r--gfx/misc/empty_tile.1bpp.pngbin0 -> 71 bytes
-rw-r--r--gfx/misc/poke_balls.pngbin0 -> 124 bytes
3 files changed, 0 insertions, 0 deletions
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
--- /dev/null
+++ b/gfx/misc/black_tile_cursor.1bpp.png
Binary files differ
diff --git a/gfx/misc/empty_tile.1bpp.png b/gfx/misc/empty_tile.1bpp.png
new file mode 100644
index 0000000..3233c13
--- /dev/null
+++ b/gfx/misc/empty_tile.1bpp.png
Binary files differ
diff --git a/gfx/misc/poke_balls.png b/gfx/misc/poke_balls.png
new file mode 100644
index 0000000..830f72b
--- /dev/null
+++ b/gfx/misc/poke_balls.png
Binary files differ