diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-02-28 06:25:48 +0000 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-02-28 06:25:48 +0000 |
commit | 7319963c06520ae0348703e0a8d91dc77669ff01 (patch) | |
tree | 8513f5b459f0ae2cb2f302f3104499bd394a354a | |
parent | 995f3dd0e996d5ea756db2b74e1780c1c79082d3 (diff) |
remove script_pokemon_util_80F99CC from ld_script.txt
-rw-r--r-- | asm/script_pokemon_util_80F99CC.s | 9 | ||||
-rw-r--r-- | ld_script.txt | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/asm/script_pokemon_util_80F99CC.s b/asm/script_pokemon_util_80F99CC.s deleted file mode 100644 index ef4d313d4..000000000 --- a/asm/script_pokemon_util_80F99CC.s +++ /dev/null @@ -1,9 +0,0 @@ - .include "constants/gba_constants.inc" - .include "constants/species_constants.inc" - .include "asm/macros.inc" - - .syntax unified - - .text - - .align 2, 0 @ Don't pad with nop. diff --git a/ld_script.txt b/ld_script.txt index aa5d8f24f..808effb55 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -187,7 +187,6 @@ SECTIONS { src/mail.o(.text); asm/menu_helpers.o(.text); src/script_pokemon_util_80F99CC.o(.text); - asm/script_pokemon_util_80F99CC.o(.text); src/dewford_trend.o(.text); src/heal_location.o(.text); asm/region_map.o(.text); |