summaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2023-07-31 21:31:30 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2023-07-31 21:31:30 +0200
commit4d67e6fe1ff97f964e700b27dc2b1f8911002a12 (patch)
treef619a6244f304011fc681613d124d41023133623 /linker.ld
parenteb233b05cdd259fe52737c8287fbdfc8e4bd7870 (diff)
Create new entity structs for Objects
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld6
1 files changed, 3 insertions, 3 deletions
diff --git a/linker.ld b/linker.ld
index 479e7328..0bd2b1de 100644
--- a/linker.ld
+++ b/linker.ld
@@ -706,7 +706,7 @@ SECTIONS {
src/object/ezloCapFlying.o(.text);
src/object/giantTwig.o(.text);
src/object/object63.o(.text);
- src/object/thunderbold.o(.text);
+ src/object/thunderbolt.o(.text);
src/object/ladderHoleInBookshelf.o(.text);
src/object/waterDropObject.o(.text);
src/object/gleerokParticle.o(.text);
@@ -1487,8 +1487,8 @@ SECTIONS {
src/object/ezloCapFlying.o(.rodata);
src/object/giantTwig.o(.rodata);
src/object/object63.o(.rodata);
- src/object/thunderbold.o(.rodata);
- data/animations/object/thunderbold.o(.rodata);
+ src/object/thunderbolt.o(.rodata);
+ data/animations/object/thunderbolt.o(.rodata);
src/object/ladderHoleInBookshelf.o(.rodata);
src/object/gleerokParticle.o(.rodata);
src/object/linkEmptyingBottle.o(.rodata);