From d11a23c7d19ca5af530d7734b410e9a6530428f8 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 22 Feb 2014 06:50:20 -0500 Subject: Address comments for footprints. --- main.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 8b7c27cab..1feb0c4df 100644 --- a/main.asm +++ b/main.asm @@ -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 -- cgit v1.2.3