diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Machines/TM38.vb b/2.5DHero/2.5DHero/Pokemon/Items/Machines/TM38.vb index a27ec9baa..9eabe1fb5 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Machines/TM38.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Machines/TM38.vb @@ -6,7 +6,7 @@ Namespace Items.Machines Inherits TechMachine Public Sub New() - MyBase.New(True, 2000, 126) + MyBase.New(True, 5500, 126) End Sub End Class diff --git a/2.5DHero/2.5DHero/Scripts/marts/celadon03.dat b/2.5DHero/2.5DHero/Scripts/marts/celadon03.dat index 6f3635d2d..a87c17b9e 100644 Binary files a/2.5DHero/2.5DHero/Scripts/marts/celadon03.dat and b/2.5DHero/2.5DHero/Scripts/marts/celadon03.dat differ diff --git a/2.5DHero/2.5DHero/Scripts/marts/goldenrod05.dat b/2.5DHero/2.5DHero/Scripts/marts/goldenrod05.dat index afa5d08a8..47d94fcf6 100644 Binary files a/2.5DHero/2.5DHero/Scripts/marts/goldenrod05.dat and b/2.5DHero/2.5DHero/Scripts/marts/goldenrod05.dat differ