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

13 lines
258 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; CrobatPokedexEntry: ; 0x1cd0f5
2014-03-05 21:46:01 -08:00
db "BAT@" ; species name
2013-02-05 16:29:20 -08:00
dw 511, 1650; height, width
2014-03-05 21:46:01 -08:00
db "As a result of its"
next "pursuit of faster,"
next "yet more silent@"
db "flight, a new set"
next "of wings grew on"
next "its hind legs.@"
2013-02-05 16:29:20 -08:00
; 0x1cd165