If anyone's interested in modifying ex orbs, you can use cheat engine to search for 2 byte values.
Initially search for an empty slot (empty's value is 9999)
slot something in like say, HP Orb 1. then search for 3150.
if it doesn't narrow it down with just those two keep searching.
The result you're looking for should be in green.
Values for normal tiered ex orbs range from 3150 to 3167, while the Omega (Ω) versions are from 3168 to 3173
Can use this to slot in multiple of the same Ex Orb, but be sure to unequip/re-equip one of your orbs to make the stats take effect.
Edit: Not sure if these will work with the new update this morning, but here's a copy-pasta to the first slot cheat.
To get the 2nd a 3rd slot, change offset from 9a100a to 9a100c and 9a100e respectively
Can paste this right into cheat engine.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>6028</ID>
<Description>"Ex Orb First Slot"</Description>
<LastState Value="3150" RealAddress="1416B747A"/>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>2 Bytes</VariableType>
<Address>GameStructureBasePtr</Address>
<Offsets>
<Offset>9A100A</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
</CheatTable>