summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-02-07 19:10:12 -0800
committerGitHub <noreply@github.com>2021-02-07 21:10:12 -0600
commit8dfd044ef3a6ea8da204265b4560716aa67391d1 (patch)
tree15274fab1fd9b1d4e477bbfddbfb855ade1eabeb /ld_script.txt
parent74daf03fd70e7c71b92390c9133c9dd543bcb28d (diff)
Some Personality and data (#26)
* decomp few personality funcs and clean up some pointers in the dungeon data * de-pointer-ify friend area dialogue * clean pointers on a personality test question * decomp a few more main menu funcs and dump some more data * label some funcs
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-xld_script.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 9009910..e548bb6 100755
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -95,11 +95,14 @@ SECTIONS {
src/wonder_mail.o(.text);
asm/wonder_mail.o(.text);
src/wonder_mail_1.o(.text);
+ src/credits.o(.text);
asm/credits.o(.text);
src/main_menu.o(.text);
asm/main_menu.o(.text);
src/pokemon_mail.o(.text);
src/code_803C1B4.o(.text);
+ asm/code_803C1D0.o(.text);
+ src/personality_test_pre.o(.text);
asm/personality_test.o(.text);
src/personality_test.o(.text);
asm/code_803D110.o(.text);