mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
250 B
NASM
9 lines
250 B
NASM
; ScizorPokedexEntry: ; 0x1d0821
|
|
db "SCISSORS@" ; species name
|
|
dw 511, 2600; height, width
|
|
|
|
db "This #MON's", $4e, "pincers, which", $4e, "contain steel, can@"
|
|
db "crush any hard", $4e, "object it gets a", $4e, "hold of into bits.@"
|
|
; 0x1d088e
|
|
|