mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
252 B
NASM
11 lines
252 B
NASM
; WigglytuffPokedexEntry: ; 0x1826e9
|
|
db "BALLOON@" ; species name
|
|
dw 303, 260 ; height, width
|
|
|
|
db "The rich, fluffy"
|
|
next "fur that covers"
|
|
next "its body feels so"
|
|
page "good that anyone"
|
|
next "who feels it can't"
|
|
next "stop touching it.@"
|