From 8dfd044ef3a6ea8da204265b4560716aa67391d1 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sun, 7 Feb 2021 19:10:12 -0800 Subject: 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 --- ld_script.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ld_script.txt') 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); -- cgit v1.2.3