blueMSX version :

!cheats for blueMSX :robocop
!(c) 2005 Albert Beevendorp and (c) 2005 Patrick van Arkel
0,30139,100,0,power
0,30534,255,0,power
0,30546,99,0,lives


Is there any trick to get infinite power?

"Vampier" wants you to know you can add this to your openMSX trainers.tcl:

proc trainer_robocop {} {
  #power
  poke 0x75bb 100
  poke 0x7746 255
  #lives
  poke 0x7752 99
  after time 1 trainer_robocop
}

to get infinite power and 99 lives every second :)

Activate in the console with "trainer_robocop".



_______________________________________________
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx

Reply via email to