From f1344efd2aff92292f58f7323bd9297a38fe9b02 Mon Sep 17 00:00:00 2001 From: JaceCearK1 Date: Sat, 17 Dec 2016 10:39:06 +0100 Subject: Fix alignment of global variables They are 3 bytes behind their actual addresses otherwise --- sym_ewram.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sym_ewram.txt b/sym_ewram.txt index 0ef21b938..b96fae641 100644 --- a/sym_ewram.txt +++ b/sym_ewram.txt @@ -6,6 +6,8 @@ .space 0x2E8 .include "src/link.o" + + .align 2 gUnknown_020238C4: @ 20238C4 .space 0x1 -- cgit v1.2.3