mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
13 lines
267 B
NASM
13 lines
267 B
NASM
; NidorinaPokedexEntry: ; 0x1822b6
|
|
db "POISON PIN@" ; species name
|
|
dw 207, 440; height, width
|
|
|
|
db "It has a docile"
|
|
next "nature. If it is"
|
|
next "threatened with@"
|
|
db "attack, it raises"
|
|
next "the barbs that are"
|
|
next "all over its body.@"
|
|
; 0x18232e
|
|
|