mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
241 B
NASM
11 lines
241 B
NASM
; BellossomPokedexEntry: ; 0x1cd69a
|
|
db "FLOWER@" ; species name
|
|
dw 104, 130 ; height, width
|
|
|
|
db "When these dance"
|
|
next "together, their"
|
|
next "petals rub against"
|
|
page "each other,"
|
|
next "making pretty,"
|
|
next "relaxing sounds.@"
|