summaryrefslogtreecommitdiff
path: root/berry_fix/payload
diff options
context:
space:
mode:
Diffstat (limited to 'berry_fix/payload')
-rw-r--r--berry_fix/payload/asm/libagbsyscall.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/berry_fix/payload/asm/libagbsyscall.s b/berry_fix/payload/asm/libagbsyscall.s
index 9548e80d2..f13d08d76 100644
--- a/berry_fix/payload/asm/libagbsyscall.s
+++ b/berry_fix/payload/asm/libagbsyscall.s
@@ -6,13 +6,13 @@
.text
thumb_func_start CpuSet
-CpuSet: @ 81E3B64
+CpuSet:
svc 0xB
bx lr
thumb_func_end CpuSet
thumb_func_start Div
-Div: @ 81E3B68
+Div:
svc 0x6
bx lr
thumb_func_end Div
@@ -25,19 +25,19 @@ Mod:
thumb_func_end Mod
thumb_func_start LZ77UnCompVram
-LZ77UnCompVram: @ 81E3B6C
+LZ77UnCompVram:
svc 0x12
bx lr
thumb_func_end LZ77UnCompVram
thumb_func_start RegisterRamReset
-RegisterRamReset: @ 81E3B80
+RegisterRamReset:
svc 0x1
bx lr
thumb_func_end RegisterRamReset
thumb_func_start VBlankIntrWait
-VBlankIntrWait: @ 81E3BA0
+VBlankIntrWait:
movs r2, 0
svc 0x5
bx lr