From 739dd60180e31b35a005768b56d5c7d29dc49773 Mon Sep 17 00:00:00 2001 From: theo3 Date: Wed, 29 Dec 2021 03:08:59 -0800 Subject: [PATCH] fix ld --- linker.ld | 3 --- 1 file changed, 3 deletions(-) diff --git a/linker.ld b/linker.ld index eee68274..75806d71 100644 --- a/linker.ld +++ b/linker.ld @@ -1670,9 +1670,6 @@ SECTIONS { src/flagDebug.o(.rodata); data/const/playerItem/playerItem13.o(.rodata); src/title.o(.rodata); -#ifdef DEMO_JP - data/data_081320FC.o(.rodata); -#endif src/projectile.o(.rodata); data/const/playerItem/playerItemGustJar.o(.rodata); data/gfx/fixed_type_gfx.o(.rodata);