From a9d89d196cad1fc40c2b8f0d79a63d8c1894bef7 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 3 Jul 2020 13:47:49 -0400 Subject: Rename funcs related to hall of fame --- asm/macros/function.inc | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 asm/macros/function.inc (limited to 'asm/macros/function.inc') diff --git a/asm/macros/function.inc b/asm/macros/function.inc deleted file mode 100644 index 6b9e5f40..00000000 --- a/asm/macros/function.inc +++ /dev/null @@ -1,24 +0,0 @@ - .macro arm_func_start name - .balign 4, 0 - .global \name - .arm - .endm - - .macro arm_func_end name - .size \name, .-\name - .endm - - .macro thumb_func_start name - .balign 4, 0 - .global \name - .thumb - .endm - - .macro non_word_aligned_thumb_func_start name - .global \name - .thumb - .endm - - .macro thumb_func_end name - .size \name, .-\name - .endm -- cgit v1.2.3