pokecrystal-board/data/pokedex/entries/022.asm

13 lines
255 B
NASM
Raw Normal View History

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