mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
240 B
NASM
11 lines
240 B
NASM
; ClefablePokedexEntry: ; 0x182530
|
|
db "FAIRY@" ; species name
|
|
dw 403, 880 ; height, width
|
|
|
|
db "Said to live in"
|
|
next "quiet, remote"
|
|
next "mountains, this"
|
|
page "type of fairy has"
|
|
next "a strong aversion"
|
|
next "to being seen.@"
|