mirror of https://github.com/pret/pokecrystal.git
9 lines
239 B
NASM
9 lines
239 B
NASM
|
; DonphanPokedexEntry: ; 0x1d10ac
|
||
|
db "ARMOR@" ; species name
|
||
|
dw 307, 2650; height, width
|
||
|
|
||
|
db "Because this", $4e, "#MON's skin is", $4e, "so tough, a normal@"
|
||
|
db "attack won't even", $4e, "leave a scratch on", $4e, "it.@"
|
||
|
; 0x1d110c
|
||
|
|