Skip to content

Commit

Permalink
Merge pull request #186 from sme23/conmovboostswap
Browse files Browse the repository at this point in the history
boost swap
  • Loading branch information
sme23 committed Nov 8, 2020
2 parents 52e815c + 1950203 commit 9136b34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ORG CURRENTOFFSET+$1;prGetItemConBonus:
POP
SHORT $B5F0 $1C0C $1C05 $4B0D $469E $1C20
BYTE $0 $F8
SHORT $1C01 $2900 $D009 $20FF $4008 $C1 $1809 $89 $4808 $1809 $68C8 $2800 $D101 $2000 $E001 $79C0 $182D $1C21 $1C28 $BCF0 $BC02 $4708
SHORT $1C01 $2900 $D009 $20FF $4008 $C1 $1809 $89 $4808 $1809 $68C8 $2800 $D101 $2000 $E001 $7A00 $182D $1C21 $1C28 $BCF0 $BC02 $4708
BYTE $0 $0 $28 $6B $1 $8
POIN ItemTable
2 changes: 1 addition & 1 deletion Engine Hacks/Necessary/StatGetters/_asm/GetItemConBonus.s
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mov r0,#0
b GoBack

RetStat:
ldrb r0,[r0,#0x7]
ldrb r0,[r0,#0x8]
add r5,r0

GoBack:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ORG CURRENTOFFSET+$1;prGetItemMovBonus:
POP
SHORT $B5F0 $1C0C $1C05 $4B0D $469E $1C20
BYTE $0 $F8
SHORT $1C01 $2900 $D009 $20FF $4008 $C1 $1809 $89 $4808 $1809 $68C8 $2800 $D101 $2000 $E001 $7A00 $182D $1C28 $1C21 $BCF0 $BC02 $4708
SHORT $1C01 $2900 $D009 $20FF $4008 $C1 $1809 $89 $4808 $1809 $68C8 $2800 $D101 $2000 $E001 $79C0 $182D $1C28 $1C21 $BCF0 $BC02 $4708
BYTE $0 $0 $28 $6B $1 $8
POIN ItemTable
2 changes: 1 addition & 1 deletion Engine Hacks/Necessary/StatGetters/_asm/GetItemMovBonus.s
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mov r0,#0
b GoBack

RetStat:
ldrb r0,[r0,#0x8]
ldrb r0,[r0,#0x7]
add r5,r0

GoBack:
Expand Down

0 comments on commit 9136b34

Please sign in to comment.