mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
228 B
NASM
11 lines
228 B
NASM
; SneaselPokedexEntry: ; 0x1d097a
|
|
db "SHARP CLAW@" ; species name
|
|
dw 211, 620 ; height, width
|
|
|
|
db "This cunning"
|
|
next "#MON hides"
|
|
next "under the cover"
|
|
page "of darkness,"
|
|
next "waiting to attack"
|
|
next "its prey.@"
|