pokecrystal-board/stats/pokedex/entries/001.asm
2014-03-06 00:46:01 -05:00

13 lines
257 B
NASM

; BulbasaurPokedexEntry: ; 0x181695
db "SEED@" ; species name
dw 204, 150; height, width
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.@"
; 0x181702