GameINI: Fix Comments in Mario Party 6/7 AR Codes
Using the "*" symbol as a comment only works for Gecko Codes for some reason. I changed it to "#".
This commit is contained in:
parent
39ccdc1f98
commit
658eed405a
|
@ -441,7 +441,7 @@ $Game - Orb Expansion [Airsola]
|
||||||
042bd36c 00000000
|
042bd36c 00000000
|
||||||
042bd37c 00000000
|
042bd37c 00000000
|
||||||
00000000 40000000
|
00000000 40000000
|
||||||
*(Almost) all Orbs become obtainable on each board. Orb prices are rebalanced.
|
# Almost all Orbs become obtainable on each board. Orb prices are rebalanced.
|
||||||
|
|
||||||
[Gecko]
|
[Gecko]
|
||||||
# Add gecko cheats here.
|
# Add gecko cheats here.
|
||||||
|
|
|
@ -567,8 +567,11 @@ $Mechanics - Orb Expansion [Airsola]
|
||||||
042ef734 000a0000
|
042ef734 000a0000
|
||||||
042ef744 00000000
|
042ef744 00000000
|
||||||
00000000 40000000
|
00000000 40000000
|
||||||
*Use with the Allow All Character Orbs cheat below.
|
|
||||||
*(Almost) all Orbs become obtainable on each board. Orb prices are rebalanced. CPUs cannot use character orbs that are not their own. Triple Shroom is removed, as this code is meant to be used in conjunction with the Orb balancing codes.
|
# Use with the Allow All Character Orbs cheat below.
|
||||||
|
# (Almost) all Orbs become obtainable on each board. Orb prices are rebalanced.
|
||||||
|
# CPUs cannot use character orbs that are not their own.
|
||||||
|
# Triple Shroom is removed, as this code is meant to be used in conjunction with the Orb balancing codes.
|
||||||
|
|
||||||
[Gecko]
|
[Gecko]
|
||||||
# Add gecko cheats here.
|
# Add gecko cheats here.
|
||||||
|
|
Loading…
Reference in New Issue