Missing parts
#1
Does any one know how I can complete these? I found out why they weren't working before it was cause they where incomplete and I never noticed it.

Is there one line that would work for these or all they all different?
Gun Mage
00373F1E 00000001
Alchemist
00373F1F 00000001
Samurai
00373F21 00000001
Dark Knight
00373F22 00000001
Berserker
00373F23 00000001
Trainer
00373F28 00000001
Lady Luck
00373F29 00000001
Mascot
00373F2A 00000001
Floral Fallal/Right Pistil/Left Pistil
00373F2B 00000001
Machina Maw
00373F2E 00000001
Full Throttle
00373F31 00000001
Super AP Gain
2020547C 2414270F
It's For final fantasy X-2 US

Edit

Is this the right way? patch=1,EE,00373F1E,word,00000001 but am not sure I'm trying but no luck so far
Reply

Sponsored links

#2
(09-20-2009, 10:49 AM)Rokoka Wrote: Is this the right way? patch=1,EE,00373F1E,word,00000001 but am not sure I'm trying but no luck so far

Only the last cheat(or maybe with extended not word but most likely is word),the rest are with byte not word.
Reply
#3
(09-20-2009, 10:59 AM)vsub Wrote:
(09-20-2009, 10:49 AM)Rokoka Wrote: Is this the right way? patch=1,EE,00373F1E,word,00000001 but am not sure I'm trying but no luck so far

Only the last cheat(or maybe with extended not word but most likely is word),the rest are with byte not word.

Ok let me give that a try
Reply
#4
I found out why it was still crashing the Super AP one was doing it.

word didn't work with it nor did byte
Reply
#5
(09-20-2009, 11:15 AM)Rokoka Wrote: I found out why it was still crashing the Super AP one was doing it.

word didn't work with it nor did byte

Did you even know for what they are used,or you're just trying and hope to work.

byte - values between 0-255(0-FF)
short - value between 0-65535(0-FFFF)
work - values between 0-4294967295(0-FFFFFFFF)
Reply
#6
I don't even know man I was winging it as stupid as it may seem.
Reply
#7
word would work even if it is bytes, I have done this for a few things myself.
Reply
#8
(09-22-2009, 09:23 PM)Saiki Wrote: word would work even if it is bytes, I have done this for a few things myself.

If the code range is only byte,using word will modify 3 addresses after the address of the cheat too and this in some cases may case problems or even the emu to crash depending on for what are those 3 addresses.

patch=1,EE,00373F1E,word,00000001
using word here will modify

00373F1E - 1
00373F1F - 0
00373F20 - 0
00373F21 - 0
Reply
#9
yea, true, on/off switches would need byte
Reply
#10
(09-22-2009, 10:00 PM)Saiki Wrote: yea, true, on/off switches would need byte

I can only get the Gil and the Dress Sphere codes to work everything else wont work like AP or All Fiends are over souled
Reply




Users browsing this thread: 1 Guest(s)