mirror of https://github.com/zeldaret/tmc.git
moved fireplace.c into object folder
This commit is contained in:
parent
be22573911
commit
a1944ca979
|
|
@ -846,7 +846,7 @@ SECTIONS {
|
||||||
asm/object8A.o(.text);
|
asm/object8A.o(.text);
|
||||||
asm/object8B.o(.text);
|
asm/object8B.o(.text);
|
||||||
src/object/book.o(.text);
|
src/object/book.o(.text);
|
||||||
src/fireplace.o(.text);
|
src/object/fireplace.o(.text);
|
||||||
asm/object8E.o(.text);
|
asm/object8E.o(.text);
|
||||||
asm/frozenWaterElement.o(.text);
|
asm/frozenWaterElement.o(.text);
|
||||||
asm/object90.o(.text);
|
asm/object90.o(.text);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue