Page 1 of 1

[galspans2] [galpans3] Fast boot

Posted: Tue Sep 19, 2017 9:45 pm
by megaman_exe

Code: Select all

	<cheat desc="Fast Boot">
		<script state="on">
			<action>temp0 =maincpu.pb@6002087</action>
			<action>temp1 =maincpu.pb@600208B</action>
			<action>temp2 =maincpu.pb@6002457</action>
		</script>
		<script state="run">
			<action condition="maincpu.rb@6002087 > 0x1">maincpu.pb@6002087=1</action>
			<action condition="maincpu.rb@600208B == 0">maincpu.pb@600208B=1</action>
			<action condition="maincpu.rb@6002457 > 0x1">maincpu.pb@6002457=1</action>
		</script>
		<script state="off">
			<action>maincpu.pb@6002087=temp0</action>
			<action>maincpu.pb@600208B=temp1</action>
			<action>maincpu.pb@6002457=temp2</action>
		</script>
	</cheat>
It works only if you enable 200ms after the game boots. If you enable it sooner you won't gain much time in boot times.