Forums

Sega Master System / Mark III / Game Gear
SG-1000 / SC-3000 / SF-7000 / OMV
Home - Forums - Games - Scans - Maps - Cheats - Credits
Music - Videos - Development - Hacks - Translations - Homebrew

View topic - Having a problem with Gauntlet (SMS) training

Reply to topic
Author Message
MUG U.K(tm)
  • Guest
Reply with quote
Having a problem with Gauntlet (SMS) training
Post Posted: Wed Mar 22, 2000 9:35 pm
Having a problem training this game. I have managed to find the health and made it infinite (and if you patch in the code below to your MEKA.PAT file you will too!) .. but the keys/potions are doing my tree in. I know where they are located and can find the ROM routine which (I think) subtracts them - but no tweaking of the ROM code has any effect.

;-----------------------------------
; Gauntlet - semi-working
; Author: MUG U.K(tm)

[0DD3230F6E789E6A]

; Infinite Health (&HC80F)
seek, 2571
write, 00
write, 00
seek, 258e
write, 00
write, 00

; Infinite Items? Keys (&HC80D), Magic Potions (&HC80E)
; To decrease an item a CALL to 0a16 is made .. so we remove all
; reference to addresses &HC80D (Keys) & &HC80E (Magic)
;seek, 0a19
;write, 00
;write, 00
;write, 00

;seek, 0a25
;write, 00
;write, 00
;write, 00
;-------------------------------------------------

Your help would be appreciated!
 
Reply to topic



Back to the top of this page

Back to SMS Power!