Files

15 lines
197 B
ArmAsm
Raw Permalink Normal View History

2025-03-24 14:30:56 +08:00
.syntax unified
.section .text
.thumb_func
.global UpdateTick
.global PlayNoteTimingCheck
.func UpdateTick
UpdateTick:
bx lr
.endfunc
.func PlayNoteTimingCheck
PlayNoteTimingCheck:
bx lr
.endfunc