Page 1 of 1
Tom (Kingsoft) - Gamebase64 game
Posted: Thu Nov 12, 2009 7:39 pm
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.

Re: Tom (Kingsoft) - Gamebase64 game
Posted: Wed Jan 13, 2010 7:44 pm
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
Re: Tom (Kingsoft) - Gamebase64 game
Posted: Tue Jan 19, 2010 4:22 pm
by sprenzinger
Thanks, you helped me more than enough. The pokes work well in ccs64.
