diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-24 08:23:27 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-03-24 08:23:27 -0500 |
commit | d3ff307f9f1067ae1a893bed1938417eb0c07c83 (patch) | |
tree | f3fc0cc737520b894c8356a09ddbc96329c9e430 | |
parent | 4fd2b0b48455774e1acc0ec0f86f023a26068fe5 (diff) |
Remove asm/use_pokeblock.s
-rw-r--r-- | asm/use_pokeblock.s | 8 | ||||
-rw-r--r-- | ld_script.txt | 1 |
2 files changed, 0 insertions, 9 deletions
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); |