Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

The 7th Saga

From Data Crystal
Revision as of 09:11, 26 January 2024 by Hawk (talk | contribs) (→‎top: replaced: [[Image: → [[File:)
Jump to navigation Jump to search
The 7th Saga
Name THE 7TH SAGA
Company Enix
Header None
Bank HiROM
Interleaved No
SRAM 64 Kb
Type Normal + Batt
ROM 12 Mb
Country USA
Video NTSC
ROM Speed 120ns (FastROM)
Revision 1.0
Checksum 0x009E
CRC32 B3ABDDE6

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