From d3ff307f9f1067ae1a893bed1938417eb0c07c83 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sun, 24 Mar 2019 08:23:27 -0500 Subject: [PATCH] Remove asm/use_pokeblock.s --- asm/use_pokeblock.s | 8 -------- ld_script.txt | 1 - 2 files changed, 9 deletions(-) delete mode 100644 asm/use_pokeblock.s diff --git a/asm/use_pokeblock.s b/asm/use_pokeblock.s deleted file mode 100644 index 2428f2984..000000000 --- a/asm/use_pokeblock.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 28798c261..f0e8a6ca3 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -230,7 +230,6 @@ SECTIONS { src/roamer.o(.text); src/battle_tower.o(.text); src/use_pokeblock.o(.text); - asm/use_pokeblock.o(.text); src/battle_controller_wally.o(.text); src/player_pc.o(.text); src/intro.o(.text);