summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2016-08-13 15:51:54 +1200
committereinstein95 <einstein95@users.noreply.github.com>2016-08-13 15:51:54 +1200
commitaeb4ae72f46c3575d32664a977abe795f8c57cb7 (patch)
tree0de140d08b08564cea2e20500b8d1992525105f4
parent41834bc37c82b3fed14433c32be2d975a89e1492 (diff)
kill me
-rw-r--r--gfx/text_box.pngbin313 -> 464 bytes
-rw-r--r--gfx/unk_9.pngbin0 -> 165 bytes
-rwxr-xr-xmain.asm2
3 files changed, 2 insertions, 0 deletions
diff --git a/gfx/text_box.png b/gfx/text_box.png
index 946c9826..efde5874 100644
--- a/gfx/text_box.png
+++ b/gfx/text_box.png
Binary files differ
diff --git a/gfx/unk_9.png b/gfx/unk_9.png
new file mode 100644
index 00000000..706a169f
--- /dev/null
+++ b/gfx/unk_9.png
Binary files differ
diff --git a/main.asm b/main.asm
index 020c8a7f..dd66b907 100755
--- a/main.asm
+++ b/main.asm
@@ -4770,6 +4770,8 @@ BattleHudTiles3End:
NintendoCopyrightLogoGraphics: INCBIN "gfx/copyright.2bpp"
GamefreakLogoGraphics: INCBIN "gfx/gamefreak.2bpp"
GamefreakLogoGraphicsEnd:
+Unk9Graphic: INCBIN "gfx/unk_9.2bpp"
+Unk9GraphicEnd:
TextBoxGraphics: INCBIN "gfx/text_box.2bpp"
TextBoxGraphicsEnd:
PokedexTileGraphics: INCBIN "gfx/pokedex.2bpp"