diff options
Diffstat (limited to 'asm/libagbsyscall.s')
-rw-r--r-- | asm/libagbsyscall.s | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/asm/libagbsyscall.s b/asm/libagbsyscall.s index 898861fe2..360a43e67 100644 --- a/asm/libagbsyscall.s +++ b/asm/libagbsyscall.s @@ -7,62 +7,62 @@ thumb_func_start ArcTan2 ArcTan2: @ 81E3B58 - swi 0xA + svc 0xA bx lr thumb_func_end ArcTan2 thumb_func_start BgAffineSet BgAffineSet: @ 81E3B5C - swi 0xE + svc 0xE bx lr thumb_func_end BgAffineSet thumb_func_start CpuFastSet CpuFastSet: @ 81E3B60 - swi 0xC + svc 0xC bx lr thumb_func_end CpuFastSet thumb_func_start CpuSet CpuSet: @ 81E3B64 - swi 0xB + svc 0xB bx lr thumb_func_end CpuSet thumb_func_start Div Div: @ 81E3B68 - swi 0x6 + svc 0x6 bx lr thumb_func_end Div thumb_func_start LZ77UnCompVram LZ77UnCompVram: @ 81E3B6C - swi 0x12 + svc 0x12 bx lr thumb_func_end LZ77UnCompVram thumb_func_start LZ77UnCompWram LZ77UnCompWram: @ 81E3B70 - swi 0x11 + svc 0x11 bx lr thumb_func_end LZ77UnCompWram thumb_func_start MultiBoot MultiBoot: @ 81E3B74 movs r1, 0x1 - swi 0x25 + svc 0x25 bx lr thumb_func_end MultiBoot thumb_func_start ObjAffineSet ObjAffineSet: @ 81E3B7C - swi 0xF + svc 0xF bx lr thumb_func_end ObjAffineSet thumb_func_start RegisterRamReset RegisterRamReset: @ 81E3B80 - swi 0x1 + svc 0x1 bx lr thumb_func_end RegisterRamReset @@ -73,21 +73,21 @@ SoftReset: @ 81E3B84 strb r2, [r3] ldr r1, =0x03007f00 @ User Stack mov sp, r1 - swi 0x1 - swi 0 + svc 0x1 + svc 0 .pool thumb_func_end SoftReset thumb_func_start Sqrt Sqrt: @ 81E3B9C - swi 0x8 + svc 0x8 bx lr thumb_func_end Sqrt thumb_func_start VBlankIntrWait VBlankIntrWait: @ 81E3BA0 movs r2, 0 - swi 0x5 + svc 0x5 bx lr thumb_func_end VBlankIntrWait |