pokecrystal/stats/pokedex/entries/209.asm

13 lines
253 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; SnubbullPokedexEntry: ; 0x1d06e0
2014-03-06 05:46:01 +00:00
db "FAIRY@" ; species name
2013-02-06 00:29:20 +00:00
dw 200, 170; height, width
2014-03-06 05:46:01 +00: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-06 00:29:20 +00:00
; 0x1d074a