Buzz Bomber Missile Position Fix - RetroKoH/S1Fixed GitHub Wiki
(Original guide by Clownacy)
Source: Sonic Retro thread
Commit: a407c2c
Ever notice that the bullet Buzz Bomber shoots is nowhere near its stinger when it fires? (RetroKoH note: I need to add screenshots to demonstrate this).
This is a simple fix. In _incObj/22 Buzz Bomber.asm, go to the label .fire, and change the move.w #$18,d0 to move.w #$14,d0 instead. This is much closer.