Announcement

Collapse
No announcement yet.

Converting Memory Address

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Converting Memory Address

    I was able to find the values using Dolphin Memory Manager and the codes are working however I want to add those codes to Dolphin Android (Gecko code or patch) I have googled like crazy and have no clue how to convert these Memory addresses to a proper code I can input (wii game) could someone point me in the right direction?

    Memory addresses look like this
    80C09E06 0000270F
    80C10DAA 0000270F
    80C10D72 0000270F
    Last edited by Azdraxia; 10-30-2021, 11:43:13 PM.

  • #2
    I'm assuming that you found these addresses during a search and that you were able to check the box on those addresses and have the code work.
    If that is the case, you'll have to add them to the Gecko code list in dolphin to generate the .ini file needed for dolphin android.

    The codes need to be converted and added as a cheat code in the Gecko tab in the cheat manager (while the game is up and running). Tools -> Cheat manager -> Gecko Tab
    They should be changed to:

    02C09E06 0000270F
    02C10DAA 0000270F
    02C10D72 0000270F

    After you add and save the cheat, make sure the enable box is checked.

    Totally shut down the game and reboot it.
    Verify the code is still enabled in the Gecko tab of Cheat Manager.

    Test the code before worrying about getting it on the android.

    I'll look into getting the .ini file to the android. Never done that before.

    Let me know if this works ok on dolphin PC.


    Comment


    • #3
      Windows Dolphin does nothing android Dolphin goes to black screen after Square Enix logo (if it helps it is FF:CC My Life as a King DLC) the codes that are downloaded do not work with the DLC so that is why I'm looking for and trying to make these codes work.
      Last edited by Azdraxia; 11-01-2021, 03:36:31 PM.

      Comment


      • #4
        I'll take a look at it tonight after work.

        I've never played a wad file in dolphin lol.



        Comment


        • #5
          I get it your help is appreciated this has left me stumped

          Comment


          • #6
            So a quick up date I did some research and found 04 should write the values and I wanted to add the function press button to write I came up with this and it kind of works.
            282B2D98 00000200
            04C09E06 0000270F
            04C10DAA 0000270F
            04C10D72 0000270F
            E0000000 80008000

            Comment


            • #7
              Check this vid out to see if it answers your questions on getting the cheats to work properly in dolphin Android.

              https://www.youtube.com/watch?v=Cfkhe0j76Sk

              Comment


              • #8
                Deleted message by the author.
                Last edited by DeborahRunge; 02-15-2022, 05:19:05 PM.

                Comment

                Working...
                X