mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
253 B
NASM
11 lines
253 B
NASM
; JumpluffPokedexEntry: ; 0x1cd998
|
|
db "COTTONWEED@" ; species name
|
|
dw 207, 70 ; height, weight
|
|
|
|
db "Even in the fierc-"
|
|
next "est wind, it can"
|
|
next "control its fluff"
|
|
page "to make its way to"
|
|
next "any place in the"
|
|
next "world it wants.@"
|