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