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
; SmearglePokedexEntry: ; 0x1d11e0
|
|
db "PAINTER@" ; species name
|
|
dw 311, 1280 ; height, width
|
|
|
|
db "The color of the"
|
|
next "mysterious fluid"
|
|
next "secreted from its"
|
|
page "tail is predeter-"
|
|
next "mined for each"
|
|
next "SMEARGLE.@"
|