summaryrefslogtreecommitdiff
path: root/gfx/pokemon/pkmn_pic_banks.asm
blob: dd0fc42a99ffb508af5e470c7ba8a24c0cc236fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MonSpriteBankList::
	; last mon in bank, bank #
	db DEX_RAICHU,     BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 0
	db DEX_DUGTRIO,    BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 1
	db DEX_GOLONE,     BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 2
	db DEX_CRAB,       BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 3
	db DEX_STARMIE,    BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 4
	db DEX_FREEZER,    BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 5
	db DEX_JARANRA,    BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 6
	db DEX_KOUNYA,     BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 7
	db DEX_BOMBSEEKER, BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 8
	db DEX_NYULA,      BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 9
	db $ff,            BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 10
	db $ff,            BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 11