mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
253 B
NASM
11 lines
253 B
NASM
; JigglypuffPokedexEntry: ; 0x182673
|
|
db "BALLOON@" ; species name
|
|
dw 108, 120 ; height, width
|
|
|
|
db "It rolls its cute"
|
|
next "eyes as it sings a"
|
|
next "soothing lullaby."
|
|
page "Its gentle song"
|
|
next "puts anyone who"
|
|
next "hears it to sleep.@"
|