TheOmegaGhost 11913fb146 New Emblems (3)
Tao Emblem for post Kyurem
Minor fix for monochrome stones
Heart Gold Emblem for Ho-oh
Soul Silver Emblem for Lugia
Can be achieved after battle on first encounter event
Retroactively achieved by revisiting encounter area
2020-04-17 21:19:32 -03:00

17 lines
426 B
VB.net

Namespace Items.KeyItems
<Item(652, "Dark Stone")>
Public Class DarkStone
Inherits KeyItem
Public Overrides ReadOnly Property Description As String = "Zekrom's body was destroyed and changed into this stone. It is said to be waiting for the emergence of a hero."
Public Sub New()
_textureRectangle = New Rectangle(240, 408, 24, 24)
End Sub
End Class
End Namespace