If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
The 7th Saga
Jump to navigation
Jump to search
The 7th Saga | |
Name | 7TH SAGA |
Company | Enix |
Header | Unknown |
Bank | Unknown |
Interleaved | Unknown |
SRAM | Unknown |
Type | Unknown |
ROM | Unknown |
Country | USA |
Video | NTSC |
ROM Speed | Unknown |
Revision | Unknown |
Checksum | Unknown |
CRC32 | Unknown |
Miscellaneous
- The game multiplies all experience values from the table by 2.2. This following line, found in the ROM, loads in the multiplier number of 2.203125 (0234 is an 8.8 fixed point number). So a monster with 0C (12) as its EXP value actually gives you 1A (26) EXP
$C2/8044 A9 34 02 LDA #$0234
You can use either the rom patch or the Game Genie code below to make monsters give 3x the normal EXP:
Rom patch:
C28046:06
Game Genie Code:
D160-7F66
This makes the monsters give you 6.2x as much exp instead of 2.2x exp.
Credit: Dwedit