summaryrefslogtreecommitdiff
path: root/gfx/pokedex
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/pokedex
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/pokedex')
-rw-r--r--gfx/pokedex/locations.pngbin0 -> 146 bytes
-rw-r--r--gfx/pokedex/m_kg.pngbin104 -> 0 bytes
-rw-r--r--gfx/pokedex/pokedex.pngbin145 -> 181 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/gfx/pokedex/locations.png b/gfx/pokedex/locations.png
new file mode 100644
index 0000000..c7e37a2
--- /dev/null
+++ b/gfx/pokedex/locations.png
Binary files differ
diff --git a/gfx/pokedex/m_kg.png b/gfx/pokedex/m_kg.png
deleted file mode 100644
index e26dada..0000000
--- a/gfx/pokedex/m_kg.png
+++ /dev/null
Binary files differ
diff --git a/gfx/pokedex/pokedex.png b/gfx/pokedex/pokedex.png
index 143835e..d4637ce 100644
--- a/gfx/pokedex/pokedex.png
+++ b/gfx/pokedex/pokedex.png
Binary files differ