13 lines
263 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; TyroguePokedexEntry: ; 0x1d124b
2014-03-06 00:46:01 -05:00
db "SCUFFLE@" ; species name
2013-02-05 19:29:20 -05:00
dw 204, 460; height, width
2014-03-06 00:46:01 -05:00
db "To brush up on its"
next "fighting skills,"
next "it will challenge@"
db "anyone. It has a"
next "very strong com-"
next "petitive spirit.@"
2013-02-05 19:29:20 -05:00
; 0x1d12c0