pokecrystal-board/stats/pokedex/entries/209.asm

13 lines
253 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; SnubbullPokedexEntry: ; 0x1d06e0
2014-03-05 21:46:01 -08:00
db "FAIRY@" ; species name
2013-02-05 16:29:20 -08:00
dw 200, 170; height, width
2014-03-05 21:46:01 -08:00
db "In truth, it is a"
next "cowardly #MON."
next "It growls eagerly@"
db "in order to hide"
next "its fear from its"
next "opponent.@"
2013-02-05 16:29:20 -08:00
; 0x1d074a