Next Generation Emulation banner
1 - 4 of 4 Posts

· I'm testing games for emu
Joined
·
419 Posts
Discussion Starter · #1 ·
example Game the bouncer stops after intro start.I want to skip this intro but how can I find it(adress...etc.)in ps2dis?with debugger?please help me in step by step THX to all
 

· A Square Fan!
Joined
·
592 Posts
(Debugger method)
I guess you can skip it using the debugger (but only if it stops, not if it crashes), only find a stream that has something like this -->v0, v0, 0000231723
and with blank lines before and only a blank line after. To get to that line press STEP and then use SKIP.

(Ps2dis method)
If you can't do this, use a mpgEnd Patch. You can make it yourself, just enter in the nachbrenner site ;)
 
1 - 4 of 4 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top