diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-18 16:17:56 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-18 16:17:56 -0400 |
| commit | d87796e0ad73401f12e128132e8323c22c8d547c (patch) | |
| tree | ef561bc04755683dcae3a09a94e6144ab2c968bb /main.asm | |
| parent | Added 1bpp battle hud graphics and renamed "badges.2bpp" (diff) | |
| download | pokeyellow-d87796e0ad73401f12e128132e8323c22c8d547c.tar.gz pokeyellow-d87796e0ad73401f12e128132e8323c22c8d547c.tar.xz pokeyellow-d87796e0ad73401f12e128132e8323c22c8d547c.zip | |
Added town map tiles to gfx
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29036,7 +29036,7 @@ PokedexTileGraphics: ; 12488 (4:6488) INCBIN "baserom.gbc",$12488,$125a8 - $12488 WorldMapTileGraphics: ; 125a8 (4:65a8) -INCBIN "baserom.gbc",$125a8,$126a8 - $125a8 +INCBIN "gfx/town_map.2bpp" PlayerCharacterTitleGraphics: ; 126a8 (4:66a8) INCBIN "baserom.gbc",$126a8,$128d8 - $126a8 |
