Files

15 lines
197 B
ArmAsm

.syntax unified
.section .text
.thumb_func
.global UpdateTick
.global PlayNoteTimingCheck
.func UpdateTick
UpdateTick:
bx lr
.endfunc
.func PlayNoteTimingCheck
PlayNoteTimingCheck:
bx lr
.endfunc