diff options
author | yenatch <yenatch@gmail.com> | 2014-02-22 06:50:20 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-22 06:50:20 -0500 |
commit | d11a23c7d19ca5af530d7734b410e9a6530428f8 (patch) | |
tree | 66d956dc19010372971222a6de38384266ebcbb9 /main.asm | |
parent | e9626c7710e9e7fd7a0a035215310c6b79fb9dc9 (diff) |
Address comments for footprints.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -81072,6 +81072,8 @@ INCBIN "gfx/frames/8.1bpp" INCBIN "gfx/frames/9.1bpp" ; f89b0 +; TODO: Various misc graphics here. + INCBIN "baserom.gbc", $f89b0, $f8a90 - $f89b0 ShinyIcon: ; f8a90 @@ -81085,8 +81087,9 @@ INCBIN "gfx/misc/town_map.lz" INCBIN "baserom.gbc", $f8ea4, $f9434 - $f8ea4 -Footprints: +Footprints: ; f9434 INCBIN "gfx/misc/footprints.1bpp" +; fb434 INCBIN "baserom.gbc", $fb434, $fb449 - $fb434 |