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