shithub: pokecrystal

Download patch

ref: d11a23c7d19ca5af530d7734b410e9a6530428f8
parent: e9626c7710e9e7fd7a0a035215310c6b79fb9dc9
author: yenatch <[email protected]>
date: Sat Feb 22 01:50:20 EST 2014

Address comments for footprints.

--- a/main.asm
+++ b/main.asm
@@ -81072,6 +81072,8 @@
 INCBIN "gfx/frames/9.1bpp"
 ; f89b0
 
+; TODO: Various misc graphics here.
+
 INCBIN "baserom.gbc", $f89b0, $f8a90 - $f89b0
 
 ShinyIcon: ; f8a90
@@ -81085,8 +81087,9 @@
 
 INCBIN "baserom.gbc", $f8ea4, $f9434 - $f8ea4
 
-Footprints:
+Footprints: ; f9434
 INCBIN "gfx/misc/footprints.1bpp"
+; fb434
 
 INCBIN "baserom.gbc", $fb434, $fb449 - $fb434