diff options
author | yenatch <yenatch@github.com> | 2013-02-09 04:54:18 -0500 |
---|---|---|
committer | yenatch <yenatch@github.com> | 2013-02-09 04:54:18 -0500 |
commit | 76b284c8f03b01758f7c95ccadeb5b28b67c493d (patch) | |
tree | b99eeb3e3b4e4e42f64be0e74b7b8e75597763c8 /main.asm | |
parent | 70280c0c3f64e41edaed8d2726c6472bec395f55 (diff) |
Dump and include trainer palettes
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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] |