From faa6fddc10b6021d31c1a0e793d0d4fa380f9f0d Mon Sep 17 00:00:00 2001 From: Henny022p Date: Fri, 19 Feb 2021 10:36:02 +0100 Subject: [PATCH] renamed executeScriptCommandSet.c to just script.c --- linker.ld | 4 ++-- src/{executeScriptCommandSet.c => script.c} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{executeScriptCommandSet.c => script.c} (100%) diff --git a/linker.ld b/linker.ld index ec7ef0e2..0267d7cd 100644 --- a/linker.ld +++ b/linker.ld @@ -672,7 +672,7 @@ SECTIONS { src/flags.o(.text); src/save.o(.text); src/code_0807CC3C.o(.text); - src/executeScriptCommandSet.o(.text); + src/script.o(.text); asm/code_0807F0D8.o(.text); src/code_0808091C.o(.text); asm/code_0808091C.o(.text); @@ -1018,7 +1018,7 @@ SECTIONS { data/room_headers.o(.rodata); src/save.o(.rodata); data/data_0811E454.o(.rodata); - src/executeScriptCommandSet.o(.rodata); + src/script.o(.rodata); data/data_0811E750.o(.rodata); src/object/greatFairy.o(.rodata); data/animations/greatFairy.o(.rodata); diff --git a/src/executeScriptCommandSet.c b/src/script.c similarity index 100% rename from src/executeScriptCommandSet.c rename to src/script.c