mirror of https://github.com/pret/pokecrystal.git
9 lines
239 B
NASM
9 lines
239 B
NASM
|
; ChikoritaPokedexEntry: ; 0x1cc988
|
||
|
db "LEAF@" ; species name
|
||
|
dw 211, 140; height, width
|
||
|
|
||
|
db "It loves to bask", $4e, "in the sunlight.", $4e, "It uses the leaf@"
|
||
|
db "on its head to", $4e, "seek out warm", $4e, "places.@"
|
||
|
; 0x1cc9e9
|
||
|
|