mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
242 B
NASM
11 lines
242 B
NASM
; CleffaPokedexEntry: ; 0x1cd2bc
|
|
db "STARSHAPE@" ; species name
|
|
dw 100, 70 ; height, weight
|
|
|
|
db "If the impact site"
|
|
next "of a meteorite is"
|
|
next "found, this"
|
|
page "#MON is certain"
|
|
next "to be within the"
|
|
next "immediate area.@"
|