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 /sym_ewram.txt | |
| parent | aecf2dbf6e26469cc40ab2c3aec155aecba7091b (diff) | |
Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txt
Diffstat (limited to 'sym_ewram.txt')
| -rw-r--r-- | sym_ewram.txt | 39 |
1 files changed, 1 insertions, 38 deletions
diff --git a/sym_ewram.txt b/sym_ewram.txt index 9fabd6c3b..d92def7f2 100644 --- a/sym_ewram.txt +++ b/sym_ewram.txt @@ -232,45 +232,8 @@ .include "src/tm_case.o" .align 2 .include "src/menu_indicators.o" - .align 2 - @ .include "src/pokemon_summary_screen.o" -gMonSummaryScreen: @ 203B140 - .space 0x4 - -gUnknown_203B144: @ 203B144 - .space 0x4 - -gUnknown_203B148: @ 203B148 - .space 0x10 - -gUnknown_203B158: @ 203B158 - .space 0x4 - -gUnknown_203B15C: @ 203B15C - .space 0x4 - -gUnknown_203B160: @ 203B160 - .space 0x4 - -gUnknown_203B164: @ 203B164 - .space 0x4 - -gUnknown_203B168: @ 203B168 - .space 0x4 - -gLastViewedMonIndex: @ 203B16C - .space 0x1 - -gUnknown_203B16D: @ 203B16D - .space 0x1 - -gUnknown_203B16E: @ 203B16E - .space 0x2 - -gUnknown_203B170: @ 203B170 - .space 0x4 - + .include "src/pokemon_summary_screen.o" .align 2 .include "src/help_system.o" .align 2 |
