blob: 2969484fb007089bd862c4d25272d9d2c3095aff (
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_GRAVELER, BANK("gfx/pokemon/pkmn_pics.asm@PKMN Pics 1") + 2
db DEX_KRABBY, 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_ARTICUNO, 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
|