The ram addresses for the level 4 weapons are:
FF0BBA:84 This one sets the level 4
FF0BCC:0E0C This changes the left side shot to the level 4 one. Otherwise it graphics are messed up.
FF0C0C:0E0C Same as above, but right side shot.
The ram address of the weapon level (the one gained by normal powerups) is FF0137.
Set Weapons at Level 3,
FF0137:03.
I'll see If I can make a simple code version. My code is a 3 codes, because of the following:
BTYA-A6ER This one changes the graphics of the side shots to the ones of the 4th level. Otherwise the side shots graphics are messes up. (Only works at the start of a new game).
The remaning two pokes the value of FF0BBA to 84:
TTMA-BA4A
TAMA-BACC
I have a new idea, I'll try to make a shorter code.
FF0BBA:84 This one sets the level 4
FF0BCC:0E0C This changes the left side shot to the level 4 one. Otherwise it graphics are messed up.
FF0C0C:0E0C Same as above, but right side shot.
The ram address of the weapon level (the one gained by normal powerups) is FF0137.
Set Weapons at Level 3,
FF0137:03.
I'll see If I can make a simple code version. My code is a 3 codes, because of the following:
BTYA-A6ER This one changes the graphics of the side shots to the ones of the 4th level. Otherwise the side shots graphics are messes up. (Only works at the start of a new game).
The remaning two pokes the value of FF0BBA to 84:
TTMA-BA4A
TAMA-BACC
I have a new idea, I'll try to make a shorter code.
Comment