diff options
author | YamaArashi <shadow962@live.com> | 2016-10-24 20:36:46 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-24 20:36:46 -0700 |
commit | 2fff4d38ca7de41aa98573abab2d8d27066607d9 (patch) | |
tree | 3c1bd6ee2a5e37018d232dead71b20469c2768a2 | |
parent | ca36303b267502111f665e037a536f3e49f302c7 (diff) |
fix typo in filename
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | asm/script_pokemon_util_80C4BF0.s (renamed from asm/scipt_pokemon_util_80C4BF0.s) | 0 | ||||
-rw-r--r-- | ld_script.txt | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -90,7 +90,7 @@ asm/sound_check_menu.o \ asm/secret_base.o \ asm/tv.o \ asm/contest_link_80C2020.o \ -asm/scipt_pokemon_util_80C4BF0.o \ +asm/script_pokemon_util_80C4BF0.o \ asm/field_poison.o \ asm/big_shroomish_barboach.o \ asm/fldeff_80C5CD4.o \ diff --git a/asm/scipt_pokemon_util_80C4BF0.s b/asm/script_pokemon_util_80C4BF0.s index 8d6ea4d45..8d6ea4d45 100644 --- a/asm/scipt_pokemon_util_80C4BF0.s +++ b/asm/script_pokemon_util_80C4BF0.s diff --git a/ld_script.txt b/ld_script.txt index c6984bff4..214cd3964 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -112,7 +112,7 @@ SECTIONS { asm/secret_base.o(.text); asm/tv.o(.text); asm/contest_link_80C2020.o(.text); - asm/scipt_pokemon_util_80C4BF0.o(.text); + asm/script_pokemon_util_80C4BF0.o(.text); asm/field_poison.o(.text); asm/big_shroomish_barboach.o(.text); asm/fldeff_80C5CD4.o(.text); |