diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-31 01:44:18 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-31 01:44:18 -0400 |
| commit | 36039e1b86631bf92c6bb06ee27357a6a40ca4bd (patch) | |
| tree | f0762f598ccecaab23185823a24c3d554ba0c2db /ld_script.txt | |
| parent | fdaf436960b4a1feab037eafdb76e279ddc787e2 (diff) | |
Convert fonts.s to C
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 34ba15c58..e310bf717 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -686,7 +686,7 @@ SECTIONS { src/gym_leader_rematch.o(.rodata); src/battle_transition_frontier.o(.rodata); src/text_input_strings.o(.rodata); - data/fonts.o(.rodata); + src/fonts.o(.rodata); src/mystery_event_msg.o(.rodata); data/mystery_gift.o(.rodata); src/m4a_tables.o(.rodata); |
