summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-22 06:50:20 -0500
committeryenatch <yenatch@gmail.com>2014-02-22 06:50:20 -0500
commitd11a23c7d19ca5af530d7734b410e9a6530428f8 (patch)
tree66d956dc19010372971222a6de38384266ebcbb9 /main.asm
parente9626c7710e9e7fd7a0a035215310c6b79fb9dc9 (diff)
Address comments for footprints.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm5
1 files changed, 4 insertions, 1 deletions
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