diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 08:37:03 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 08:37:03 -0400 |
| commit | ef452ccbc7e448a490d1d081c63088cce7b73b0b (patch) | |
| tree | e62340148538cadddfe94e69643fc496c4d1d534 /maps/IcePathB1F.asm | |
| parent | 2e8b4836b072602d1c200b1f9735e3e0c4242985 (diff) | |
return → endcallback, reloadandreturn → reloadend
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 9c3951a99..71f1c6b07 100644 --- a/maps/IcePathB1F.asm +++ b/maps/IcePathB1F.asm @@ -13,7 +13,7 @@ IcePathB1F_MapScripts: .SetUpStoneTable: writecmdqueue .CommandQueue - return + endcallback .CommandQueue: cmdqueue CMDQUEUE_STONETABLE, .StoneTable ; check if any stones are sitting on a warp |
