diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-31 14:31:21 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-31 14:31:21 -0400 |
| commit | b07b36c6d29fbfdb8e75e343870ae8e87e9308bd (patch) | |
| tree | e8ef1407b372bf70259df84575ba9c7816d259f7 /ld_script.txt | |
| parent | dc8c03d13fa1972c02fbe32f6f3143f3f36a7355 (diff) | |
wild_encounter through sub_8082C98
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 6893d0666..5a1787878 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -125,6 +125,7 @@ SECTIONS { src/battle_setup.o(.text); asm/cable_club.o(.text); asm/trainer_see.o(.text); + src/wild_encounter.o(.text); asm/wild_encounter.o(.text); asm/field_effect.o(.text); src/scanline_effect.o(.text); @@ -430,6 +431,7 @@ SECTIONS { src/battle_setup.o(.rodata); data/cable_club.o(.rodata); data/trainer_see.o(.rodata); + src/wild_encounter.o(.rodata); data/data_835B488.o(.rodata); src/pokemon_icon.o(.rodata); data/data_835B488.o(.rodata.83D4100); |
