summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-02-19 16:01:53 -0800
committerGitHub <noreply@github.com>2021-02-19 18:01:53 -0600
commitc754c2a0466d8394c7ffcb3a515199d5703e47be (patch)
tree42463d69e3642a4ada17614cac4653a02dac9338 /ld_script.txt
parent8dfd044ef3a6ea8da204265b4560716aa67391d1 (diff)
Decomp more of personality_test (#27)
* decomp most of personality_test * just gonna move the funcs to src in assembly for now so I can combine stuff * label another func and some cleanup * one func of personality test left in asm * small cleanups and labeling of funcs
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-xld_script.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index e548bb6..08ddbf8 100755
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -103,7 +103,7 @@ SECTIONS {
src/code_803C1B4.o(.text);
asm/code_803C1D0.o(.text);
src/personality_test_pre.o(.text);
- asm/personality_test.o(.text);
+ asm/personality_test_2.o(.text);
src/personality_test.o(.text);
asm/code_803D110.o(.text);
src/code_8040094.o(.text);
@@ -217,6 +217,7 @@ SECTIONS {
data/data_80B9BB8.o(.rodata);
data/pokemon_mail.o(.rodata);
data/personality_test.o(.rodata);
+ src/personality_test_pre.o(.rodata);
src/personality_test.o(.rodata);
data/data_80F4278.o(.rodata);
data/friend_area_dialogue.o(.rodata);