Page 1 of 1
One little problem with cheats
Posted: Sat Aug 26, 2017 10:46 pm
by Pablo1989
Hi
Mostly ive wont use cheats but ive tested for my friend who uses them most the time.
While testing cheats in Kyuukyoku tiger(Japan) ive nocited when got turned cheat for invincibility
sometimes music in game stops. Ive wonder why? Not sure did music stops without cheating?
Re: One little problem with cheats
Posted: Sun Sep 10, 2017 12:21 pm
by pepinos
in sly spy all game versions the music stops also when you reach the final boss using all cheats or invisibility cheat
sometimes the music ends in the middle of the levels
Re: One little problem with cheats
Posted: Sat Apr 28, 2018 1:15 pm
by Pugsy
Pablo1989 wrote:Hi
Mostly ive wont use cheats but ive tested for my friend who uses them most the time.
While testing cheats in Kyuukyoku tiger(Japan) ive nocited when got turned cheat for invincibility
sometimes music in game stops. Ive wonder why? Not sure did music stops without cheating?
Looking at cheat there seems to be one address that seems not to be needed.... Can't replicate the fault with it out, but I didn't try to replicate it with the cheat in either.
Does this work better?:-
Code: Select all
<cheat desc="Invincibility Fixed?">
<script state="on">
<action>temp1 =maincpu.mb@22139</action>
<action>temp2 =maincpu.mb@2213E</action>
<action>temp3 =maincpu.mw@2176A</action>
<action>temp4 =maincpu.mb@23F50</action>
<action>temp5 =maincpu.mw@2504A</action>
<action>temp6 =maincpu.mb@2562A</action>
</script>
<script state="run">
<action>maincpu.mb@22139=AE</action>
<action>maincpu.mb@2213E=60</action>
<action>maincpu.mw@2176A=0002</action> <!-- Parts 3-6 are 'Avoid In-game ROM Check Error' -->
<action>maincpu.mb@23F50=60</action>
<action>maincpu.mw@2504A=0002</action>
<action>maincpu.mb@2562A=60</action>
</script>
<script state="off">
<action>maincpu.mb@22139=temp1 </action>
<action>maincpu.mb@2213E=temp2 </action>
<action>maincpu.mw@2176A=temp3 </action>
<action>maincpu.mb@23F50=temp4 </action>
<action>maincpu.mw@2504A=temp5 </action>
<action>maincpu.mb@2562A=temp6 </action>
</script>
</cheat>
Re: One little problem with cheats
Posted: Sat Apr 28, 2018 4:47 pm
by Pugsy
pepinos wrote:in sly spy all game versions the music stops also when you reach the final boss using all cheats or invisibility cheat
sometimes the music ends in the middle of the levels
Does this work any better? :-
put in slyspy.xml
Code: Select all
<cheat desc="Invincibility Fixed?">
<script state="on">
<action>temp0 =maincpu.mq@00EDAE</action>
</script>
<script state="run">
<action>maincpu.mq@00EDAE=317C000100304E75</action>
</script>
<script state="off">
<action>maincpu.mq@00EDAE=temp0 </action>
</script>
</cheat>