Skip to content

Commit

Permalink
Correcting derp in SonicKnux_SuperHyper
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Aug 20, 2015
1 parent 8fbea22 commit c9b10f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic3k.asm
Expand Up @@ -23799,7 +23799,7 @@ SonicKnux_SuperHyper:
move.b #-1,($FFFFF766).w
tst.b character_id(a0) ; Is this Sonic?
bne.s .notSonic
move.l #Map_Sonic,mappings(a0) ; If so, load Super Sonic mappings (merged with his regular mappings...)
move.l #Map_Sonic,mappings(a0) ; If so, load Sonic's normal mappings (was using Super/Hyper mappings)
; loc_11BA8:
.notSonic:
move.b #1,prev_anim(a0)
Expand Down

0 comments on commit c9b10f7

Please sign in to comment.