summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2018-01-23 22:36:44 -0600
committerCameron Hall <cameronghall@cox.net>2018-01-23 22:36:44 -0600
commit8cfc82726a0712e8c86d30294cee6506c1f0dc97 (patch)
treeebba8e771cfafbafb4ea9099620a1cc70306d891 /ld_script.txt
parent6437a2acd5b662db779352c24f34116852a1c605 (diff)
move undecompiled debug menu code to asm
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 3a2bdac9e..40167f410 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -118,8 +118,11 @@ SECTIONS {
src/battle/battle_setup.o(.text);
src/engine/cable_club.o(.text);
src/debug/tomomichi_debug_menu.o(.text);
+ asm/tomomichi_debug_menu.o(.text);
src/debug/nohara_debug_menu.o(.text);
+ asm/nohara_debug_menu.o(.text);
src/debug/mori_debug_menu.o(.text);
+ asm/taya_debug_window.o(.text);
src/debug/taya_debug_window.o(.text);
src/field/trainer_see.o(.text);
src/field/wild_encounter.o(.text);
@@ -152,6 +155,7 @@ SECTIONS {
src/field/fldeff_escalator.o(.text);
src/field/berry.o(.text);
src/debug/watanabe_debug_menu.o(.text);
+ asm/watanabe_debug_menu.o(.text);
src/field/script_menu.o(.text);
src/engine/naming_screen.o(.text);
src/field/money.o(.text);
@@ -362,7 +366,7 @@ SECTIONS {
src/unused_8124F94.o(.text);
src/engine/save.o(.text);
src/engine/mystery_event_script.o(.text);
- src/debug/unk_debug_menu_3.o(.text);
+ asm/unk_debug_menu_3.o(.text);
src/field/field_effect_helpers.o(.text);
src/contest_ai.o(.text);
src/unused_81258BC.o(.text);
@@ -392,6 +396,7 @@ SECTIONS {
src/pokemon/pokeblock_feed.o(.text);
src/engine/clear_save_data_menu.o(.text);
src/debug/nakamura_debug_menu.o(.text);
+ asm/nakamura_debug_menu.o(.text);
src/scene/intro_credits_graphics.o(.text);
src/scene/evolution_graphics.o(.text);
src/field/bard_music.o(.text);