Include overworld sprites

Created /extras/overworldripper.py and used it to extract overworld sprites and convert them to png files.
This commit is contained in:
Kat Harrison
2013-05-27 23:07:34 -04:00
parent 103ac439ed
commit e08e7cf7b2
516 changed files with 531 additions and 2 deletions

View File

@@ -16651,12 +16651,16 @@ INCBIN "baserom.gbc", $bd0d0, $be699-$bd0d0
SECTION "bank30",DATA,BANK[$30]
INCBIN "baserom.gbc", $c0000, $c3fc0 - $c0000
INCLUDE "gfx/overworld/bank30.asm"
;INCBIN "baserom.gbc", $c0000, $c3fc0 - $c0000
SECTION "bank31",DATA,BANK[$31]
INCBIN "baserom.gbc", $c4000, $c7f80 - $c4000
INCLUDE "gfx/overworld/bank31.asm"
;INCBIN "baserom.gbc", $c4000, $c7f80 - $c4000
SECTION "bank32",DATA,BANK[$32]