pokecrystal/stats/pokedex/entries/157.asm

13 lines
266 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; TyphlosionPokedexEntry: ; 0x1ccba0
2014-03-06 05:46:01 +00:00
db "VOLCANO@" ; species name
2013-02-06 00:29:20 +00:00
dw 507, 1750; height, width
2014-03-06 05:46:01 +00:00
db "When heat from its"
next "body causes the"
next "air around it to@"
db "shimmer, this is a"
next "sign that it is"
next "ready to battle.@"
2013-02-06 00:29:20 +00:00
; 0x1ccc14