Skip to content

Commit d8d2115

Browse files
authored
Special events hotfix
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
1 parent de0b627 commit d8d2115

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CSREVO.8xp

14 Bytes
Binary file not shown.

CSREVO.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,9 @@ For(X,0,|LCSE(4
783783
End
784784
TextColor(20
785785
Text(0,145,"SPECIAL EVENTS
786+
X-(X=7->X
786787
Text(25+20X,17,"BACK
788+
X-1->X
787789
Repeat K=21 or K=105
788790
If K
789791
Text(~1,20C+23,4,"
@@ -794,7 +796,7 @@ End
794796
|LCAE(22->B
795797
|LCAE(17->A
796798
11->Q
797-
If C>|LCSE(4
799+
If C>X
798800
Goto 2
799801
If not(C
800802
Then
@@ -1251,7 +1253,7 @@ Then
12511253
Else
12521254
If 3<=B
12531255
Then
1254-
If A>|LCSE(4
1256+
If 6>A and A>|LCSE(4
12551257
A->|LCSE(4
12561258
Disp "EVENT
12571259
DelVar thetaOutput(1,7,A

0 commit comments

Comments
 (0)