I was looking at the codes made by galoop and find it lacking and some have errors
so decided to modify them, here's the codes.
Armor cannot be damaged (the correct address is 62 not 61)
- "00D762EA" # GG code: 3C21-AD6F
Infinite strikefighters (The correct address is CF not CB)
- "00D6CFEA" # GG code: 3C2A-67AF
Once power-up has been obtained, it is not lost until you continue [doesn't work for weapon, only power-ups]
(This code have a lot of errors)
This two codes will fix the power up and missile missing after dying error
- "00D85FEA" # GG code: 3C29-D7A4
- "00D807EA" # GG code: 3C2D-DFA4
and the last one that needed to be fixed ( galoob didn't make it so decided to fix that)
"Never lose Weapons after dying"
Code:
- "00DD8EEA" # GG code: 3C26-0767
- "00DD92EA" # GG code: 3C2B-0D67
- "00DD9EEA" # GG code: 3C2B-0767
- "00DDA2EA" # GG code: 3C2C-0D67
- "00DDAB60" # GG code: 1D2C-04A7
That's all thank's for reading!
so decided to modify them, here's the codes.
Armor cannot be damaged (the correct address is 62 not 61)
- "00D762EA" # GG code: 3C21-AD6F
Infinite strikefighters (The correct address is CF not CB)
- "00D6CFEA" # GG code: 3C2A-67AF
Once power-up has been obtained, it is not lost until you continue [doesn't work for weapon, only power-ups]
(This code have a lot of errors)
This two codes will fix the power up and missile missing after dying error
- "00D85FEA" # GG code: 3C29-D7A4
- "00D807EA" # GG code: 3C2D-DFA4
and the last one that needed to be fixed ( galoob didn't make it so decided to fix that)
"Never lose Weapons after dying"
Code:
- "00DD8EEA" # GG code: 3C26-0767
- "00DD92EA" # GG code: 3C2B-0D67
- "00DD9EEA" # GG code: 3C2B-0767
- "00DDA2EA" # GG code: 3C2C-0D67
- "00DDAB60" # GG code: 1D2C-04A7
That's all thank's for reading!