diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-18 15:52:45 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-18 15:52:45 -0500 |
commit | f65e07fb1fac3b8092f8ec29c2c9b42fcb80fa60 (patch) | |
tree | a6e679f5d8cd457c6fe09ee55733f9dccae84527 /ld_script.txt | |
parent | af6f99b9314f75150d9a5681c17ef5f95a9b1269 (diff) |
pokemon_jump_3,4
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 70028ba98..0c3619350 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -276,6 +276,8 @@ SECTIONS { src/seagallop.o(.text); src/pokemon_jump.o(.text); src/pokemon_jump_2.o(.text); + src/pokemon_jump_3.o(.text); + src/pokemon_jump_4.o(.text); asm/pokemon_jump_2.o(.text); asm/berry_crush.o(.text); asm/berry_crush_2.o(.text); @@ -568,6 +570,7 @@ SECTIONS { src/seagallop.o(.rodata); src/pokemon_jump.o(.rodata); src/pokemon_jump_2.o(.rodata); + src/pokemon_jump_4.o(.rodata); data/pokemon_jump.o(.rodata); data/berry_crush.o(.rodata); src/wireless_communication_status_screen.o(.rodata); |