From d9e59a388c7c4b2464769963b3d58980ce742f70 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 28 Oct 2016 15:41:15 -0700 Subject: included .s to .inc --- asm/menu_helpers.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asm/menu_helpers.s') diff --git a/asm/menu_helpers.s b/asm/menu_helpers.s index 28f8a2959..eafb7788b 100644 --- a/asm/menu_helpers.s +++ b/asm/menu_helpers.s @@ -1,6 +1,6 @@ - .include "constants/gba_constants.s" - .include "constants/species_constants.s" - .include "asm/macros.s" + .include "constants/gba_constants.inc" + .include "constants/species_constants.inc" + .include "asm/macros.inc" .syntax unified -- cgit v1.2.3