Tom (Kingsoft) - Gamebase64 game

This FORUM is for posting requests and pokes for the C64 - particularly for the emulators CCS64 & VICE.
Post Reply
sprenzinger
Posts: 76
Joined: Mon Oct 20, 2008 6:45 pm
Location: Ascheberg

Tom (Kingsoft) - Gamebase64 game

Post by sprenzinger »

I like the exploration of this game, but I did not pass several difficult passages.

Please could you give me some pokes for infinite lives and invincibility against enemies and deep falls?

Thank you very much. :D
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: Tom (Kingsoft) - Gamebase64 game

Post by Pugsy »

Slight delay with these, some quickies almost completed untested because it's next to unplayable in the version of MESS I used. Any probs let me know.

Code: Select all

Infinite Lives
Poke 40739,96  { > 9F23 60 }

Invincibility ON 
Poke 38123,169  { > 94EB A9 01 }
Poke 38124,1

Invincibility OFF (use when you get stuck)
Poke 38123,201  { > 94EB C9 00}
Poke 38124,0
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
sprenzinger
Posts: 76
Joined: Mon Oct 20, 2008 6:45 pm
Location: Ascheberg

Re: Tom (Kingsoft) - Gamebase64 game

Post by sprenzinger »

Thanks, you helped me more than enough. The pokes work well in ccs64. :D
Post Reply