diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-25 20:57:12 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-25 20:57:12 -0600 |
commit | ef9b0680653a5291b168b22b8ed0d273b6b1febe (patch) | |
tree | 6025e76fba2bd2bd64f66f971f47b81469b14af0 | |
parent | aa13f45ebb79aed62171fbfe654d8b542fc9aa6c (diff) |
move easy_chat.c out of field/
-rw-r--r-- | ld_script.txt | 2 | ||||
-rw-r--r-- | src/easy_chat.c (renamed from src/field/easy_chat.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 07334bd2c..f0520d1e9 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -303,7 +303,7 @@ SECTIONS { asm/battle_intro.o(.text); src/field/bike.o(.text); asm/easy_chat.o(.text); - src/field/easy_chat.o(.text); + src/easy_chat.o(.text); src/pokenav_before.o(.text); asm/pokenav.o(.text); src/pokenav_after.o(.text); diff --git a/src/field/easy_chat.c b/src/easy_chat.c index 1dce5863e..1dce5863e 100644 --- a/src/field/easy_chat.c +++ b/src/easy_chat.c |