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

13 lines
245 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; ChikoritaPokedexEntry: ; 0x1cc988
2014-03-05 21:46:01 -08:00
db "LEAF@" ; species name
2013-02-05 16:29:20 -08:00
dw 211, 140; height, width
2014-03-05 21:46:01 -08:00
db "It loves to bask"
next "in the sunlight."
next "It uses the leaf@"
db "on its head to"
next "seek out warm"
next "places.@"
2013-02-05 16:29:20 -08:00
; 0x1cc9e9