You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
11 lines
246 B
NASM
11 lines
246 B
NASM
; SeakingPokedexEntry: ; 0x1b9690
|
|
db "GOLDFISH@" ; species name
|
|
dw 403, 860 ; height, weight
|
|
|
|
db "When autumn comes,"
|
|
next "the males patrol"
|
|
next "the area around"
|
|
page "their nests in"
|
|
next "order to protect"
|
|
next "their offspring.@"
|