script "Select Starting Round" \
 inter=1,99,1 
run:
    if (peek($40C23F)==$00)
      poke $40C23F (param-$1)
    endif
script "Select 'Power-Up' Mode" \
 "comm:Fast feet, fast bubbles etc. Same as 'Up,Right,Down,Left,Up,Right,Down,Left' on Title Screen" \
 "0xFF/Enabled"\
 "0x00/Disabled" 
run:
    poke $4080A5 param
script "Select 'Super' Mode" \
 "comm:Activate this ON THE TITLE SCREEN to access to the FULL level set, and to be able to see the REAL ending (a red text w. sound will appear if done correctly). Same as 'Left, Start, Fire, Jump, Up, Down, Start, Right' on Title Screen" \
 "0x08/Enabled"\
 "0x00/Disabled" 
run:
    poke $40C269 param
script "Bubble The Guardian Now!"  
on:
    dpoke $40FC62 $0000
script "Always Have All 7 Magic Potions" \
 "comm:Will affect the ending (if not in Super Mode!!!)"  
run:
    poke $40F0BF $7F
script "Select 'Freeze' Mode" \
 "comm:Associate this with an activation key for the best effect. Freeze doesn't allow you to beat bosses directly. So freeze boss, attack him then un-freeze." \
 "0xFF/Enabled"\
 "0x00/Disabled" 
run:
    poke $408093 param
script " "  
script "P1 Infinite Lives"  
run:
    poke $40821A $07
script "P1 Invincibility"  
run:
    poke $408216 $02
script "P1 Always have Fast Bubbles"  
run:
    poke $4081F6 $01
script "P1 Always have Fast Shoes"  
run:
    poke $40820E $02
script "P1 Select Bubble Type" \
 "comm:Note That ONLY Normal Bubbles Capture Enemies Directly! And Some Enemies Require a Particular Type of Bubble." \
 "0x00/Normal"\
 "0x01/Lightning"\
 "0x02/Water"\
 "0x03/Fire"\
 "0x04/Rainbow"\
 "0x05/Whirlwind"\
 "0x06/Musical" 
run:
    poke $406475 param
script "P1 Select Shoot Distance" \
 "0x00/Normal"\
 "0x03/Far"\
 "0x09/Very Far" 
run:
    poke $408206 param
script "P1 Select Costume" \
 "comm:Working ONLY in single rounds" \
 "0x94/Blue"\
 "0x95/Green" 
run:
    poke $406416 param
script " "  
script "P2 Infinite Lives"  
run:
    poke $40821B $07
script "P2 Invincibility"  
run:
    poke $408217 $02
script "P2 Always have Fast Bubbles"  
run:
    poke $4081F7 $01
script "P2 Always have Fast Shoes"  
run:
    poke $40820F $02
script "P2 Select Bubble Type" \
 "comm:Note That ONLY Normal Bubbles Capture Enemies Directly! And Some Enemies Require a Particular Type of Bubble." \
 "0x00/Normal"\
 "0x01/Lightning"\
 "0x02/Water"\
 "0x03/Fire"\
 "0x04/Rainbow"\
 "0x05/Whirlwind"\
 "0x06/Musical" 
run:
    poke $4064F5 param
script "P2 Select Shoot Distance" \
 "0x00/Normal"\
 "0x03/Far"\
 "0x09/Very Far" 
run:
    poke $408207 param
script "P2 Select Costume" \
 "comm:Working ONLY in single rounds" \
 "0x94/Green"\
 "0x95/Blue" 
run:
    poke $406496 param
script " "  
script "Select Region" \
 "comm:After you enable this cheat to see any effect you will have to reset the game (with F3). Then you may have to turn the Test Mode ON (with F2), wait for Test Mode to appear and reset again (with F3)." \
 "0x01/Japan"\
 "0x02/US"\
 "0x03/World" 
on:
    temp0=peek($0FFFFF)
run:
    poke $0FFFFF param
off:
    poke $0FFFFF temp0
