13 lines
260 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; MagbyPokedexEntry: ; 0x1d140e
2014-03-06 00:46:01 -05:00
db "LIVE COAL@" ; species name
2013-02-05 19:29:20 -05:00
dw 204, 470; height, width
2014-03-06 00:46:01 -05:00
db "It naturally spits"
next "an 1100-degree"
next "flame. It is said@"
db "when many appear,"
next "it heralds a"
next "volcanic eruption.@"
2013-02-05 19:29:20 -05:00
; 0x1d1482