summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2016-10-07 13:55:17 +1300
committereinstein95 <einstein95@users.noreply.github.com>2016-10-07 13:57:43 +1300
commite95485a8b0eacac8806c5948079919a271029897 (patch)
tree9b18d4c9f946d31390685f3185f91a3f35d613d2 /main.asm
parentfe3ea5c3f8cf36ef475fe19924590d8bc1af0952 (diff)
More fixes, most from iimarckus
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index dd66b907..400b5f6d 100755
--- a/main.asm
+++ b/main.asm
@@ -4774,7 +4774,8 @@ Unk9Graphic: INCBIN "gfx/unk_9.2bpp"
Unk9GraphicEnd:
TextBoxGraphics: INCBIN "gfx/text_box.2bpp"
TextBoxGraphicsEnd:
-PokedexTileGraphics: INCBIN "gfx/pokedex.2bpp"
+PokedexTileGraphics: INCBIN "gfx/pokedex.2bpp",$10,$110
+ db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
PokedexTileGraphicsEnd:
WorldMapTileGraphics: INCBIN "gfx/town_map.2bpp"
WorldMapTileGraphicsEnd: