mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
249 B
NASM
11 lines
249 B
NASM
; BlisseyPokedexEntry: ; 0x1d14f7
|
|
db "HAPPINESS@" ; species name
|
|
dw 411, 1030 ; height, width
|
|
|
|
db "Biting into one"
|
|
next "of the delicious"
|
|
next "eggs that BLISSEY"
|
|
page "provides will make"
|
|
next "everyone around"
|
|
next "smile with joy.@"
|