Skip to content

Commit

Permalink
fix(charm): Fixes charm table loading causes an exception (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadillzzz authored Feb 18, 2024
1 parent 744c1c7 commit e519d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/ChangeTableSeed/ChangeSeedCaller.s
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
.global ChangeSeedCaller

ChangeSeedCaller:
push {r0, r14}
push {r0, r3, r14}
mov r0, r2
bl ChangeSeed
ldrh r2, [r2] // Original code
pop {r0, r14}
pop {r0, r3, r14}
bx lr

0 comments on commit e519d5a

Please sign in to comment.