Page 1 of 1

Floyd of the jungle (Microprose Software)

Posted: Wed Dec 01, 2010 4:08 pm
by sprenzinger
For this game I need pokes to slow down the computer players and invincibility.

Re: Floyd of the jungle (Microprose Software)

Posted: Sun Apr 17, 2011 10:38 pm
by Pugsy
Index Hell....

Code: Select all

Invincibility
 Poke 36811,0  { > 8FCB 0 }
 Poke 36973,0  { > 906D 0 }

Stop Opponents
 Poke 36421,76  { > 8E45 4C 30 02 }
 Poke 36422,48
 Poke 36423,2
 Poke 560,172  { > 0230 AC 00 97 C0 01 F0 07 C0 02 F0 03 4C 48 8E 4C 4B 8E }
 Poke 561,0
 Poke 562,151
 Poke 563,192
 Poke 564,1
 Poke 565,240
 Poke 566,7
 Poke 567,192
 Poke 568,2
 Poke 569,240
 Poke 570,3
 Poke 571,76
 Poke 572,72
 Poke 573,142
 Poke 574,76
 Poke 575,75
 Poke 576,142

Re: Floyd of the jungle (Microprose Software)

Posted: Tue Apr 19, 2011 11:32 am
by sprenzinger
This is awesome! Thanks for this hard work.