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/IcePathB1F.asm | |
| parent | 9f01e33a0428f8a8c206b3f6018f526a41d65b43 (diff) | |
Treat std scripts like specials and predefs (ported from pokecrystal)
Diffstat (limited to 'maps/IcePathB1F.asm')
| -rw-r--r-- | maps/IcePathB1F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/IcePathB1F.asm b/maps/IcePathB1F.asm index f0e93ea0..45c5a355 100644 --- a/maps/IcePathB1F.asm +++ b/maps/IcePathB1F.asm @@ -60,7 +60,7 @@ IcePathB1F_MapScripts: end IcePathB1FBoulder: - jumpstd strengthboulder + jumpstd StrengthBoulderScript IcePathB1FIron: itemball IRON |
