Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing branch labels
  • Loading branch information
Clownacy committed Jun 24, 2015
1 parent 0697889 commit c869f57
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions sonic3k.asm
Expand Up @@ -27397,7 +27397,7 @@ loc_143AA:
lea (Flying_carrying_Sonic_flag).w,a2
lea (Player_1).w,a1
move.w (Ctrl_1).w,d0
bra.w *+4
bra.w Tails_Carry_Sonic

; =============== S U B R O U T I N E =======================================

Expand Down Expand Up @@ -136800,7 +136800,8 @@ loc_648FA:
move.l #Obj_IncLevEndYGradual,(a1)

loc_6492C:
bsr.w *+4
bsr.w loc_64930
loc_64930:
lea (Child6_CreateBossExplosion).l,a2
jsr (CreateChild6_Simple).l
bne.s locret_64950
Expand Down Expand Up @@ -145042,7 +145043,7 @@ sub_6A960:
clr.b $28(a0)
bclr #3,$38(a0)
beq.w locret_69F78
bra.w *+4
bra.w loc_6A986

loc_6A986:

Expand Down Expand Up @@ -175006,7 +175007,8 @@ loc_7EE42:
move.w #$7F,$2E(a0)
move.l #loc_7DFB8,$34(a0)
bset #6,$2A(a0)
bsr.w *+4
bsr.w loc_7EE74
loc_7EE74:
lea (Child6_CreateBossExplosion).l,a2
jsr CreateChild1_Normal(pc)
bne.s locret_7EE86
Expand Down Expand Up @@ -184709,7 +184711,7 @@ loc_84E7C:
sub.w d0,d1
move.b (a1,d1.w),d1
neg.w d1
bra.w *+4
bra.w loc_84E8C

loc_84E8C:

Expand Down Expand Up @@ -184772,7 +184774,7 @@ loc_84F00:
sub.w d0,d1
move.w (a1,d1.w),d1
neg.w d1
bra.w *+4
bra.w loc_84F10

loc_84F10:

Expand Down

0 comments on commit c869f57

Please sign in to comment.