diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-09-07 11:39:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-07 11:39:07 -0500 |
commit | cf8f73bde1fc1cf34e98a3f3e1231dbe260abb27 (patch) | |
tree | e15ecfbcfa2bc54451dfe9d4dbff7f218a28833b /ld_script.txt | |
parent | ef62393289b7a1d2e20fe195e24830d5c1f2f973 (diff) | |
parent | 9ad7dc9fd7c0fc6e3fe117ac6f393f8af4b9f53f (diff) |
Merge pull request #314 from Slawter666/data
Convert data to C
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 1a8361706..f64e2083a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -409,7 +409,6 @@ SECTIONS { src/metatile_behavior.o(.rodata); src/field_door.o(.rodata); src/field_player_avatar.o(.rodata); - data/field_player_avatar.o(.rodata); src/event_object_movement.o(.rodata); src/text_window.o(.rodata); src/scrcmd.o(.rodata); @@ -475,7 +474,7 @@ SECTIONS { data/contest_painting.o(.rodata); src/battle_ai_script_commands.o(.rodata); src/trader.o(.rodata); - data/starter_choose.o(.rodata); + src/starter_choose.o(.rodata); src/wallclock.o(.rodata); src/pokeblock.o(.rodata); src/fldeff_flash.o(.rodata); @@ -545,7 +544,6 @@ SECTIONS { src/pokemon_summary_screen.o(.rodata); src/unk_pokedex_area_screen_helper.o(.rodata); src/battle_pyramid_bag.o(.rodata); - data/battle_pyramid_bag.o(.rodata); data/pokenav.o(.rodata); src/match_call.o(.rodata); data/pokenav.o(.rodata.after.match.call); |