summaryrefslogtreecommitdiff
path: root/arm7/asm/OS_terminate_proc.s
blob: 08b79c9af92da1c03c7fc6af2847c2c7219e6b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.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