diff options
Diffstat (limited to 'libpsn00b/psxapi/sys/startpad.s')
| -rw-r--r-- | libpsn00b/psxapi/sys/startpad.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libpsn00b/psxapi/sys/startpad.s b/libpsn00b/psxapi/sys/startpad.s index b15b0c0..fdd380f 100644 --- a/libpsn00b/psxapi/sys/startpad.s +++ b/libpsn00b/psxapi/sys/startpad.s @@ -1,10 +1,10 @@ .set noreorder .section .text -.global StartPad -.type StartPad, @function -StartPad: - addiu $t2, $0, 0xb0 +.global StartPAD +.type StartPAD, @function +StartPAD: + addiu $t2, $0 , 0xb0 jr $t2 - addiu $t1, $0, 0x13 + addiu $t1, $0 , 0x13
\ No newline at end of file |
