mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
e39c8afbf2
Some people suggested this would be a good idea, and make management of the files easier. I'm inclined to agree.
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.@"
|