Merge pull request #25 from DaniElectra/act-fix

patches/act: Fix crash with no accounts
This commit is contained in:
Jonathan Barrow 2024-02-22 10:05:51 -05:00 committed by GitHub
commit a1853c23cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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