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

13 lines
259 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; TotodilePokedexEntry: ; 0x1ccc14
2014-03-05 21:46:01 -08:00
db "BIG JAW@" ; species name
2013-02-05 16:29:20 -08:00
dw 200, 210; height, width
2014-03-05 21:46:01 -08:00
db "This rough critter"
next "chomps at any"
next "moving object it@"
db "sees. Turning your"
next "back on it is not"
next "recommended.@"
2013-02-05 16:29:20 -08:00
; 0x1ccc84