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
237 B
NASM
11 lines
237 B
NASM
; GolduckPokedexEntry: ; 0x182d55
|
|
db "DUCK@" ; species name
|
|
dw 507, 1690 ; height, weight
|
|
|
|
db "It swims grace-"
|
|
next "fully along on the"
|
|
next "quiet, slow-moving"
|
|
page "rivers and lakes"
|
|
next "of which it is so"
|
|
next "fond.@"
|