Dump and include trainer palettes

This commit is contained in:
yenatch
2013-02-09 04:54:18 -05:00
parent 70280c0c3f
commit 76b284c8f0
69 changed files with 141 additions and 1 deletions

View File

@@ -4097,7 +4097,12 @@ INCBIN "baserom.gbc",$a8be,$a8d6 - $a8be
PokemonPalettes:
INCLUDE "gfx/pics/palette_pointers.asm"
INCBIN "baserom.gbc",$b0ae,$c000 - $b0ae
INCBIN "baserom.gbc",$b0ae,$b0d2 - $b0ae
TrainerPalettes:
INCLUDE "gfx/trainers/palette_pointers.asm"
INCBIN "baserom.gbc",$b1de,$bc3a - $b1de
SECTION "bank3",DATA,BANK[$3]