diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-02-18 00:34:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-18 00:34:01 -0600 |
| commit | 047d8288cc742e98701c2bee512797c89def7bec (patch) | |
| tree | 418dc29017bd8ca2a5132ec9f6c55610cb2efb8c /ld_script.txt | |
| parent | 367c7b5f89e9433b7e11af645afbaaa6f4002930 (diff) | |
| parent | 40d4f7f8db4126086e975e90d7de967129d34dd0 (diff) | |
Merge pull request #557 from Phlosioneer/navgear-decompile
Navgear decompile
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 306a1f4b0..77bc56ecc 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -289,6 +289,7 @@ SECTIONS { src/pokemon_summary_screen.o(.text); src/unk_pokedex_area_screen_helper.o(.text); src/battle_pyramid_bag.o(.text); + src/pokenav.o(.text); asm/pokenav.o(.text); src/pokenav_match_call.o(.text); asm/rom_81D1C44.o(.text); @@ -591,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.o(.rodata); data/pokenav.o(.rodata); src/pokenav_match_call.o(.rodata); data/rom_81D1C44.o(.rodata); |
