pokecrystal/stats/pokedex/entries/210.asm

13 lines
251 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; GranbullPokedexEntry: ; 0x1d074a
2014-03-06 05:46:01 +00:00
db "FAIRY@" ; species name
2013-02-06 00:29:20 +00:00
dw 407, 1070; height, width
2014-03-06 05:46:01 +00:00
db "It can make most"
next "any #MON run"
next "away simply by@"
db "opening its mouth"
next "wide to reveal its"
next "big fangs.@"
2013-02-06 00:29:20 +00:00
; 0x1d07b1