mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
232 B
NASM
11 lines
232 B
NASM
; WooperPokedexEntry: ; 0x1d0078
|
|
db "WATER FISH@" ; species name
|
|
dw 104, 190 ; height, width
|
|
|
|
db "A mucous"
|
|
next "membrane covers"
|
|
next "its body. Touching"
|
|
page "it barehanded will"
|
|
next "cause a shooting"
|
|
next "pain.@"
|