pokecrystal/stats/pokedex/entries/158.asm

13 lines
259 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; TotodilePokedexEntry: ; 0x1ccc14
2014-03-06 05:46:01 +00:00
db "BIG JAW@" ; species name
2013-02-06 00:29:20 +00:00
dw 200, 210; height, width
2014-03-06 05:46:01 +00: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-06 00:29:20 +00:00
; 0x1ccc84