Breath of Fire III ULES 00193
|
10-08-2015, 01:53 AM
(This post was last modified: 12-20-2015 10:12 PM by andrewrae.)
Post: #1
|
|||
|
|||
Breath of Fire III ULES 00193
Code: _C0 Inf HP only (Battle) Note on 'Show enemy HP' code: This is a version of a pre-existing code, updated to apply to five enemies per the maximum. |
|||
01-10-2025, 07:35 PM
(This post was last modified: 01-10-2025 11:35 PM by sdeligar.)
Post: #2
|
|||
|
|||
RE: Breath of Fire III ULES 00193
I found some cheats that allow you to change how many levels have progressed since you joined a master. The problem is the notes don't explain how to control any of the details. As you can see the note on the cheat for Ryu explains the basics of how it works but doesn't actually give any details on what needs to be changed to make it work. Is anybody able to provide some advice on what needs to be changed to get it to actually work?
If I understand how this works the only section setup is for each character, but it should also have one defining the Master, and either what level you started at vs your current level, or possible just how many levels you've gained since become an apprentice. All of which this cheat should have in the code to change as needed but I'm not seeing it. To be specific, I'm trying to get all of Mygas' spells, and Ryu is already level 8 because I forgot you aren't supposed to level him until after you get a master. Edit: With a lot of help from NABN00B on the discord channel he figured out the changes needed to get the code working for Ryu. When I first used the code I had used 08 as the last two digits in the second code segment but that only allowed me to claim Mygas' first three spells. After changing it to 09 and leveling Ryu up to level 9 I was able to get his last spell without a problem. Unfortunately, I don't understand enough about how it works to update the other codes but if somebody does want to take the time to figure them all out and send me the new codes I will be happy to update them. Code: _C0 Level Difference Between Master And Apprentice [Garr] |
|||
01-10-2025, 09:43 PM
Post: #3
|
|||
|
|||
RE: Breath of Fire III ULES 00193
Those codes in this form doesn't have any sense, each of them have 2 lines, first writes some value, possibly opcode to 0x0 place in memory then second line writes 0x0 to 0x0 place in memory, overwriting that. Even if there was some different cheat reading 0x0 address, in such form, that place would always store 0x0.
In short, it doesn't matter what you modify there, all of those cheats only write zero to zero address. 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. |
|||
01-10-2025, 11:28 PM
Post: #4
|
|||
|
|||
RE: Breath of Fire III ULES 00193
With a lot of help from NABN00B on the discord channel he managed to figure it out at least for Ryu.
Code: _C1 Level Difference Between Master And Apprentice [Ryu] Using the above code means that as long as you are at least lvl 9 you can claim all 4 of Mygas spells from him. I tried it at 8 but he only gave me the first three spells and I had to talk to him three separate times because he will only give one spell at a time. |
|||
« Next Oldest | Next Newest »
|