From 1c17de2c6cc76626d357a09440e75e2431fdebdd Mon Sep 17 00:00:00 2001 From: red031000 Date: Tue, 12 May 2020 23:46:31 +0100 Subject: fix matching a bit, bl -> blx issue still exists --- arm9/arm9.lcf | 2 -- 1 file changed, 2 deletions(-) diff --git a/arm9/arm9.lcf b/arm9/arm9.lcf index 05416fb6..6cfef63a 100644 --- a/arm9/arm9.lcf +++ b/arm9/arm9.lcf @@ -2673,9 +2673,7 @@ SECTIONS { SDK_OVERLAY.MODULE_69.SINIT_START = .; module_69.o (.ctor) module_69.o (.sinit) - WRITEW 0; SDK_OVERLAY.MODULE_69.SINIT_END = .; - . = ALIGN(32); module_69.o (.sdata) module_69.o (.data) . = ALIGN(32); -- cgit v1.2.3