diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 13:25:56 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 13:25:56 -0400 |
commit | 54bbefeed1b14e13fcf7850dea125d99a23c507b (patch) | |
tree | 97447eced0a89de136f37adb52a397b19c0744f4 /maps/ElmsLab.asm | |
parent | 9f01e33a0428f8a8c206b3f6018f526a41d65b43 (diff) |
Treat std scripts like specials and predefs (ported from pokecrystal)
Diffstat (limited to 'maps/ElmsLab.asm')
-rw-r--r-- | maps/ElmsLab.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/ElmsLab.asm b/maps/ElmsLab.asm index 0ba7d46a..ea153303 100644 --- a/maps/ElmsLab.asm +++ b/maps/ElmsLab.asm @@ -466,7 +466,7 @@ AideScript_GiveYouBalls: end AideScript_ReceiveTheBalls: - jumpstd receiveitem + jumpstd ReceiveItemScript end ElmsAideScript: @@ -557,10 +557,10 @@ ElmsLabTrashcan: ElmsLabTrashcan2: ; unused - jumpstd trashcan + jumpstd TrashCanScript ElmsLabBookshelf: - jumpstd difficultbookshelf + jumpstd DifficultBookshelfScript ElmsLab_WalkUpToElmMovement: step UP |