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

13 lines
255 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; WeedlePokedexEntry: ; 0x181bb4
2014-03-05 21:46:01 -08:00
db "HAIRY BUG@" ; species name
2013-02-05 16:29:20 -08:00
dw 100, 70; height, width
2014-03-05 21:46:01 -08: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-05 16:29:20 -08:00
; 0x181c23