Skip to content

Commit

Permalink
Detailing bug in Obj57
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Dec 19, 2015
1 parent e834b5b commit ea8beef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2.asm
Expand Up @@ -63031,7 +63031,7 @@ Obj57_Main_SubA: ; slowly hovering down, no explosions
blo.s Obj57_Main_SubA_Standard
lea (Boss_AnimationArray).w,a1
move.b #$D,7(a1) ; face grin when hit
_move.b #2,0(a2)
_move.b #2,0(a2) ; There is a bug here. This should be a1 instead of a2. A random part of RAM gets written to instead.
move.b #0,1(a1) ; hover thingies fire off
addq.b #2,boss_routine(a0)
bra.s Obj57_Main_SubA_Standard
Expand Down

0 comments on commit ea8beef

Please sign in to comment.