Here's another new one:
All Drones have Inf Health
121E9822 000003E7
C0000000 0000000D
DC000000 0000005C
121E9822 000003E7
D2000000 00000000
It will set the current HP for all drones (Oh, crap, I forgot; I'm pretty sure I accidentally excluded Dor-O (the snail) from this code... Replace '0D' with '0E' and I think it will also effect Dor-O) to 999. Max HP stays as it was beforehand, so health might look strange graphic-wise. However, there have been no glitches in-battle that I've experienced. I word of warning, though, the addresses here reset to 0 if you are not in battle, and change around a bit (not the addresses but the values within them), so these codes MIGHT affect something when you are outside-of-battle.
Narin wrote:
@omegakyogre
Heres the Japanese version of the code, it may help you out:
Press [X] Have 63x of all cards
94000136 FFFE0000
C0000000 0000003B
221D7459 000000FC
221D745A 00000080
DC000000 00000004
D2000000 00000000
D0000000 00000000
I tried hacking the card codes as you have and encountered the same problems. Drone Tactics store the cards values in a strange way.
Heres the Japanese Ore/Money code:
021D6C88 000F423F
Perhaps you can get the offset from the US version of the money code and get a rough location where the card values may be.
Ah, thank you! 'Just as I was about to lose hope, too... I'll get right to it.
Goosestepper wrote:
Replace the FFFF with 270F and everything will be dandy.
65535 is a far too high when the max exp you need in game to hit lvl 30 is around 9000 and it causes glitches to occur like the lines through the lvls, and the crashes in the hanger.
So the fixed code would be
121E4834 0000270F
C0000000 0000000D
DC000000 0000001C
121E4834 0000270F
D2000000 00000000
I figured as much that FFFF was a little overboard. At the time of hacking the code I didn't know that Lv 30 was the max level, so I assumed you would need a lot more EXP than you actually do. Thanks!
deathfisaro wrote:
P.S.
I was working on a weapon code, but there were only 2 weapons that were significantly useful. The other weapons were just the ones you could buy not too far into the game.
By using the weapon cheat I COULD equip 3 guns in all melee/gun/cannon slots but I'm not sure if that'll cause problems in battle. Further test is required.
Weapon code is only one byte (0~255) and that includes all 3 types of weapons plus dummies. So you're looking at like 150ish gears in total. Dummies caused freezing. (But they had super specs like +498 GUN along with 3 other options and such)
I spent a while last night to find the address for K-Buto's Melee weapon that was equipped, and I failed miserably. XD
I was also very tired, though, so... excuses? Anywho, I'll try again today and see if I can't get a list together of the values for each weapon.