mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
13 lines
256 B
NASM
13 lines
256 B
NASM
; ScizorPokedexEntry: ; 0x1d0821
|
|
db "SCISSORS@" ; species name
|
|
dw 511, 2600; height, width
|
|
|
|
db "This #MON's"
|
|
next "pincers, which"
|
|
next "contain steel, can@"
|
|
db "crush any hard"
|
|
next "object it gets a"
|
|
next "hold of into bits.@"
|
|
; 0x1d088e
|
|
|