Dolphin, the GameCube and Wii emulator - Forums
Code keeps getting changed. - 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: Code keeps getting changed. (/Thread-code-keeps-getting-changed)



Code keeps getting changed. - XSFOX - 04-28-2009

I'm trying to insert;

048A3670 88000000
C4213B44 0000FF01


But everytime I put it in and add it Dolphin changes it to;

048A3670 7FFFFFFF
7FFFFFFF 0000FF01


Why is it doing this and why won't it stop? Codes aren't working because it keeps doing this.

EDIT: Ok I tried altering it trough the game's Config file in Notepad and now Dolphin tells me this when I boot the game.

"Action Replay Error: Master Code and Write to CCXXXXXX not implemented (M)"



....? Does this mean it won't work?


RE: Code keeps getting changed. - DacoTaco - 04-28-2009

hmmm, thats a bug right there :/

try adding the code manually in the ini


RE: Code keeps getting changed. - XSFOX - 04-28-2009

(04-28-2009, 05:31 AM)Daco Wrote: hmmm, thats a bug right there :/

try adding the code manually in the ini

I did that now and it tells me, "Action Replay Error: Master Code and Write to CCXXXXXX not implemented (M)" o.O?


RE: Code keeps getting changed. - DacoTaco - 04-28-2009

that happens when you add a master code lol

EDIT: master codes are usually useless


RE: Code keeps getting changed. - cmccmc - 04-28-2009

there useless in dolphin


RE: Code keeps getting changed. - XSFOX - 04-28-2009

Ohh I see now. (Stumbled into 2 problems in a row XD)