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
245 B
NASM
11 lines
245 B
NASM
; LedianPokedexEntry: ; 0x1ccfa0
|
|
db "FIVE STAR@" ; species name
|
|
dw 407, 780 ; height, weight
|
|
|
|
db "In the daytime"
|
|
next "when it gets warm,"
|
|
next "it curls up inside"
|
|
page "a big leaf and"
|
|
next "drifts off into"
|
|
next "a deep slumber.@"
|