1
0

Finished toggle for mod support

This commit is contained in:
Deven Blake 2018-05-09 12:12:44 -04:00 committed by GitHub
parent bef402259c
commit cc0fef7484

View File

@ -11,11 +11,27 @@ ClrHome
Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL
Input Str0 Input Str0
ClrHome ClrHome
If Str0="EXPAND" 0->M
0->P
While P=0
If M=0
Disp "1) PLAY","2) ENABLE MODS
If M=1
Disp "1) PLAY","2) DISABLE MODS
Input A
If A=1
1->P
If A=2
Then Then
0→Z If M=0
prgmZONKENEM 1->M
If M=1
0->M
End End
End
Disp Str0,"PREPARE TO DIE! Disp Str0,"PREPARE TO DIE!
Pause Pause
ClrHome ClrHome
@ -62,6 +78,7 @@ Goto F
//Battle System //Battle System
Lbl B Lbl B
0->B
Disp "YOUR MOVE,",Str0 Disp "YOUR MOVE,",Str0
Input Str1 Input Str1
If Str1="ATTACK" or Str1="A If Str1="ATTACK" or Str1="A