Ar MAX Conversion question
Hi,
I hope someone can help me with a problem converting some codes for MAX.
Game Title: Fight Night 2004 by EASports.
I converted only the infinite rating points code from GS V3/4 I made the (M) Code myself using main jal + 1FD/E - 3FF00 (Reason for not converting the (M) code as well is that the game fail to load with it / or it just does nothing, depends what method of memcpy I use)
Problem: when the code is activated and I attempt to use 1 creation point the game freezes.
Now I assume this is a problem with the actual infinite creation point code and NOT the (M) code. Correct?
Here is the data.
--
GS3/4 Decoded:
Infinite Rating Points:
200C2000 34030064
200C2004 08088C02
200C2008 A6030244
20223004 08030800
20223040 00000000
Conversion + (M) Code Creation:
(M)
C41001e8 0003FF00
Infinite Rating Points
040C2000 34030064
040C2004 08088C02
040C2008 A6030244
04223004 08030800
04223040 00000000
--
I would be grateful if anyone could point me into the correct path for the solution of this issue.
Thanks in advance.