summaryrefslogtreecommitdiff
path: root/berry_fix/payload
diff options
context:
space:
mode:
authorLOuroboros <lunosouroboros@gmail.com>2021-12-21 22:46:59 -0300
committerLOuroboros <lunosouroboros@gmail.com>2021-12-21 22:49:30 -0300
commitd94dae18f7e5b475b8b2ba9d3c838350904a01f3 (patch)
tree300a97ec298fbfbf16de15b41925b78ba8238522 /berry_fix/payload
parente28fa7f91c811fe9edb138ab68d3d62005a89413 (diff)
Removed more commented out addresses
I like to help.
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