Skip to content

Commit

Permalink
Revert some stuff to make it work in 0.59.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JappaWakka committed Jun 11, 2023
1 parent b2cc524 commit 3be271a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ version=2
@Pokemon.Add(5,{"Pokemon"[1000]}{"Experience"[135]}{"Gender"[0]}{"EggSteps"[1]}{"NickName"[ ]}{"Level"[5]}{"OT"[46579]}{"Status"[]}{"CatchLocation"[...]}{"CatchTrainer"[...]}{"CatchBall"[5]}{"CatchMethod"[...]}{"isShiny"[0]}{"Attack1"[43,30,30]}{"Attack2"[148,15,15]}{"Attack3"[171,15,15]}{"Attack4"[37,10,10]}{"HP"[20]})
@Pokemon.SetNickName(5,Egg)
@Pokemon.SetStat(5,maxHP,20)
@Item.ClearItem(gm0)
@Item.ClearItem(115)

@Register.Register(MtSilver_Peak)
:endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version=2
@Player.StopMovement
@NPC.Remove(0)
@Text.Show( received~[][]!)
@Item.Give(gm0)
@Item.Give(115)

@Screen.FadeOut(25)
@Camera.Update
Expand Down
Binary file modified GameModes/Lost Silver/Content/Items/ItemSheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3be271a

Please sign in to comment.