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