This commit is contained in:
Aurora
2016-08-27 17:34:37 +02:00
parent d6f66d24fa
commit 94f0d873df
2 changed files with 34 additions and 44 deletions

View File

@@ -44,7 +44,7 @@ patch:
cmp r7, r6
bne end
ldr r7, =#0xabcdabcd ; offset of the dev launcher (will be replaced later)
ldr r7, [launcher] ; offset of the dev launcher (will be replaced later)
add r7, r9
adr r5, patchesStart
@@ -81,7 +81,9 @@ patch:
end:
pop {r0-r11, pc}
pop {r0-r11, pc}
launcher: .ascii "LAUN"
.align 2
.thumb
@@ -141,4 +143,4 @@ patchesEnd:
.pool
.close
.close