![]() |
|
How to use a adress from Dolphin memory engine ? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Game Modifications (https://forums.dolphin-emu.org/Forum-game-modifications) +--- Forum: Cheats, Hacks, & Game Patches (https://forums.dolphin-emu.org/Forum-cheats-hacks-game-patches) +--- Thread: How to use a adress from Dolphin memory engine ? (/Thread-how-to-use-a-adress-from-dolphin-memory-engine) |
How to use a adress from Dolphin memory engine ? - Schneitizel S. Sekai - 05-05-2019 Hi all ! I use Dolphin Memory Engine to create a cheatcode for The Sims (And after The Sims 2 and Bustin out) I have two addresses, 817B5AC4 and 817B5AC8 that work, I would like to put them in Dolphin but in AR codes or Gecko Codes, when I put 817b5ac4 00000000 817b5ac8 00000000 Nothing happens, nothing works... How can I fix this? Thank you in advance RE: How to use a adress from Dolphin memory engine ? - Super David - 05-06-2019 I think it needs to be like this. If the address started with 80, the code would start with 04 instead. 057b5ac4 00000000 057b5ac8 00000000 RE: How to use a adress from Dolphin memory engine ? - Schneitizel S. Sekai - 05-06-2019 It's work ! Thanks very much !! ![]() It was simple xD |