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

13 lines
258 B
NASM
Raw Normal View History

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