mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
246 B
NASM
11 lines
246 B
NASM
; MagbyPokedexEntry: ; 0x1d140e
|
|
db "LIVE COAL@" ; species name
|
|
dw 204, 470 ; height, width
|
|
|
|
db "It naturally spits"
|
|
next "an 1100-degree"
|
|
next "flame. It is said"
|
|
page "when many appear,"
|
|
next "it heralds a"
|
|
next "volcanic eruption.@"
|