Unlimited energy for player one:
Load or reset the game, then execute the following BASIC commands before running or restarting the program.
POKE 13931,96
SYS 3077
Unlimited energy for player two:
Load or reset the game, then execute the following BASIC commands before running or restarting the program.
POKE 14021,96
SYS 3077
Unlimited energy (alternate):
Load or reset the game, then execute the following BASIC commands before running or restarting the program.
POKE 13949,221
SYS 3077
Unlimited energy (alternate):
Load or reset the game, then execute the following BASIC commands before running or restarting the program.
POKE 13929,0
POKE 14019,0
SYS 3077
Level select:
Load or reset the game, then execute the following BASIC command before running or restarting the program. Note: X represents the desired level number from 0 through 42.
POKE 3498,X
SYS 3077