pokecrystal/stats/pokedex/entries/015.asm

13 lines
259 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; BeedrillPokedexEntry: ; 0x181c8a
2014-03-06 05:46:01 +00:00
db "POISON BEE@" ; species name
2013-02-06 00:29:20 +00:00
dw 303, 650; height, width
2014-03-06 05:46:01 +00:00
db "It uses sharp,"
next "poisonous stings"
next "to defeat prey,@"
db "then takes the"
next "victim back to its"
next "nest for food.@"
2013-02-06 00:29:20 +00:00
; 0x181cfa