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

13 lines
259 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; ForretressPokedexEntry: ; 0x1d0524
db "BAGWORM@" ; species name
dw 311, 2770 ; height, width
2013-02-05 16:29:20 -08:00
2014-03-05 21:46:01 -08:00
db "Usually found"
next "hanging on to a"
next "fat tree trunk. It"
page "shoots out bits of"
2014-03-05 21:46:01 -08:00
next "its shell when it"
next "sees action.@"
2013-02-05 16:29:20 -08:00
; 0x1d0593