script "Hidden characters 'ON'"  
run:
    poke $928A8B $01
script "Hidden characters 'OFF'"  
run:
    poke $928A8B $00
script " "  
script "P1 Infinite Lives"  
run:
    poke $92804E $09
script "P1 Infinite Bombs"  
run:
    poke $92804F $09
script "P1 Invincibility"  
run:
    poke $FF10D5 $03
script "P1 Maximum Power Charge"  
run:
    poke $92807A $2F
    poke $9280E3 $2F
script "P1 Maximum Fire Power (Buggy)" \
 "comm:This cheat isn't working yet.."  
run:
    poke $FF10F9 $05
script "P1 Maximum Magic Power" \
 "comm:This cheat must be used before game starts or it won't have the desired effect"  
run:
    poke $FF109D $03
script " "  
script "P2 Infinite Lives"  
run:
    poke $92814E $09
script "P2 Infinite Bombs"  
run:
    poke $92814F $09
script "P2 Invincibility"  
run:
    poke $FF1CD5 $03
script "P2 Maximum Power Charge"  
run:
    poke $92817A $2F
    poke $9281E3 $2F
script "P2 Maximum Fire Power (Buggy)" \
 "comm:This cheat isn't working yet.."  
run:
    poke $FF1CF9 $05
script "P2 Maximum Magic Power" \
 "comm:This cheat must be used before game starts or it won't have the desired effect"  
run:
    poke $FF1C9D $03
script " "  
script "No Background Music"  
run:
    cpu audio
    dpoke $F026 $0000
    cpu main
