音速戰機3 Aero Fighters
3 (Sonic Wing 3) |
密碼 |
Lives code
(X:0~4) |
E89A000X (P1)
E8F0000X (P2) |
Bombs code
(X:0~?. Every plane has different max bomb limit) |
E8B9000X (P1)
E90F000X (P2) |
Weapon power up\weapon speed up code
(X:1 shoot very fast, 0 shoot normal) (Y:0~?. Every plane has different
max power up limit. If you put value higher than the limit then the
game will freeze) |
E8AF0X0Y (P1)
E9050X0Y (P2) |
Stage select code
(XY:00~?. The values in XY are a bit strange, sometimes they go like
that; 01 (stage 1), 03(stage 2), 05(3), 07(4) etc and sometimes like
that; 00, 02, 04, 06 etc. I do not know any other combinations though
it is certain that the combinations depend on the ship you choose) |
EA50XY00 |
Score change code
(XYMN: X*10 million + Y*1 million + M*100.000 + N*10.000 to your score) |
E896XYMN (P1)
E8ECXYMN (P2) |
Score change code
(XYMN: X*1000 + Y*100 + M*10 + N*1 to your score) |
E898XYMN (P1)
E8EEXYMN (P2) |