Quest for Quintana Roo (Sunrise Software) -Gamebase 64 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

Quest for Quintana Roo (Sunrise Software) -Gamebase 64 game

Post by sprenzinger »

This game is similar to tomb raider and it is a nice time killer.

It is hard to survive in the tomb, so I am looking for pokes for infinite lives and time (and if possible, pokes for invincibility).

Short instructions of the game:
You can enter the pyramid at the left or right side, if you go upstairs.
Within the tomb, you have got only 1:30 minutes (first timer, it is white) to survive and to find a treasure in the wall.
You can use a pistol, throw bombs or touch the wall, while using the F-Keys.
If you touch a spider or a snake another timer appears (second timer, it is red).

I have got an AR file of the tomb screen (where both timers appear), if you need it. :D
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: Quest for Quintana Roo (Sunrise Software) -Gamebase 64 game

Post by Pugsy »

I don't know if Invincibility is even worthwhile...the inf time poke seems to cover things. Try these

Code: Select all

Infinite Time 
Poke 39683,0  { > 9B03 0 }
Poke 50550,0  { > C576 0 }

Infinite Lives 
Poke 33381,165  { > 8265 A5 }

Infinite Bullets
Poke 35591,165  { > 8B07 A5 }

Infinite Bombs
Poke 35654,165  { > 8B46 A5 }
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
sprenzinger
Posts: 76
Joined: Mon Oct 20, 2008 6:45 pm
Location: Ascheberg

Re: Quest for Quintana Roo (Sunrise Software) -Gamebase 64 game

Post by sprenzinger »

Yes, you are right. :D The infinite time pokes are the same as invincibility. Thanks for this hint.
Post Reply