Files
pokecrystal-board/stats/pokedex/entries/022.asm
2014-03-07 21:46:33 -05:00

13 lines
255 B
NASM

; FearowPokedexEntry: ; 0x181f64
db "BEAK@" ; species name
dw 311, 840 ; height, width
db "It uses its long"
next "beak to attack. It"
next "has a surprisingly"
page "long reach, so it"
next "must be treated"
next "with caution.@"
; 0x181fd4