mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
246 B
NASM
11 lines
246 B
NASM
; SpinarakPokedexEntry: ; 0x1cd012
|
|
db "STRINGSPIT@" ; species name
|
|
dw 108, 190 ; height, weight
|
|
|
|
db "If prey becomes"
|
|
next "ensnared in its"
|
|
next "nest of spun"
|
|
page "string, it waits"
|
|
next "motionlessly until"
|
|
next "it becomes dark.@"
|