Hi guys!!!.
I have a little problem with Captain Tsubasa Vol.II - Super Striker:
You know, I created a code for it that sets your level to 99 everytime you enter to the sub menu of the status of your character. I just had to change one LDA to a STA:
ABAE 46 62
2BBE 46 => 62 (ROM)
ABB6 B1 91
2BC6 B1 => 91 (ROM)
The code works perfectly in most emulators. But when I tried to enter the sub menu in VNES (a nes emulator for N-Gage and symbian cell phones), it refuses to enter the menu. Obviously is a problem of this especific emulator.
Sadly, VNES is the only emulator for my N-Gage, that runs almost flawlesly the game. I tried YewNES plus, but it has graphic issues with this game.
So I'm looking for an alternative method to set the levels of all my chars to 99 and boost all his stats. There's no RAM addresses to the stats, them are calculated directly from the number of your level.
I tried both with read and write breakpoints at the start of a new game, after entering a password, after finish a match...but everything I tried failed.
All the ram addresses for the game are here
I just need a code (it doesn't mather the amount, I'll hack them directly in to the rom) to set the levels of all my chars to 99.
Thanks in advance.
Whipon.
I have a little problem with Captain Tsubasa Vol.II - Super Striker:
You know, I created a code for it that sets your level to 99 everytime you enter to the sub menu of the status of your character. I just had to change one LDA to a STA:
ABAE 46 62
2BBE 46 => 62 (ROM)
ABB6 B1 91
2BC6 B1 => 91 (ROM)
The code works perfectly in most emulators. But when I tried to enter the sub menu in VNES (a nes emulator for N-Gage and symbian cell phones), it refuses to enter the menu. Obviously is a problem of this especific emulator.
Sadly, VNES is the only emulator for my N-Gage, that runs almost flawlesly the game. I tried YewNES plus, but it has graphic issues with this game.
So I'm looking for an alternative method to set the levels of all my chars to 99 and boost all his stats. There's no RAM addresses to the stats, them are calculated directly from the number of your level.
I tried both with read and write breakpoints at the start of a new game, after entering a password, after finish a match...but everything I tried failed.
All the ram addresses for the game are here
I just need a code (it doesn't mather the amount, I'll hack them directly in to the rom) to set the levels of all my chars to 99.
Thanks in advance.
Whipon.
. The only problem appears when you use some passwords, and some of your chars doesn't reach the max stats.
Comment