13 lines
265 B
NASM
Raw Normal View History

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