mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Some people suggested this would be a good idea, and make management of the files easier. I'm inclined to agree.
11 lines
237 B
NASM
11 lines
237 B
NASM
; RhydonPokedexEntry: ; 0x1b93c5
|
|
db "DRILL@" ; species name
|
|
dw 603, 2650 ; height, weight
|
|
|
|
db "By lightly spin-"
|
|
next "ning its drill-"
|
|
next "like horn, it can"
|
|
page "easily shatter"
|
|
next "even a diamond in"
|
|
next "the rough.@"
|