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

11 lines
243 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; BulbasaurPokedexEntry: ; 0x181695
db "SEED@" ; species name
dw 204, 150 ; height, width
2013-02-05 16:29:20 -08:00
2014-03-05 21:46:01 -08:00
db "While it is young,"
next "it uses the"
next "nutrients that are"
page "stored in the"
2014-03-05 21:46:01 -08:00
next "seeds on its back"
next "in order to grow.@"