Difference between revisions of "Template:SNES"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
− | + | {{SNES| title = 7th Saga | |
− | + | |image = [[Image:421screenshot1.png|center]] | |
+ | |name = SUPER MARIOWORLD | ||
+ | |company = Enix | ||
+ | |country = USA | ||
+ | |video = NTSC | ||
+ | |game = 7th Saga | ||
+ | }} | ||
− | + | ==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 | |
− | + | ||
− | + | <pre>$C2/8044 A9 34 02 LDA #$0234</pre> | |
− | + | ||
− | + | You can use either the rom patch or the Game Genie code below to make monsters give 3x the normal EXP: | |
− | + | ||
− | + | Rom patch: | |
− | + | <pre>C28046:06</pre> | |
− | + | Game Genie Code: | |
− | + | <pre>D160-7F66</pre> | |
− | + | ||
− | + | This makes the monsters give you 6.2x as much exp instead of 2.2x exp. | |
− | + | ||
− | + | Credit: Dwedit | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 16:27, 4 December 2012
Template loop detected: Template:SNES
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
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