From 21e4406ab99098b6c3e42e8cfd033b41c8c225d1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 16 Mar 2020 20:46:03 -0400 Subject: remove field_weather, field_weather_util.s --- asm/field_weather.s | 8 -------- asm/field_weather_util.s | 8 -------- ld_script.txt | 2 -- 3 files changed, 18 deletions(-) delete mode 100644 asm/field_weather.s delete mode 100644 asm/field_weather_util.s diff --git a/asm/field_weather.s b/asm/field_weather.s deleted file mode 100644 index 2428f2984..000000000 --- a/asm/field_weather.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .syntax unified - - .text - - .align 2, 0 @ Don't pad with nop. diff --git a/asm/field_weather_util.s b/asm/field_weather_util.s deleted file mode 100644 index d018bae19..000000000 --- a/asm/field_weather_util.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .syntax unified - - .text - - .align 2, 0 @ Don't pad with nop diff --git a/ld_script.txt b/ld_script.txt index 854604f8a..e876d3268 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -115,9 +115,7 @@ SECTIONS { src/title_screen.o(.text); src/reset_save_heap.o(.text); src/field_weather.o(.text); - asm/field_weather.o(.text); src/field_weather_util.o(.text); - asm/field_weather_util.o(.text); asm/field_weather_effects.o(.text); src/field_fadetransition.o(.text); src/field_screen_effect.o(.text); -- cgit v1.2.3