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
240 B
NASM
11 lines
240 B
NASM
; ClefablePokedexEntry: ; 0x182530
|
|
db "FAIRY@" ; species name
|
|
dw 403, 880 ; height, weight
|
|
|
|
db "Said to live in"
|
|
next "quiet, remote"
|
|
next "mountains, this"
|
|
page "type of fairy has"
|
|
next "a strong aversion"
|
|
next "to being seen.@"
|