aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxapi/sys/stoppad.s
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-08-17 14:44:29 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-08-17 14:44:29 +0800
commit82a441e7bd3a5103330c7d5ca7f9df470953e586 (patch)
treea8a933aa9f03767c6cebc5e11380c37931eae5cd /libpsn00b/psxapi/sys/stoppad.s
parente7f9e08937f9d556793c1e0ff0a08856a3897b41 (diff)
downloadpsn00bsdk-82a441e7bd3a5103330c7d5ca7f9df470953e586.tar.gz
Added childexec example, added BIOS memory card functions, changed PAD function names, runtime library now 0.13b
Diffstat (limited to 'libpsn00b/psxapi/sys/stoppad.s')
-rw-r--r--libpsn00b/psxapi/sys/stoppad.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/libpsn00b/psxapi/sys/stoppad.s b/libpsn00b/psxapi/sys/stoppad.s
index 562ac0f..5e77a43 100644
--- a/libpsn00b/psxapi/sys/stoppad.s
+++ b/libpsn00b/psxapi/sys/stoppad.s
@@ -1,10 +1,10 @@
.set noreorder
.section .text
-.global StopPad
-.type StopPad, @function
-StartPad:
- addiu $t2, $0, 0xb0
+.global StopPAD
+.type StopPAD, @function
+StopPAD:
+ addiu $t2, $0 , 0xb0
jr $t2
- addiu $t1, $0, 0x14
+ addiu $t1, $0 , 0x14
\ No newline at end of file