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

13 lines
267 B
NASM
Raw Normal View History

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