Skip to content

Commit

Permalink
Merge pull request #27 from secondsun/patch-1
Browse files Browse the repository at this point in the history
Fix BGE/BLT
  • Loading branch information
Optiroc authored Jul 23, 2023
2 parents 8b87ff1 + ebe6522 commit 1af46e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/GSU_Assembler.i
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ _CASFX_AUTO_NOP = 1


.define mbra _op_branch $05, ; target
.define mbge _op_branch $06, ; target
.define mblt _op_branch $07, ; target
.define mbge _op_branch $07, ; target
.define mblt _op_branch $06, ; target
.define mbne _op_branch $08, ; target
.define mbeq _op_branch $09, ; target
.define mbpl _op_branch $0A, ; target
Expand Down

0 comments on commit 1af46e1

Please sign in to comment.