Skip to content

Commit

Permalink
Merge pull request #25 from DaniElectra/act-fix
Browse files Browse the repository at this point in the history
patches/act: Fix crash with no accounts
  • Loading branch information
jonbarrow authored Feb 22, 2024
2 parents 58e8abb + fc37e09 commit a1853c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions patches/act/src/main.s
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
.include "src/account_url.s"

; Prevent unused accounts from being deleted on act start
.org 0x114f8c
mov r0, #1
bx lr
.org 0x114f98
b 0x114fa8

.close

0 comments on commit a1853c2

Please # to comment.