diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-07 11:03:27 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-07 11:03:27 -0400 |
commit | 0035d25cfc4c2b9a0d9d427ccfad322037ef8464 (patch) | |
tree | ce0a818ad26444f4a8ec8b12a657dcdb88115d34 | |
parent | fb6e1b726588686d94582bd52b927bd936c84f3b (diff) |
Rename some asm files based on Emerald file splits
-rw-r--r-- | asm/berry_crush.s (renamed from asm/unk_814B6F0.s) | 0 | ||||
-rw-r--r-- | asm/berry_crush_2.s (renamed from asm/unk_814BB4C.s) | 0 | ||||
-rw-r--r-- | asm/berry_crush_3.s (renamed from asm/unk_814D5C8.s) | 0 | ||||
-rw-r--r-- | asm/dodrio_berry_picking.s (renamed from asm/unk_8147AA8.s) | 0 | ||||
-rw-r--r-- | asm/pokemon_jump.s (renamed from asm/unk_8147500.s) | 0 | ||||
-rw-r--r-- | ld_script.txt | 10 |
6 files changed, 5 insertions, 5 deletions
diff --git a/asm/unk_814B6F0.s b/asm/berry_crush.s index eb5e8d08d..eb5e8d08d 100644 --- a/asm/unk_814B6F0.s +++ b/asm/berry_crush.s diff --git a/asm/unk_814BB4C.s b/asm/berry_crush_2.s index 7477bbf9c..7477bbf9c 100644 --- a/asm/unk_814BB4C.s +++ b/asm/berry_crush_2.s diff --git a/asm/unk_814D5C8.s b/asm/berry_crush_3.s index 23968f655..23968f655 100644 --- a/asm/unk_814D5C8.s +++ b/asm/berry_crush_3.s diff --git a/asm/unk_8147AA8.s b/asm/dodrio_berry_picking.s index f47e312ff..f47e312ff 100644 --- a/asm/unk_8147AA8.s +++ b/asm/dodrio_berry_picking.s diff --git a/asm/unk_8147500.s b/asm/pokemon_jump.s index 1af1fd10b..1af1fd10b 100644 --- a/asm/unk_8147500.s +++ b/asm/pokemon_jump.s diff --git a/ld_script.txt b/ld_script.txt index 09a60116d..2f9804b4a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -247,11 +247,11 @@ SECTIONS { src/mevent_8145654.o(.text); src/menews_jisan.o(.text); src/seagallop.o(.text); - asm/unk_8147500.o(.text); - asm/unk_8147AA8.o(.text); - asm/unk_814B6F0.o(.text); - asm/unk_814BB4C.o(.text); - asm/unk_814D5C8.o(.text); + asm/pokemon_jump.o(.text); + asm/dodrio_berry_picking.o(.text); + asm/berry_crush.o(.text); + asm/berry_crush_2.o(.text); + asm/berry_crush_3.o(.text); asm/wireless_communication_status_screen.o(.text); asm/braille_text.o(.text); asm/text_window.o(.text); |