mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
13 lines
259 B
NASM
13 lines
259 B
NASM
; CharmanderPokedexEntry: ; 0x1817db
|
|
db "LIZARD@" ; species name
|
|
dw 200, 190 ; height, width
|
|
|
|
db "If it's healthy,"
|
|
next "the flame on the"
|
|
next "tip of its tail"
|
|
page "will burn vigor-"
|
|
next "ously, even if it"
|
|
next "gets a bit wet.@"
|
|
; 0x18184a
|
|
|