mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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
|
||
|
|