Move lots of data tables into individual data/ files
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
This commit is contained in:
37
data/sprite_mons.asm
Normal file
37
data/sprite_mons.asm
Normal file
@@ -0,0 +1,37 @@
|
||||
; entries correspond to SPRITE_* constants past SPRITE_POKEMON
|
||||
|
||||
db UNOWN
|
||||
db GEODUDE
|
||||
db GROWLITHE
|
||||
db WEEDLE
|
||||
db SHELLDER
|
||||
db ODDISH
|
||||
db GENGAR
|
||||
db ZUBAT
|
||||
db MAGIKARP
|
||||
db SQUIRTLE
|
||||
db TOGEPI
|
||||
db BUTTERFREE
|
||||
db DIGLETT
|
||||
db POLIWAG
|
||||
db PIKACHU
|
||||
db CLEFAIRY
|
||||
db CHARMANDER
|
||||
db JYNX
|
||||
db STARMIE
|
||||
db BULBASAUR
|
||||
db JIGGLYPUFF
|
||||
db GRIMER
|
||||
db EKANS
|
||||
db PARAS
|
||||
db TENTACOOL
|
||||
db TAUROS
|
||||
db MACHOP
|
||||
db VOLTORB
|
||||
db LAPRAS
|
||||
db RHYDON
|
||||
db MOLTRES
|
||||
db SNORLAX
|
||||
db GYARADOS
|
||||
db LUGIA
|
||||
db HO_OH
|
Reference in New Issue
Block a user