Post Reply 
 
Thread Rating:
  • 4 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Final Fantasy Type 0 - NPJH50443 Disc 1 and NPJH50444 Disc 2
07-16-2014, 08:20 AM
Post: #43
RE: Final Fantasy Type 0 - NPJH-50443 Disc 1 and NPJH-50444 Disc 2
That code above is really awful to use because it edits inventory hence has to be activated on save screen then game has to be restarted and soo on, so I made my own.

Can easily be activated only for some items while not for others, through I only checked the two types of consumables, not sure which line is for other item types since I just calculated the other codes after making first 2, but basically 1 line of code is 1 item type(chocobos are items too ofc;p).

Code:
_C0 99 items issue free
//consumables 1
_L 0x203A717C 0x24120063
//consumables 2
_L 0x203A75E4 0x24120063
//below are weapons/accessories/phantoma/chocobos;3
_L 0x203A7A4C 0x24120063
_L 0x203A7EB4 0x24120063
_L 0x203A831C 0x24120063
_L 0x203A8784 0x24120063

_C0 99 items issue free [disable]
_L 0x203A717C 0x00000000
_L 0x203A75E4 0x00000000
_L 0x203A7A4C 0x00000000
_L 0x203A7EB4 0x00000000
_L 0x203A831C 0x00000000
_L 0x203A8784 0x00000000
It doesn't set item values as inventory editing codes, but instead injects new code for the game to give you 99 items whenever you sell/buy/use item(it affects only the item you do use. If you want less items per change, just replace 63 on the end of each code line with any smaller (hex)number, but keep it higher than 00 just in case the game runs this code also while picking up new items.

Doing it such way, the game does not sees this as cheat, and so it should be safe to be activated all the time, it's not a huge change either, so it shouldn't really break anything. Couldn't test phantoma since I maxed out all spells already:|.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Final Fantasy Type 0 - NPJH-50443 Disc 1 and NPJH-50444 Disc 2 - LunaMoo - 07-16-2014 08:20 AM
[split] Codes Requests Thread - serques - 06-20-2014, 01:30 PM

Forum Jump: