diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2016-10-07 13:55:17 +1300 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2016-10-07 13:57:43 +1300 |
commit | e95485a8b0eacac8806c5948079919a271029897 (patch) | |
tree | 9b18d4c9f946d31390685f3185f91a3f35d613d2 /main.asm | |
parent | fe3ea5c3f8cf36ef475fe19924590d8bc1af0952 (diff) |
More fixes, most from iimarckus
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |