![]() |
|
Action Replay help please! - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Action Replay help please! (/Thread-action-replay-help-please) Pages:
1
2
|
Action Replay help please! - Samari45 - 03-01-2010 Does action replay work on Dolphin? Because I can't seem to get it to work. I'm playing Paper Mario: The Thousand Year Door and every time I enter the master code it changes it to this: 7FFFFFFF 0000FF01 The real master code is this: C402F268 0000FF00 It does not do this to any other code. Anybody got a solution? RE: Action Replay help please! - James333 - 03-01-2010 Dolphin does not need the mastercode to work RE: Action Replay help please! - Samari45 - 03-01-2010 Thanks I did not know that. I'm still pretty new to this RE: Action Replay help please! - James333 - 03-01-2010 (03-01-2010, 09:11 AM)Samari45 Wrote: Thanks I did not know that. I'm still pretty new to thisAnyway It tells you that the mastercodes doesn't work
RE: Action Replay help please! - Samari45 - 03-01-2010 Is there anyway to stop it from changing codes from xxxx-yyyy-zzzz format to xxxxxxxx-yyyyyyyy format? Because every time i enter a code it does it automatically. Then it says Zero3 code is not supported. RE: Action Replay help please! - James333 - 03-01-2010 dolphin only works with xxxxxxxx - yyyyyyyy format , If you give it other format dolphin will change it automatically RE: Action Replay help please! - omegadox - 03-01-2010 There is a chance the code will fail, since the AR is prolly still buggy ![]() The Gamecube AR format is: XXXXXXXX YYYYYYYY X = Address with command code Y = Value but Zero codes are special cases ![]() 00000000 YYYYYYYY = Zero Code RE: Action Replay help please! - James333 - 03-01-2010 0x00000000 in the memmap is used for what , the game id ? RE: Action Replay help please! - omegadox - 03-01-2010 I don't know, why check the source file Memmap.cpp
RE: Action Replay help please! - James333 - 03-01-2010 (03-01-2010, 11:52 AM)omegadox Wrote: I don't know, why check the source file Memmap.cppOr /Source/Core/Core/Src/Boot/Boot_BS2Emu.cpp line 235 Code: DVDInterface::DVDRead(0x00000000, 0x00000000, 10); // Game Codeor http://wiibrew.org/wiki/Memory_Map |