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

13 lines
260 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; ButterfreePokedexEntry: ; 0x181b45
2014-03-05 21:46:01 -08:00
db "BUTTERFLY@" ; species name
2013-02-05 16:29:20 -08:00
dw 307, 710; height, width
2014-03-05 21:46:01 -08: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-05 16:29:20 -08:00
; 0x181bb4