diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-16 16:00:01 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-17 23:14:14 -0500 |
commit | f52855258389fb88f06bc0d416cced71bb1fe99b (patch) | |
tree | c0490c18a53c344580c85055298ff97971f5a34e | |
parent | 762640664f19c19f3ddc97428753ce8f92d3372e (diff) |
Rename pokenav file
-rw-r--r-- | ld_script.txt | 4 | ||||
-rw-r--r-- | src/pokenav.c (renamed from src/pokenav_main.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 8c48cf316..77bc56ecc 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -289,7 +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_main.o(.text); + src/pokenav.o(.text); asm/pokenav.o(.text); src/pokenav_match_call.o(.text); asm/rom_81D1C44.o(.text); @@ -592,7 +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); + src/pokenav.o(.rodata); data/pokenav.o(.rodata); src/pokenav_match_call.o(.rodata); data/rom_81D1C44.o(.rodata); diff --git a/src/pokenav_main.c b/src/pokenav.c index 3a761442e..3a761442e 100644 --- a/src/pokenav_main.c +++ b/src/pokenav.c |