pokecrystal-board/stats/pokedex/entries/016.asm

9 lines
261 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; PidgeyPokedexEntry: ; 0x181cfa
db "TINY BIRD@" ; species name
dw 100, 40; height, width
db "It rapidly flaps", $4e, "its wings in the", $4e, "grass, stirring up@"
db "a dust cloud that", $4e, "drives insect prey", $4e, "out into the open.@"
; 0x181d75