Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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)
_L 0x1047C2C8 0x000003E7
_L 0x1047C408 0x000003E7
_L 0x1047C548 0x000003E7
_C0 No status change (Battle)
_L 0x0047C2C0 0x00000000
_L 0x0047C400 0x00000000
_L 0x0047C540 0x00000000
_C0 Show enemy HP
_L 0x00486A5F 0x00000001
_L 0x00486B77 0x00000001
_L 0x00486C8F 0x00000001
_L 0x00486DA7 0x00000001
_L 0x00486EBF 0x00000001
_C0 Inf time - Outer sea
_L 0x00476EA9 0x00000063
_C0 Always Tec +4 - Fishing
_L 0x00476B07 0x00000006
_C0 Have all fish/Max score
_L 0x20472B4C 0x4632281E
_L 0x20472B50 0x50285046
_L 0x20472B54 0x141EC85A
_L 0x20472B58 0x3C3C2814
_L 0x20472B5C 0xA0786446
_L 0x20472B60 0x00C846F0

Note on 'Show enemy HP' code: This is a version of a pre-existing code, updated to apply to five enemies per the maximum.
Find all posts by this user
Quote this message in a reply
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]
_L 0x20000000 0x0047269C
_L 0x20000000 0x00000000
# Hacked by St3ph
_C0 Level Difference Between Master And Apprentice [Momo]
_L 0x20000000 0x00472888
_L 0x20000000 0x00000000
# Hacked by St3ph
_C0 Level Difference Between Master And Apprentice [Nina]
_L 0x20000000 0x004725F8
_L 0x20000000 0x00000000
# Hacked by St3ph
_C0 Level Difference Between Master And Apprentice [Peco]
_L 0x20000000 0x0047292C
_L 0x20000000 0x00000000
# Hacked by St3ph
_C0 Level Difference Between Master And Apprentice [Rei]
_L 0x204727E4 0x00000000
# Hacked by St3ph
_C1 Level Difference Between Master And Apprentice [Ryu]
_L 0x20472554 0xFF010009
# Note: This code means that, if you met a MASTER at LEVEL 3, tweak it higher than 3 to learn the skills from the MASTER straight away instead of having to go into battles and level up or you could do the level modifier too.
# Hacked by St3ph
Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
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]
_L 0x20472554 0xFF010009

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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: