diff options
Diffstat (limited to 'ld_script_modern.txt')
-rw-r--r-- | ld_script_modern.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script_modern.txt b/ld_script_modern.txt index 68d704109..33de4451a 100644 --- a/ld_script_modern.txt +++ b/ld_script_modern.txt @@ -13,6 +13,7 @@ SECTIONS { *(ewram_data); /* pokemon_summary_screen.o */ + . = ALIGN(4); gUnknown_203B140 = .; . += 0x4; gUnknown_203B144 = .; . += 0x4; gUnknown_203B148 = .; . += 0x10; |