Page 1 of 1

Jungle Quest (Solar Software)

Posted: Wed Jul 28, 2010 3:31 pm
by sprenzinger
This is a nice Jungle Hunt clone with better graphics for its time.

Please could you give me pokes for infinite lives and invincibility (especially the attacking lion in level 1) ?

Re: Jungle Quest (Solar Software)

Posted: Sun Oct 31, 2010 5:47 pm
by Pugsy
I hate the games where each level is actually a different mini game with their own code.

Code: Select all

Infinite Lives
 Poke 29170,165  { > 71F2 A5 }
 Poke 30452,165  { > 76F4 A5 }
 Poke 33723,165  { > 83BB A5 }
 Poke 40232,165  { > 9D28 A5 }
 Poke 50970,165  { > C71A A5 }

No Sprite to Sprite Collision (Screen 1)
 Poke 29480,169  { > 7328 A9 }
 Poke 29481,0  { > 7329 0 }
 Poke 29482,234  { > 732A EA }

Easy Ropes (Screen 2)
 Poke 31221,248  { > 79F5 F8 }
 Poke 31222,121  { > 79F6 79 }

Invincibility To Crocodiles (Screen 3)
 Poke 33661,0  { > 837D 0 }

Infinite Air (Screen 3)
 Poke 32832,173  { > 8040 ad }

No Sprite to Sprite Collision (Screen 4)
 Poke 40408,169  { > 9DD8 A9 00 EA}
 Poke 40409,0
 Poke 40410,234

Kill Bad Sprite Collisions (Screen 5)
 Poke 50713,169  { > C619 A9 00 EA}
 Poke 50714,0
 Poke 50715,234
 Poke 50997,58  { > C735 3A C7}
 Poke 50998,199

Re: Jungle Quest (Solar Software)

Posted: Fri Nov 05, 2010 11:52 am
by sprenzinger
Many thanks for these helpful pokes. :D