• Cheat Mode

Load or reset the game, then execute the following BASIC commands before running or restarting the program.

Code - Effect
POKE 21647,173 SYS 22039 - Cheat Mode
  • Disable Sprite Collision

Load or reset the game, then execute the following BASIC commands before running or restarting the program.

Code - Effect
POKE 21526,0 SYS 37024 - Disable Sprite Collision
  • POKE Code - Set Number of lives

Load or reset the game, then execute the following BASIC command before running or restarting the program.

Code - Effect
POKE 21018,X SYS 37024 - Set number of lives (X represents the desired number of lives)
  • Unlimited Lives

Load or reset the game, then execute the following BASIC commands before running or restarting the program.

Code - Effect
POKE 21645,4 SYS 37024 - Unlimited Lives