13 lines
245 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; ZubatPokedexEntry: ; 0x18275d
db "BAT@" ; species name
dw 207, 170 ; height, width
2013-02-05 19:29:20 -05:00
2014-03-06 00:46:01 -05:00
db "During the day, it"
next "gathers with"
next "others and hangs"
page "from the ceilings"
2014-03-06 00:46:01 -05:00
next "of old buildings"
next "and caves.@"
2013-02-05 19:29:20 -05:00
; 0x1827c4