diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-10 16:44:16 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-10 16:44:16 -0400 |
| commit | 518cee440e89660ccf71b9a4f8850c80453ea926 (patch) | |
| tree | f6fa9853ea48a11b9a399b8df3869a3ad8f8a5bd /maps/IcePathB1F.asm | |
| parent | 32e7e368f4b3ae61bf4a219e89fc04ac8263f431 (diff) | |
Resolve #723: treat std scripts like specials and predefs
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 d4590801b..9c3951a99 100644 --- a/maps/IcePathB1F.asm +++ b/maps/IcePathB1F.asm @@ -60,7 +60,7 @@ IcePathB1F_MapScripts: end IcePathB1FBoulder: - jumpstd strengthboulder + jumpstd StrengthBoulderScript IcePathB1FIron: itemball IRON |
