mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
13 lines
256 B
NASM
13 lines
256 B
NASM
; SkiploomPokedexEntry: ; 0x1cd928
|
|
db "COTTONWEED@" ; species name
|
|
dw 200, 20 ; height, width
|
|
|
|
db "As soon as it"
|
|
next "rains, it closes"
|
|
next "its flower and"
|
|
page "hides in the shade"
|
|
next "of a tree to avoid"
|
|
next "getting wet.@"
|
|
; 0x1cd998
|
|
|