mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
232 B
NASM
11 lines
232 B
NASM
; WooperPokedexEntry: ; 0x1d0078
|
|
db "WATER FISH@" ; species name
|
|
dw 104, 190 ; height, weight
|
|
|
|
db "A mucous"
|
|
next "membrane covers"
|
|
next "its body. Touching"
|
|
page "it barehanded will"
|
|
next "cause a shooting"
|
|
next "pain.@"
|