Using Cwcheats, enemies drop all items. Please
Announcement
Collapse
No announcement yet.
Final Fantasy II: Anniversary Edition [US] ULUS-10263
Collapse
X
-
Spoiler Alert! Click to view...
THE BAD GUY!!!!!!
-
Are you saying that you have this code?
Code:_G Final Fantasy II [US] _C0 255 First Item (Dupe Item) _L 0x01397427 0x0000FFFF
Edit: This code seems to have an improper format. By Googling, I found out that '0' is the code type for 8-bit writes.
Originally posted by lee48-bit Constant
Write 0x0aaaaaaa 0x000000dd This command will constantly write the value specified by dd to the address specified by aaaaaaa
So even though the code will only write the first byte of 0xFF, the other 0xFF isn't needed. Also, this address ends in a '7', so only 8-bit writes should work anyway.
Code:_G Final Fantasy II [US] _C0 x255 First Item (Dupe Item)(FIX) _L 0x01397427 0x000000FF _C0 x99 First Item (Dupe Item) _L 0x01397427 0x00000063
Last edited by Demonic722; 05-26-2012, 08:37:47 AM.I only bother with things that interest me.
Comment
-
Originally posted by Demonic722 View PostAre you saying that you have this code?
Code:_G Final Fantasy II [US] _C0 255 First Item (Dupe Item) _L 0x01397427 0x0000FFFF
Edit: This code seems to have an improper format. By Googling, I found out that '0' is the code type for 8-bit writes.
Source: http://www.codemasters-project.net/g...ntry.php?e=846
So even though the code will only write the first byte of 0xFF, the other 0xFF isn't needed. Also, this address ends in a '7', so only 8-bit writes should work anyway.
Code:_G Final Fantasy II [US] _C0 x255 First Item (Dupe Item)(FIX) _L 0x01397427 0x000000FF _C0 x99 First Item (Dupe Item) _L 0x01397427 0x00000063
Comment
-
Eh, did the original code *magically* work? Maybe the code that was posted by the original creator was incomplete. Also, even though it malfunctions, did you get an increase of the first item at all (even if it's just by a little bit)?
Edit: Since it says that it's full, you should try playing with the values. Is there an in-game limit as to how much Slot 1 can hold? If so, you should set it to that for max.Last edited by Demonic722; 05-30-2012, 05:42:06 AM.I only bother with things that interest me.
Comment
-
that item code you posted is originally for Japanese version from Japanese blog sitelee4 Does Not Accept Codes Requests !
When lee4 asks a question it does not mean lee4 will look at your game
*How to create and use SegaCD codes >click here<*
Comment
Comment