diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-14 22:18:47 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-17 23:14:14 -0500 |
commit | bf4c1a73c0e14c88e61bb74f99385414d9b807a9 (patch) | |
tree | 5ffa46f4545077b543665538c3db9e1c68ea3e80 /ld_script.txt | |
parent | 758b8c7f0eda1df1914f4cd34e81c0a768792d59 (diff) |
Start moving pokenav data into C files
The types and usage of many of the globals are now known.
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index a92e1d85e..8c48cf316 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -592,6 +592,7 @@ SECTIONS { src/pokemon_summary_screen.o(.rodata); src/unk_pokedex_area_screen_helper.o(.rodata); src/battle_pyramid_bag.o(.rodata); + src/pokenav_main.o(.rodata); data/pokenav.o(.rodata); src/pokenav_match_call.o(.rodata); data/rom_81D1C44.o(.rodata); |