Skip to content

Commit

Permalink
Fix for a regression in FBZ level script
Browse files Browse the repository at this point in the history
  • Loading branch information
Eukaryot committed Jun 21, 2024
1 parent 51fd550 commit 98a9669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Oxygen/sonic3air/scripts/level/08_fbz/level_fbz.lemon
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ function void fn052636()
D1 = 3
while (D1.s16 >= 0)
{
copyMemory((A1+=6)-6, (A5+=6)-6, 6)
copyMemory((A1+=6)-6, (A6+=6)-6, 6)
A6 += D0.u16
A1 += D0.u16
--D1.s16
Expand Down Expand Up @@ -523,7 +523,7 @@ function void fn052782()
D1 = 4
while (D1.s16 >= 0)
{
copyMemory((A1+=18)-18, (A5+=18)-18, 18)
copyMemory((A1+=18)-18, (A6+=18)-18, 18)
A6 += D0.u16
A1 += D0.u16
--D1.s16
Expand Down

0 comments on commit 98a9669

Please sign in to comment.