diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-21 18:14:47 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-21 18:14:47 -0600 |
commit | ffb74a0211f750506650b66fe2bcdf7ddf770668 (patch) | |
tree | 525a894d2d65ffe7b94b499c040ecc5fe84b401b /sym_ewram.txt | |
parent | 608e06126acdc8b6d32a0aa71fdc57bc188b8d7b (diff) |
match debug ROM
Diffstat (limited to 'sym_ewram.txt')
-rw-r--r-- | sym_ewram.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sym_ewram.txt b/sym_ewram.txt index 59e3c1e1f..38df657f3 100644 --- a/sym_ewram.txt +++ b/sym_ewram.txt @@ -490,7 +490,11 @@ gUnknown_0203926A = .; /* 203926A */ /* ??? */ +#if DEBUG + . = ALIGN(8); +#else . = ALIGN(16); +#endif gTileBuffer = .; /* 2039360 */ . += 0x100; |