diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-07-04 18:14:40 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-07-04 18:14:40 -0400 |
commit | d7df6bf6e3b6066bef0bd0602b0b9c2d036f100a (patch) | |
tree | 84f7564fdc72867f44e9c5acf6b1dae78b5f13b6 /ld_script_modern.txt | |
parent | aecf2dbf6e26469cc40ab2c3aec155aecba7091b (diff) |
Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txt
Diffstat (limited to 'ld_script_modern.txt')
-rw-r--r-- | ld_script_modern.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ld_script_modern.txt b/ld_script_modern.txt index 33de4451a..992706e1b 100644 --- a/ld_script_modern.txt +++ b/ld_script_modern.txt @@ -12,20 +12,6 @@ SECTIONS { . = 0x1C000; *(ewram_data); - /* pokemon_summary_screen.o */ - . = ALIGN(4); - gUnknown_203B140 = .; . += 0x4; - gUnknown_203B144 = .; . += 0x4; - gUnknown_203B148 = .; . += 0x10; - gUnknown_203B158 = .; . += 0x4; - gUnknown_203B15C = .; . += 0x4; - gUnknown_203B160 = .; . += 0x4; - gUnknown_203B164 = .; . += 0x4; - gUnknown_203B168 = .; . += 0x4; - gLastViewedMonIndex = .; . += 0x1; - gUnknown_203B16D = .; . += 0x1; - gUnknown_203B16E = .; . += 0x2; - gUnknown_203B170 = .; . += 0x4; . = 0x40000; } |