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

13 lines
265 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
2013-02-05 16:29:20 -08:00
2014-03-05 21:46:01 -08:00
db "It rapidly flaps"
next "its wings in the"
next "grass, stirring up"
page "a dust cloud that"
2014-03-05 21:46:01 -08:00
next "drives insect prey"
next "out into the open.@"
2013-02-05 16:29:20 -08:00
; 0x181d75