pokecrystal/stats/pokedex/entries/012.asm

13 lines
260 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; ButterfreePokedexEntry: ; 0x181b45
2014-03-06 05:46:01 +00:00
db "BUTTERFLY@" ; species name
2013-02-06 00:29:20 +00:00
dw 307, 710; height, width
2014-03-06 05:46:01 +00:00
db "It flits from"
next "flower to flower,"
next "collecting honey.@"
db "It can even"
next "identify distant"
next "flowers in bloom.@"
2013-02-06 00:29:20 +00:00
; 0x181bb4