pokecrystal/stats/pokedex/entries/159.asm

13 lines
262 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; CroconawPokedexEntry: ; 0x1ccc84
db "BIG JAW@" ; species name
dw 307, 550 ; height, width
2013-02-06 00:29:20 +00:00
2014-03-06 05:46:01 +00:00
db "The tips of its"
next "fangs are slanted"
next "backward. Once"
page "those fangs clamp"
2014-03-06 05:46:01 +00:00
next "down, the prey has"
next "no hope of escape.@"
2013-02-06 00:29:20 +00:00
; 0x1cccf9