summaryrefslogtreecommitdiff
path: root/arm7/asm/OS_terminate_proc.s
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-13 15:49:46 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-13 15:49:46 -0400
commitb4a380c571a3eaf79392dd1b632087fb5107f04f (patch)
tree3662afd6c1c3cfadb0759b5042c55f849b81c28f /arm7/asm/OS_terminate_proc.s
parent01eea396ed25500e15752d7edfe76cb1031bee60 (diff)
parent1406a7a34713f0305160583b056721a5dd525df7 (diff)
Merge branch 'master' of github.com:martmists/pokediamond into pikalax_work
Diffstat (limited to 'arm7/asm/OS_terminate_proc.s')
-rw-r--r--arm7/asm/OS_terminate_proc.s15
1 files changed, 0 insertions, 15 deletions
diff --git a/arm7/asm/OS_terminate_proc.s b/arm7/asm/OS_terminate_proc.s
deleted file mode 100644
index 08b79c9a..00000000
--- a/arm7/asm/OS_terminate_proc.s
+++ /dev/null
@@ -1,15 +0,0 @@
- .include "asm/macros.inc"
- .include "global.inc"
-
- .text
-
- arm_func_start OS_Terminate
-OS_Terminate: ; 0x037FB1F0
- stmfd sp!, {lr}
- sub sp, sp, #4
- mov r0, #0
- bl CTRDG_VibPulseEdgeUpdate
-_037FB200:
- bl OS_DisableInterrupts
- bl FUN_037F8530
- b _037FB200