pokecrystal/stats/pokedex/entries/013.asm

13 lines
255 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; WeedlePokedexEntry: ; 0x181bb4
2014-03-06 05:46:01 +00:00
db "HAIRY BUG@" ; species name
2013-02-06 00:29:20 +00:00
dw 100, 70; height, width
2014-03-06 05:46:01 +00:00
db "The barb on top of"
next "its head secretes"
next "a strong poison.@"
db "It uses this toxic"
next "barb to protect"
next "itself.@"
2013-02-06 00:29:20 +00:00
; 0x181c23