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/IcePathB3F.asm | |
| parent | 9f01e33a0428f8a8c206b3f6018f526a41d65b43 (diff) | |
Treat std scripts like specials and predefs (ported from pokecrystal)
Diffstat (limited to 'maps/IcePathB3F.asm')
| -rw-r--r-- | maps/IcePathB3F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/IcePathB3F.asm b/maps/IcePathB3F.asm index c35fd454..b361dc86 100644 --- a/maps/IcePathB3F.asm +++ b/maps/IcePathB3F.asm @@ -11,7 +11,7 @@ IcePathB3FNevermeltice: itemball NEVERMELTICE IcePathB3FRock: - jumpstd smashrock + jumpstd SmashRockScript IcePathB3F_MapEvents: db 0, 0 ; filler |
