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

13 lines
265 B
NASM

; PidgeyPokedexEntry: ; 0x181cfa
db "TINY BIRD@" ; species name
dw 100, 40 ; height, width
db "It rapidly flaps"
next "its wings in the"
next "grass, stirring up"
page "a dust cloud that"
next "drives insect prey"
next "out into the open.@"
; 0x181d75