How to Make your own Cheat Codes
#55
(05-06-2023, 12:51 AM)Vega Wrote: I most likely typed the r17 vs r27 part for the blue/2nd instruction.

Yes it is odd your instructions match but not the addresses.

Whenever there are slight address differences, that means the game is a different region (i.e. NTSC-U vs PAL)

Apologies if this has been done already but have you verified the game ID on Dolphin? If so, what's the game ID output using Wiimms tools?

Only other explanation is the game is using a relocatable module basically meaning static memory isn't static.

I have already checked it several times and if it is NTSC-U, since the game ID in that version is RMKE01.

Well, it's very strange, since the same addresses always appear to me every time I do the same method over and over again, what I don't understand is why completely different addresses/instructions appear to you two when we use the same version.

I have noticed that the addresses you used (815B5234 and 815B5268) have an offset between them of 0x34, and what about that? Well, the address that I have was 815B59B4, plus an offset of 0x34 took me to 815B59E8, and there the same instructions as you appeared:

815b59e8 li r3, 0
815b59ec blr

Although I didn't find anything in r27, since the registry never changes its value.

I tried to create other codes with other values and I got this:

Code:
P1 Character Modifier
C35B59B4 00000003
2C000000 40A20008
38A000XX 98A30498
60000000 00000000

P2 Character Modifier
C35B59B4 00000003
2C000028 40A20008
38A000XX 98A30498
60000000 00000000

P3 Character Modifier
C35B59B4 00000003
2C000050 40A20008
38A000XX 98A30498
60000000 00000000

P4 Character Modifier
C35B59B4 00000003
2C000078 40A20008
38A000XX 98A30498
60000000 00000000

P5 Character Modifier
C35B59B4 00000003
2C0000A0 40A20008
38A000XX 98A30498
60000000 00000000

P6 Character Modifier
C35B59B4 00000003
2C0000C8 40A20008
38A000XX 98A30498
60000000 00000000

The problem is that when I use one (any one), it works, but when I use all 6 (or even 2) none of them work, what do you think is the reason?

The assembly is this:

Code:
cmpwi r0, 0xXX #Player slot
bne+ jump_code

li r5, 0xXX #Character

jump_code:
stb r5, 0x0498 (r3)
Reply


Messages In This Thread
How to Make your own Cheat Codes - by Vega - 08-12-2018, 12:34 AM
RE: How to Make your own Cheat Codes - by Vega - 04-03-2023, 11:52 PM
RE: How to Make your own Cheat Codes - by Vega - 04-06-2023, 11:06 PM
RE: How to Make your own Cheat Codes - by Vega - 04-10-2023, 03:18 PM
RE: How to Make your own Cheat Codes - by Vega - 04-12-2023, 02:32 PM
RE: How to Make your own Cheat Codes - by Vega - 04-13-2023, 01:05 AM
RE: How to Make your own Cheat Codes - by Vega - 04-14-2023, 12:41 AM
RE: How to Make your own Cheat Codes - by Vega - 04-14-2023, 06:01 PM
RE: How to Make your own Cheat Codes - by Vega - 04-14-2023, 08:20 PM
RE: How to Make your own Cheat Codes - by Vega - 04-26-2023, 01:16 AM
RE: How to Make your own Cheat Codes - by Vega - 04-29-2023, 12:54 PM
RE: How to Make your own Cheat Codes - by Hackwiz - 04-29-2023, 02:41 PM
RE: How to Make your own Cheat Codes - by Hackwiz - 05-01-2023, 11:17 AM
RE: How to Make your own Cheat Codes - by Hackwiz - 05-01-2023, 05:57 PM
RE: How to Make your own Cheat Codes - by Vega - 05-01-2023, 10:05 PM
RE: How to Make your own Cheat Codes - by Hackwiz - 05-02-2023, 10:19 AM
RE: How to Make your own Cheat Codes - by Hackwiz - 05-02-2023, 11:32 PM
RE: How to Make your own Cheat Codes - by Vega - 05-03-2023, 12:12 AM
RE: How to Make your own Cheat Codes - by Hackwiz - 05-03-2023, 10:59 AM
RE: How to Make your own Cheat Codes - by Hackwiz - 05-03-2023, 05:06 PM
RE: How to Make your own Cheat Codes - by Hackwiz - 05-03-2023, 08:51 PM
RE: How to Make your own Cheat Codes - by Vega - 05-03-2023, 09:32 PM
RE: How to Make your own Cheat Codes - by Hackwiz - 05-04-2023, 11:15 AM
RE: How to Make your own Cheat Codes - by Vega - 05-05-2023, 12:13 AM
RE: How to Make your own Cheat Codes - by Vega - 05-05-2023, 02:08 PM
RE: How to Make your own Cheat Codes - by Vega - 05-06-2023, 12:51 AM
RE: How to Make your own Cheat Codes - by LightKingdom666 - 05-06-2023, 04:58 AM
RE: How to Make your own Cheat Codes - by Hackwiz - 05-06-2023, 03:57 PM
RE: How to Make your own Cheat Codes - by Vega - 05-08-2023, 01:22 AM
RE: How to Make your own Cheat Codes - by Vega - 05-10-2023, 03:42 PM
RE: How to Make your own Cheat Codes - by Unnamed - 06-08-2023, 02:56 PM
RE: How to Make your own Cheat Codes - by Vega - 06-18-2023, 11:58 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)