Skip to content

Commit

Permalink
Special events hotfix
Browse files Browse the repository at this point in the history
Fixed an issue where the "BACK" button in the special events menu would be displayed out of bounds if all 6 special events are completed
  • Loading branch information
NinjaWeedle authored Sep 18, 2022
1 parent de0b627 commit d8d2115
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified CSREVO.8xp
Binary file not shown.
6 changes: 4 additions & 2 deletions CSREVO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,9 @@ For(X,0,|LCSE(4
End
TextColor(20
Text(0,145,"SPECIAL EVENTS
X-(X=7->X
Text(25+20X,17,"BACK
X-1->X
Repeat K=21 or K=105
If K
Text(~1,20C+23,4,"
Expand All @@ -794,7 +796,7 @@ End
|LCAE(22->B
|LCAE(17->A
11->Q
If C>|LCSE(4
If C>X
Goto 2
If not(C
Then
Expand Down Expand Up @@ -1251,7 +1253,7 @@ Then
Else
If 3<=B
Then
If A>|LCSE(4
If 6>A and A>|LCSE(4
A->|LCSE(4
Disp "EVENT
DelVar thetaOutput(1,7,A
Expand Down

0 comments on commit d8d2115

Please sign in to comment.