Fixed glitch where the health menu didn't show up
This commit is contained in:
parent
4e2840c983
commit
81360d4a1e
@ -52,7 +52,6 @@ End
|
|||||||
If H≤1
|
If H≤1
|
||||||
Goto F
|
Goto F
|
||||||
Lbl B
|
Lbl B
|
||||||
ClrHome
|
|
||||||
Disp "YOUR MOVE,",Str0
|
Disp "YOUR MOVE,",Str0
|
||||||
Input Str1
|
Input Str1
|
||||||
If Str1="ATTACK" or Str1="A
|
If Str1="ATTACK" or Str1="A
|
||||||
@ -247,4 +246,4 @@ Disp "I NEVER EXPECTED","SOMEONE TO","ACTUALLY WIN","THIS GAME,","THANKS FOR","P
|
|||||||
Pause
|
Pause
|
||||||
ClrHome
|
ClrHome
|
||||||
Disp "THANKS,",Str0
|
Disp "THANKS,",Str0
|
||||||
Stop
|
Stop
|
||||||
|
Loading…
Reference in New Issue
Block a user