mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
238 B
NASM
11 lines
238 B
NASM
; GoldeenPokedexEntry: ; 0x1b9626
|
|
db "GOLDFISH@" ; species name
|
|
dw 200, 330 ; height, width
|
|
|
|
db "During spawning"
|
|
next "season, they swim"
|
|
next "gracefully in the"
|
|
page "water, searching"
|
|
next "for their perfect"
|
|
next "mate.@"
|