script "Infinite Time" \
 "comm:Available in tour mode only"  
run:
    poke $E1C1 $99
script "Stop the Bubbles Now!" \
 "comm:Also Stop the Monsters"  
on:
    poke $E0AB $01
script "Restart the Bubbles Now!"  
on:
    poke $E0AB $00
script "Finish this Level Now!"  
on:
    poke $E0A0 $00
script "Last Panic level next"  
on:
    poke $E0D3 $62
script "Last Tour level next"  
on:
    poke $E099 $26
script "Last Panic level on life loss"  
on:
    poke $E0D3 $63
script "Last Tour level on life loss"  
on:
    poke $E099 $27
script " "  
script "P1 Infinite Lives" \
 "comm:This cheat MUST be turned OFF as soon you finish the last level (be it in 'Panic' or 'Tour' mode) or the game won't end after the credits messages (you can't enter your initials and the game 'hangs')."  
run:
    poke $E260 $03
script "P1 Invincibility" \
 "0x04/Enabled"\
 "0x00/Disabled" 
run:
    poke $E200 param|(peek($E200)&~$04)
script "P1 Always Have Protection"  
run:
    poke $E254 $02
script "P1 Select Weapon" \
 "0x00/Normal"\
 "0x02/Double"\
 "0x04/Blocker"\
 "0x06/Machine Gun" 
run:
    poke $E257 param
script " "  
script "P2 Infinite Lives" \
 "comm:This cheat MUST be turned OFF as soon you finish the last level (be it in 'Panic' or 'Tour' mode) or the game won't end after the credits messages (you can't enter your initials and the game 'hangs')."  
run:
    poke $E2E0 $03
script "P2 Invincibility" \
 "0x04/Enabled"\
 "0x00/Disabled" 
run:
    poke $E280 param|(peek($E280)&~$04)
script "P2 Always Have Protection"  
run:
    poke $E2D4 $02
script "P2 Select Weapon" \
 "0x00/Normal"\
 "0x02/Double"\
 "0x04/Blocker"\
 "0x06/Machine Gun" 
run:
    poke $E2D7 param
