mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
11 lines
242 B
NASM
11 lines
242 B
NASM
; DragonitePokedexEntry: ; 0x1cc843
|
|
db "DRAGON@" ; species name
|
|
dw 703, 4630 ; height, width
|
|
|
|
db "It is said that"
|
|
next "somewhere in the"
|
|
next "ocean lies an"
|
|
page "island where these"
|
|
next "gather. Only they"
|
|
next "live there.@"
|