13 lines
257 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; FearowPokedexEntry: ; 0x181f64
2014-03-06 00:46:01 -05:00
db "BEAK@" ; species name
2013-02-05 19:29:20 -05:00
dw 311, 840; height, width
2014-03-06 00:46:01 -05:00
db "It uses its long"
next "beak to attack. It"
next "has a surprisingly@"
db "long reach, so it"
next "must be treated"
next "with caution.@"
2013-02-05 19:29:20 -05:00
; 0x181fd4