diff options
author | JaceCearK1 <JaceCearK1@users.noreply.github.com> | 2016-12-17 10:39:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-17 10:39:06 +0100 |
commit | f1344efd2aff92292f58f7323bd9297a38fe9b02 (patch) | |
tree | b606484182f5a74e2fe334222b691475f27780e8 | |
parent | 6c7eb48da494f41a53bf3305d1f75e398f9b97b4 (diff) |
Fix alignment of global variables
They are 3 bytes behind their actual addresses otherwise
-rw-r--r-- | sym_ewram.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |