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

13 lines
253 B
NASM
Raw Normal View History

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