mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
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.@"
|