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

13 lines
257 B
NASM
Raw Normal View History

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