mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
255 B
NASM
9 lines
255 B
NASM
; DunsparcePokedexEntry: ; 0x1d0593
|
|
db "LAND SNAKE@" ; species name
|
|
dw 411, 310; height, width
|
|
|
|
db "It hides deep", $4e, "inside caves where", $4e, "no light ever@"
|
|
db "reaches it and", $4e, "remains virtually", $4e, "motionless there.@"
|
|
; 0x1d0604
|
|
|