2017-12-11 06:41:46 +00:00
|
|
|
ENTRY(Start)
|
|
|
|
|
2018-11-20 05:17:30 +00:00
|
|
|
gNumMusicPlayers = 8;
|
|
|
|
gMaxLines = 0;
|
|
|
|
|
2017-12-11 06:41:46 +00:00
|
|
|
SECTIONS {
|
|
|
|
. = 0x2000000;
|
|
|
|
|
|
|
|
ewram (NOLOAD) :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
ewram_start = .;
|
2023-05-08 20:51:08 +00:00
|
|
|
data/sound_data.o(.bss);
|
2023-01-28 17:37:16 +00:00
|
|
|
INCLUDE "sym_ewram.ld"
|
2017-12-11 06:41:46 +00:00
|
|
|
src/agb_flash.o(.bss);
|
2020-10-20 18:02:58 +00:00
|
|
|
*libgcc.a:fp-bit.o(.bss);
|
|
|
|
*libgcc.a:dp-bit.o(.bss);
|
|
|
|
*libc.a:syscalls.o(.bss);
|
2017-12-17 02:43:34 +00:00
|
|
|
. = ALIGN(16);
|
2023-01-28 17:37:16 +00:00
|
|
|
INCLUDE "sym_ewram2.ld"
|
2020-10-20 18:02:58 +00:00
|
|
|
*libc.a:impure.o(.data);
|
|
|
|
*libc.a:locale.o(.data);
|
|
|
|
*libc.a:mallocr.o(.data);
|
2017-12-17 02:43:34 +00:00
|
|
|
gUnknown_203BC04 = .;
|
2017-12-11 06:41:46 +00:00
|
|
|
. = 0x40000;
|
|
|
|
}
|
|
|
|
|
|
|
|
. = 0x3000000;
|
|
|
|
|
|
|
|
iwram (NOLOAD) :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
iwram_start = .;
|
2023-01-28 17:37:16 +00:00
|
|
|
INCLUDE "sym_iwram.ld"
|
2017-12-11 06:41:46 +00:00
|
|
|
. = 0x8000;
|
|
|
|
}
|
|
|
|
|
|
|
|
. = 0x8000000;
|
|
|
|
|
|
|
|
.text :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
asm/crt0.o(.text);
|
2020-12-26 05:57:02 +00:00
|
|
|
src/code_80001DC.o(.text);
|
2020-10-04 18:07:14 +00:00
|
|
|
asm/arm_func.o(.text);
|
2020-12-28 03:23:40 +00:00
|
|
|
src/code_2.o(.text);
|
2020-10-04 18:07:14 +00:00
|
|
|
asm/code_2.o(.text);
|
2020-09-16 05:15:52 +00:00
|
|
|
src/code.o(.text);
|
2017-12-11 21:17:08 +00:00
|
|
|
asm/event_flag.o(.text);
|
2022-09-30 22:23:05 +00:00
|
|
|
src/event_flag_1.o(.text);
|
|
|
|
asm/event_flag_1.o(.text);
|
2020-09-05 17:43:37 +00:00
|
|
|
src/event_flag.o(.text);
|
2017-12-11 21:17:08 +00:00
|
|
|
asm/code_8002774.o(.text);
|
2018-10-17 03:28:27 +00:00
|
|
|
src/memory.o(.text);
|
2017-12-11 11:20:15 +00:00
|
|
|
asm/memory.o(.text);
|
2021-05-23 21:19:35 +00:00
|
|
|
src/memory_mid.o(.text);
|
|
|
|
asm/memory_1.o(.text);
|
2020-09-15 22:09:36 +00:00
|
|
|
src/memory1.o(.text);
|
2017-12-11 11:20:15 +00:00
|
|
|
asm/code_80035F0.o(.text);
|
2017-12-11 17:18:22 +00:00
|
|
|
src/other_random.o(.text);
|
2017-12-11 18:14:59 +00:00
|
|
|
src/util.o(.text);
|
2018-10-17 03:28:27 +00:00
|
|
|
src/bg_palette_buffer.o(.text);
|
2020-09-16 19:00:48 +00:00
|
|
|
src/input.o(.text);
|
2017-12-12 04:56:51 +00:00
|
|
|
asm/code_8004AA0.o(.text);
|
2018-11-18 08:23:57 +00:00
|
|
|
src/sprite.o(.text);
|
2017-12-12 04:18:27 +00:00
|
|
|
asm/sprite.o(.text);
|
|
|
|
asm/code_800558C.o(.text);
|
2022-09-16 17:48:13 +00:00
|
|
|
src/code_800558C_1.o(.text);
|
|
|
|
asm/code_8005838.o(.text);
|
2020-10-15 21:56:25 +00:00
|
|
|
src/code_800558C.o(.text);
|
2017-12-11 08:50:59 +00:00
|
|
|
src/random.o(.text);
|
2018-01-21 21:51:04 +00:00
|
|
|
src/text.o(.text);
|
2021-06-10 03:54:21 +00:00
|
|
|
src/text_1.o(.text);
|
2017-12-12 00:40:00 +00:00
|
|
|
asm/text.o(.text);
|
2021-02-01 01:07:31 +00:00
|
|
|
src/code_8009804.o(.text);
|
2017-12-12 00:40:00 +00:00
|
|
|
asm/code_8009804.o(.text);
|
2017-12-12 08:17:17 +00:00
|
|
|
src/file_system.o(.text);
|
2017-12-11 06:41:46 +00:00
|
|
|
src/main.o(.text);
|
2020-10-14 01:07:41 +00:00
|
|
|
asm/code_800B5F0.o(.text);
|
2023-05-08 18:37:34 +00:00
|
|
|
src/code_800B5F0.o(.text);
|
2020-11-08 21:27:37 +00:00
|
|
|
src/music.o(.text);
|
2020-11-10 19:54:27 +00:00
|
|
|
src/code_800C9CC.o(.text);
|
2023-05-08 18:37:34 +00:00
|
|
|
src/bg_control.o(.text);
|
2021-01-04 19:40:33 +00:00
|
|
|
src/cpu.o(.text);
|
2017-12-12 03:05:47 +00:00
|
|
|
src/flash.o(.text);
|
2020-11-14 23:44:04 +00:00
|
|
|
src/code_800D090.o(.text);
|
2017-12-12 01:26:33 +00:00
|
|
|
asm/code_800D090.o(.text);
|
2023-01-08 17:43:12 +00:00
|
|
|
src/code_800DAC0.o(.text);
|
|
|
|
asm/code_800DAC0.o(.text);
|
2020-09-20 04:28:48 +00:00
|
|
|
src/code_80118A4.o(.text);
|
2021-01-28 00:46:39 +00:00
|
|
|
src/debug.o(.text);
|
2018-10-17 03:28:27 +00:00
|
|
|
src/save.o(.text);
|
2021-02-21 19:13:55 +00:00
|
|
|
src/code_8012A18.o(.text);
|
2021-01-07 22:10:24 +00:00
|
|
|
src/more_input.o(.text);
|
2023-02-14 05:55:44 +00:00
|
|
|
src/menu_input.o(.text);
|
|
|
|
asm/code_80130A8.o(.text);
|
2021-05-23 21:19:35 +00:00
|
|
|
src/code_8012A18_1.o(.text);
|
2021-05-15 23:59:55 +00:00
|
|
|
src/felicity_bank.o(.text);
|
|
|
|
asm/felicity_bank.o(.text);
|
|
|
|
src/felicity_bank_1.o(.text);
|
|
|
|
src/kangaskhan_storage.o(.text);
|
|
|
|
asm/kangaskhan_storage.o(.text);
|
|
|
|
src/kangaskhan_storage_1.o(.text);
|
|
|
|
src/kecleon_items.o(.text);
|
|
|
|
asm/kecleon_items.o(.text);
|
|
|
|
src/kecleon_items_1.o(.text);
|
2021-06-11 01:12:11 +00:00
|
|
|
src/code_801AFA4.o(.text);
|
2021-06-18 22:56:20 +00:00
|
|
|
src/code_801B3C0.o(.text);
|
|
|
|
asm/code_801B3C0.o(.text);
|
2021-05-23 21:19:35 +00:00
|
|
|
src/code_801C620.o(.text);
|
|
|
|
asm/code_801C620.o(.text);
|
2020-10-17 05:51:33 +00:00
|
|
|
src/code_801D760.o(.text);
|
|
|
|
asm/code_801D760.o(.text);
|
2023-03-04 00:48:26 +00:00
|
|
|
src/options_menu.o(.text);
|
2021-10-20 00:48:38 +00:00
|
|
|
src/hints_menu.o(.text);
|
2021-06-10 03:54:21 +00:00
|
|
|
src/gulpin_shop.o(.text);
|
2021-05-23 21:19:35 +00:00
|
|
|
asm/gulpin_shop.o(.text);
|
2021-09-02 01:05:30 +00:00
|
|
|
src/gulpin_shop_1.o(.text);
|
2023-02-25 02:14:21 +00:00
|
|
|
src/code_801EE10.o(.text);
|
2021-11-10 16:43:51 +00:00
|
|
|
asm/code_801EE10.o(.text);
|
2022-12-26 19:25:16 +00:00
|
|
|
src/code_8023144.o(.text);
|
|
|
|
asm/code_801EE10_1.o(.text);
|
2023-02-25 02:14:21 +00:00
|
|
|
src/code_801EE10_1.o(.text);
|
2021-11-10 16:43:51 +00:00
|
|
|
src/luminous_cave.o(.text);
|
|
|
|
src/friend_list_menu.o(.text);
|
2023-05-27 16:19:08 +00:00
|
|
|
src/party_list_menu.o(.text);
|
2021-06-10 03:54:21 +00:00
|
|
|
src/friend_area_action_menu.o(.text);
|
|
|
|
asm/friend_area_action_menu.o(.text);
|
|
|
|
src/friend_area_action_menu_1.o(.text);
|
2020-12-15 22:28:03 +00:00
|
|
|
src/wonder_mail.o(.text);
|
2021-09-09 04:32:59 +00:00
|
|
|
src/thank_you_wonder_mail.o(.text);
|
2021-04-20 04:55:40 +00:00
|
|
|
src/wonder_mail_2.o(.text);
|
2023-03-28 03:25:08 +00:00
|
|
|
src/pokemon_news.o(.text);
|
2022-06-12 01:01:36 +00:00
|
|
|
src/wonder_mail_2_mid.o(.text);
|
2022-03-28 21:47:19 +00:00
|
|
|
src/wonder_mail_2_1.o(.text);
|
2021-04-20 04:55:40 +00:00
|
|
|
src/wonder_mail_3.o(.text);
|
2021-12-01 22:33:06 +00:00
|
|
|
src/wonder_mail_802DF88.o(.text);
|
2021-09-24 05:49:43 +00:00
|
|
|
src/mailbox.o(.text);
|
|
|
|
src/pelipper_board.o(.text);
|
2021-10-11 16:03:17 +00:00
|
|
|
src/wonder_mail_3_mid.o(.text);
|
2021-09-24 05:49:43 +00:00
|
|
|
asm/wonder_mail_3_mid.o(.text);
|
2021-09-02 01:05:30 +00:00
|
|
|
src/wonder_mail_3_1.o(.text);
|
2021-05-15 23:59:55 +00:00
|
|
|
src/makuhita_dojo.o(.text);
|
|
|
|
asm/makuhita_dojo.o(.text);
|
2022-09-16 17:48:13 +00:00
|
|
|
src/makuhita_dojo_1.o(.text);
|
2021-10-11 16:03:17 +00:00
|
|
|
src/wonder_mail_4.o(.text);
|
2022-05-13 02:51:52 +00:00
|
|
|
src/wonder_mail_5.o(.text);
|
2022-07-07 22:46:58 +00:00
|
|
|
src/wonder_mail_6.o(.text);
|
2021-05-15 23:59:55 +00:00
|
|
|
src/post_office_guide.o(.text);
|
2022-03-14 00:48:04 +00:00
|
|
|
asm/code_8031D70.o(.text);
|
2021-04-04 01:44:48 +00:00
|
|
|
src/adventure_log.o(.text);
|
2021-03-12 21:39:07 +00:00
|
|
|
src/friend_rescue.o(.text);
|
|
|
|
asm/friend_rescue.o(.text);
|
|
|
|
src/friend_rescue_1.o(.text);
|
2021-02-01 01:07:31 +00:00
|
|
|
asm/credits.o(.text);
|
2021-02-27 18:16:45 +00:00
|
|
|
src/credits.o(.text);
|
2021-02-01 01:07:31 +00:00
|
|
|
src/main_menu.o(.text);
|
2021-03-30 18:11:51 +00:00
|
|
|
src/trade_items_menu.o(.text);
|
2021-04-04 01:44:48 +00:00
|
|
|
src/other_menus.o(.text);
|
2021-03-30 18:11:51 +00:00
|
|
|
asm/other_menus.o(.text);
|
2021-04-04 01:44:48 +00:00
|
|
|
src/adventure_log_menu.o(.text);
|
|
|
|
src/unk_menu_203B360.o(.text);
|
2023-02-12 19:48:16 +00:00
|
|
|
src/save_menu.o(.text);
|
2021-09-02 01:05:30 +00:00
|
|
|
src/rescue_password_menu.o(.text);
|
2021-03-30 18:11:51 +00:00
|
|
|
asm/rescue_password_menu.o(.text);
|
2021-09-02 01:05:30 +00:00
|
|
|
src/rescue_password_menu_1.o(.text);
|
2021-04-04 01:44:48 +00:00
|
|
|
src/load_screen.o(.text);
|
2021-03-12 21:39:07 +00:00
|
|
|
src/wonder_mail_main_menu.o(.text);
|
2021-04-20 04:55:40 +00:00
|
|
|
src/ds_menus.o(.text);
|
2021-03-12 21:39:07 +00:00
|
|
|
src/debug_menu.o(.text);
|
2021-04-04 01:44:48 +00:00
|
|
|
src/debug_menu_mid.o(.text);
|
|
|
|
asm/debug_menu_1.o(.text);
|
2021-03-12 21:39:07 +00:00
|
|
|
src/debug_menu_1.o(.text);
|
2021-02-27 18:16:45 +00:00
|
|
|
asm/code_803B050.o(.text);
|
2022-12-02 19:56:36 +00:00
|
|
|
src/code_803B050.o(.text);
|
2021-01-18 18:32:32 +00:00
|
|
|
src/pokemon_mail.o(.text);
|
|
|
|
src/code_803C1B4.o(.text);
|
2021-02-08 03:10:12 +00:00
|
|
|
asm/code_803C1D0.o(.text);
|
2020-11-23 21:22:16 +00:00
|
|
|
src/personality_test.o(.text);
|
2021-03-23 17:11:10 +00:00
|
|
|
src/code_803D0D8.o(.text);
|
2020-09-24 06:12:49 +00:00
|
|
|
asm/code_803D110.o(.text);
|
2020-10-21 22:48:40 +00:00
|
|
|
src/code_8040094.o(.text);
|
|
|
|
asm/code_8040094.o(.text);
|
|
|
|
src/code_8041AD0.o(.text);
|
|
|
|
asm/code_8041AD0.o(.text);
|
2020-09-27 22:56:12 +00:00
|
|
|
src/code_80428A0.o(.text);
|
|
|
|
asm/code_80428A0.o(.text);
|
2022-01-26 04:24:14 +00:00
|
|
|
src/dungeon_engine.o(.text);
|
|
|
|
asm/code_8044210.o(.text);
|
2021-12-09 18:56:12 +00:00
|
|
|
src/dungeon_action.o(.text);
|
2022-01-14 04:18:59 +00:00
|
|
|
asm/code_8044CC8.o(.text);
|
2021-10-22 17:20:01 +00:00
|
|
|
src/dungeon_util.o(.text);
|
2021-10-15 22:30:33 +00:00
|
|
|
asm/code_80450F8.o(.text);
|
2021-12-15 04:26:56 +00:00
|
|
|
src/dungeon_visibility.o(.text);
|
2022-04-24 18:01:01 +00:00
|
|
|
src/code_8045A00.o(.text);
|
2021-12-15 04:26:56 +00:00
|
|
|
asm/code_8045A00.o(.text);
|
2021-12-30 05:33:22 +00:00
|
|
|
src/dungeon_items.o(.text);
|
|
|
|
asm/code_8046CE4.o(.text);
|
2020-09-25 05:10:54 +00:00
|
|
|
src/code_8048480.o(.text);
|
|
|
|
asm/code_8048480.o(.text);
|
2022-02-20 17:08:42 +00:00
|
|
|
src/code_8048DB8.o(.text);
|
2022-01-04 06:00:31 +00:00
|
|
|
src/dungeon_ai_item_weight.o(.text);
|
2021-12-18 05:22:03 +00:00
|
|
|
src/dungeon_map_access.o(.text);
|
2022-02-21 02:59:07 +00:00
|
|
|
asm/code_80495E4.o(.text);
|
2022-02-21 04:43:06 +00:00
|
|
|
src/tile_types.o(.text);
|
2022-02-21 04:59:57 +00:00
|
|
|
asm/code_804AFAC.o(.text);
|
2020-09-18 05:00:39 +00:00
|
|
|
src/code_80521D0.o(.text);
|
|
|
|
asm/code_80521D0.o(.text);
|
2021-10-28 16:01:07 +00:00
|
|
|
src/charge_move.o(.text);
|
2022-03-10 02:50:15 +00:00
|
|
|
src/move_util.o(.text);
|
2022-03-10 03:19:20 +00:00
|
|
|
asm/code_805744C.o(.text);
|
2021-04-20 04:55:40 +00:00
|
|
|
src/code_8057824.o(.text);
|
|
|
|
asm/code_8057824.o(.text);
|
2023-01-20 16:55:35 +00:00
|
|
|
src/code_805A120.o(.text);
|
2022-12-16 05:18:01 +00:00
|
|
|
src/status_actions.o(.text);
|
|
|
|
src/move_checks.o(.text);
|
2022-03-01 01:57:06 +00:00
|
|
|
asm/code_805D8C8.o(.text);
|
2022-02-06 03:02:03 +00:00
|
|
|
src/targeting.o(.text);
|
2022-05-29 05:27:11 +00:00
|
|
|
src/code_8069E0C.o(.text);
|
2022-02-06 03:02:03 +00:00
|
|
|
asm/code_8069E0C.o(.text);
|
2021-11-22 18:14:58 +00:00
|
|
|
src/code_806CD90.o(.text);
|
|
|
|
asm/code_806CD90.o(.text);
|
2022-03-05 04:49:00 +00:00
|
|
|
src/type_effectiveness.o(.text);
|
2022-12-17 19:56:16 +00:00
|
|
|
src/code_806E8B0.o(.text);
|
2022-03-05 04:49:00 +00:00
|
|
|
asm/code_806E8B0.o(.text);
|
2022-01-08 05:32:32 +00:00
|
|
|
src/status_checks.o(.text);
|
2022-01-26 04:17:27 +00:00
|
|
|
src/dungeon_movement.o(.text);
|
|
|
|
asm/code_807034C.o(.text);
|
2022-10-17 01:14:00 +00:00
|
|
|
src/dungeon_movement_1.o(.text);
|
2022-01-14 03:56:30 +00:00
|
|
|
src/status_checks_1.o(.text);
|
2021-10-28 16:01:07 +00:00
|
|
|
src/dungeon_capabilities.o(.text);
|
|
|
|
asm/code_8070BC0.o(.text);
|
|
|
|
src/dungeon_capabilities_1.o(.text);
|
2022-02-21 20:59:34 +00:00
|
|
|
src/dungeon_ai_targeting.o(.text);
|
2021-10-28 16:01:07 +00:00
|
|
|
src/dungeon_pokemon_attributes.o(.text);
|
|
|
|
asm/code_80718D8.o(.text);
|
2022-10-17 00:47:07 +00:00
|
|
|
src/dungeon_ai_leader.o(.text);
|
2022-10-17 01:26:43 +00:00
|
|
|
asm/code_8072CF4.o(.text);
|
2021-11-14 00:59:20 +00:00
|
|
|
src/dungeon_ai_items.o(.text);
|
2022-02-20 17:08:42 +00:00
|
|
|
src/code_8073CF0.o(.text);
|
2021-12-26 06:03:03 +00:00
|
|
|
asm/code_8073CF0.o(.text);
|
2022-03-11 04:56:25 +00:00
|
|
|
src/dungeon_ai.o(.text);
|
2022-12-16 05:06:04 +00:00
|
|
|
src/move_effects_target.o(.text);
|
2022-03-05 05:00:01 +00:00
|
|
|
src/status.o(.text);
|
|
|
|
asm/code_8077274.o(.text);
|
2022-08-20 17:03:09 +00:00
|
|
|
src/code_8077274_1.o(.text);
|
|
|
|
asm/code_8077274_1.o(.text);
|
2022-03-11 04:56:25 +00:00
|
|
|
src/dungeon_ai_movement.o(.text);
|
2021-12-28 05:21:11 +00:00
|
|
|
src/dungeon_ai_attack.o(.text);
|
|
|
|
asm/code_807CABC.o(.text);
|
2022-02-14 03:30:25 +00:00
|
|
|
src/targeting_flags.o(.text);
|
|
|
|
asm/code_807CD9C.o(.text);
|
2023-05-08 22:45:09 +00:00
|
|
|
src/code_807CD9C.o(.text);
|
2022-02-21 03:30:05 +00:00
|
|
|
src/weather.o(.text);
|
|
|
|
asm/code_807E5AC.o(.text);
|
2022-04-23 02:02:28 +00:00
|
|
|
src/code_807E5AC.o(.text);
|
2022-02-21 20:40:12 +00:00
|
|
|
src/trap.o(.text);
|
|
|
|
asm/code_807FCD4.o(.text);
|
2022-02-20 17:08:42 +00:00
|
|
|
src/code_8083288.o(.text);
|
2021-12-15 04:36:22 +00:00
|
|
|
src/dungeon_range.o(.text);
|
|
|
|
asm/code_808333C.o(.text);
|
2022-10-17 02:00:14 +00:00
|
|
|
src/dungeon_leader.o(.text);
|
|
|
|
asm/code_8083654.o(.text);
|
2022-12-12 19:18:47 +00:00
|
|
|
src/dungeon_music.o(.text);
|
|
|
|
asm/dungeon_music.o(.text);
|
2021-12-12 20:52:06 +00:00
|
|
|
src/dungeon_random.o(.text);
|
2022-05-28 17:42:51 +00:00
|
|
|
src/code_808417C.o(.text);
|
2021-12-24 23:45:49 +00:00
|
|
|
asm/code_808417C.o(.text);
|
2021-10-11 16:03:17 +00:00
|
|
|
src/code_80848F0.o(.text);
|
|
|
|
asm/code_80848F0.o(.text);
|
2021-10-28 16:01:07 +00:00
|
|
|
src/dungeon_util_1.o(.text);
|
|
|
|
asm/code_8085B0C.o(.text);
|
2021-06-28 19:28:21 +00:00
|
|
|
src/code_80869E4.o(.text);
|
|
|
|
asm/code_80869E4.o(.text);
|
2021-09-09 04:32:59 +00:00
|
|
|
src/code_8086A3C.o(.text);
|
|
|
|
asm/code_8086A3C.o(.text);
|
2021-04-20 04:55:40 +00:00
|
|
|
src/code_8057824_1.o(.text);
|
2020-09-16 05:15:52 +00:00
|
|
|
src/pokemon.o(.text);
|
2020-09-24 03:56:31 +00:00
|
|
|
asm/pokemon.o(.text);
|
2021-05-15 23:59:55 +00:00
|
|
|
src/pokemon_mid.o(.text);
|
2021-06-10 03:54:21 +00:00
|
|
|
asm/pokemon_2.o(.text);
|
2021-06-18 22:56:20 +00:00
|
|
|
src/pokemon_3.o(.text);
|
|
|
|
asm/pokemon_3.o(.text);
|
2020-06-02 18:56:12 +00:00
|
|
|
src/dungeon.o(.text);
|
2022-03-14 00:48:04 +00:00
|
|
|
asm/dungeon_2.o(.text);
|
2022-11-03 05:05:20 +00:00
|
|
|
src/dungeon_2_1.o(.text);
|
2021-05-15 23:59:55 +00:00
|
|
|
src/items.o(.text);
|
2021-03-23 17:11:10 +00:00
|
|
|
src/rescue_team_info.o(.text);
|
|
|
|
src/text_util.o(.text);
|
2021-01-01 00:30:16 +00:00
|
|
|
src/friend_area.o(.text);
|
|
|
|
asm/friend_area_1.o(.text);
|
|
|
|
src/friend_area_1.o(.text);
|
2021-10-20 00:48:38 +00:00
|
|
|
src/moves.o(.text);
|
|
|
|
asm/code_8094148.o(.text);
|
2022-01-07 05:11:38 +00:00
|
|
|
src/number_util.o(.text);
|
2022-02-20 17:08:42 +00:00
|
|
|
src/code_809447C.o(.text);
|
2022-01-07 05:11:38 +00:00
|
|
|
asm/code_809447C.o(.text);
|
2021-07-07 16:39:34 +00:00
|
|
|
src/code_8092334.o(.text);
|
2021-05-23 21:19:35 +00:00
|
|
|
src/game_options.o(.text);
|
2021-06-23 22:35:37 +00:00
|
|
|
asm/code_8094D28.o(.text);
|
2021-03-30 18:11:51 +00:00
|
|
|
src/play_time.o(.text);
|
2020-10-09 06:34:01 +00:00
|
|
|
src/code_8094F88.o(.text);
|
2021-06-18 22:56:20 +00:00
|
|
|
src/code_80958E8.o(.text);
|
|
|
|
asm/code_80958E8.o(.text);
|
2023-01-15 19:14:20 +00:00
|
|
|
src/code_80958E8_mid.o(.text);
|
2023-01-06 23:28:57 +00:00
|
|
|
src/mailbox_8095F8C.o(.text);
|
|
|
|
asm/code_80958E8_1.o(.text);
|
|
|
|
src/code_80958E8_1.o(.text);
|
|
|
|
asm/code_8096AF8.o(.text);
|
2022-03-02 03:40:00 +00:00
|
|
|
src/code_80972F4.o(.text);
|
|
|
|
asm/code_8097318.o(.text);
|
2020-11-23 21:22:16 +00:00
|
|
|
src/code_809747C.o(.text);
|
2021-06-10 03:54:21 +00:00
|
|
|
src/code_8097670.o(.text);
|
|
|
|
asm/code_8097670.o(.text);
|
2022-03-06 20:41:40 +00:00
|
|
|
src/code_8097DD0.o(.text);
|
|
|
|
asm/code_8097DD0.o(.text);
|
2020-11-02 05:23:32 +00:00
|
|
|
src/code_8097F40.o(.text);
|
2021-03-12 21:39:07 +00:00
|
|
|
src/exclusive_pokemon.o(.text);
|
|
|
|
asm/exclusive_pokemon.o(.text);
|
2021-07-07 16:39:34 +00:00
|
|
|
src/exclusive_pokemon_1.o(.text);
|
2022-01-08 06:08:00 +00:00
|
|
|
src/position_util.o(.text);
|
2020-09-16 16:58:10 +00:00
|
|
|
asm/code_8098468.o(.text);
|
2022-12-02 19:56:36 +00:00
|
|
|
src/ground_main.o(.text);
|
2020-10-17 05:51:33 +00:00
|
|
|
asm/code_8098BDC.o(.text);
|
2020-11-06 04:27:43 +00:00
|
|
|
src/code_809D148.o(.text);
|
2020-10-03 23:16:34 +00:00
|
|
|
asm/code_809D148.o(.text);
|
2022-09-16 17:48:13 +00:00
|
|
|
src/ground_script.o(.text);
|
2021-10-22 17:01:07 +00:00
|
|
|
asm/ground_script.o(.text);
|
2020-11-20 16:34:11 +00:00
|
|
|
src/code_80A26CC.o(.text);
|
2022-03-22 14:57:26 +00:00
|
|
|
asm/code_80A26CC_1.o(.text);
|
2021-10-22 17:01:07 +00:00
|
|
|
src/ground_map.o(.text);
|
|
|
|
asm/ground_map.o(.text);
|
2022-03-22 14:44:34 +00:00
|
|
|
src/ground_map_1.o(.text);
|
|
|
|
asm/ground_map_1.o(.text);
|
2022-09-16 17:48:13 +00:00
|
|
|
src/ground_map_2.o(.text);
|
2021-10-22 17:01:07 +00:00
|
|
|
asm/ground_sprite.o(.text);
|
2020-09-27 02:43:31 +00:00
|
|
|
src/code_80A7714.o(.text);
|
2021-10-22 17:01:07 +00:00
|
|
|
asm/ground_lives.o(.text);
|
|
|
|
asm/ground_object.o(.text);
|
|
|
|
asm/ground_effect.o(.text);
|
|
|
|
src/ground_link.o(.text);
|
|
|
|
asm/ground_link.o(.text);
|
|
|
|
asm/ground_event.o(.text);
|
2018-11-20 05:17:30 +00:00
|
|
|
asm/m4a_1.o(.text);
|
2019-08-11 14:31:39 +00:00
|
|
|
src/m4a.o(.text);
|
2020-10-20 18:02:58 +00:00
|
|
|
*libagbsyscall.a:CpuSet.o(.text);
|
|
|
|
*libagbsyscall.a:SoundBiasReset.o(.text);
|
|
|
|
*libagbsyscall.a:SoundBiasSet.o(.text);
|
|
|
|
*libagbsyscall.a:VBlankIntrWait.o(.text);
|
2017-12-11 06:41:46 +00:00
|
|
|
src/agb_flash.o(.text);
|
|
|
|
src/agb_flash_1m.o(.text);
|
|
|
|
src/agb_flash_mx.o(.text);
|
|
|
|
src/agb_flash_le.o(.text);
|
2020-10-20 18:02:58 +00:00
|
|
|
*libgcc.a:_call_via_rX.o(.text);
|
|
|
|
*libgcc.a:_divsi3.o(.text);
|
|
|
|
*libgcc.a:_dvmd_tls.o(.text);
|
|
|
|
*libgcc.a:_fixunssfsi.o(.text);
|
|
|
|
*libgcc.a:_modsi3.o(.text);
|
|
|
|
*libgcc.a:_umodsi3.o(.text);
|
|
|
|
*libgcc.a:fp-bit.o(.text);
|
|
|
|
*libgcc.a:_muldi3.o(.text);
|
|
|
|
*libgcc.a:dp-bit.o(.text);
|
|
|
|
*libgcc.a:_lshrdi3.o(.text);
|
|
|
|
*libgcc.a:_negdi2.o(.text);
|
|
|
|
*libc.a:memcpy.o(.text);
|
|
|
|
*libc.a:memset.o(.text);
|
|
|
|
*libc.a:sprintf.o(.text);
|
|
|
|
*libc.a:strcat.o(.text);
|
|
|
|
*libc.a:strcmp.o(.text);
|
|
|
|
*libc.a:strcpy.o(.text);
|
|
|
|
*libc.a:strlen.o(.text);
|
|
|
|
*libc.a:strncpy.o(.text);
|
|
|
|
*libc.a:vfprintf.o(.text);
|
|
|
|
*libc.a:vsprintf.o(.text);
|
|
|
|
*libc.a:wsetup.o(.text);
|
|
|
|
*libc.a:dtoa.o(.text);
|
|
|
|
*libc.a:fflush.o(.text);
|
|
|
|
*libc.a:findfp.o(.text);
|
|
|
|
*libc.a:freer.o(.text);
|
|
|
|
*libc.a:fvwrite.o(.text);
|
|
|
|
*libc.a:fwalk.o(.text);
|
|
|
|
*libc.a:locale.o(.text);
|
|
|
|
*libc.a:makebuf.o(.text);
|
|
|
|
*libc.a:mallocr.o(.text);
|
|
|
|
*libc.a:mbtowc_r.o(.text);
|
|
|
|
*libc.a:memchr.o(.text);
|
|
|
|
*libc.a:memmove.o(.text);
|
|
|
|
*libc.a:mlock.o(.text);
|
|
|
|
*libc.a:mprec.o(.text);
|
|
|
|
*libc.a:s_isinf.o(.text);
|
|
|
|
*libc.a:s_isnan.o(.text);
|
|
|
|
*libc.a:sbrkr.o(.text);
|
|
|
|
*libc.a:stdio.o(.text);
|
|
|
|
*libc.a:syscalls.o(.text);
|
|
|
|
*libc.a:writer.o(.text);
|
|
|
|
*libc.a:callocr.o(.text);
|
|
|
|
*libc.a:closer.o(.text);
|
|
|
|
*libc.a:errno.o(.text);
|
|
|
|
*libc.a:fstatr.o(.text);
|
|
|
|
*libc.a:abort.o(.text);
|
|
|
|
*libc.a:libcfunc.o(.text);
|
|
|
|
*libc.a:lseekr.o(.text);
|
|
|
|
*libc.a:readr.o(.text);
|
|
|
|
*libgcc.a:_udivsi3.o(.text);
|
2017-12-11 06:41:46 +00:00
|
|
|
} =0
|
|
|
|
|
|
|
|
.rodata :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
data/data.o(.rodata);
|
2017-12-12 08:17:17 +00:00
|
|
|
src/file_system.o(.rodata);
|
|
|
|
data/data_80B9BB8.o(.rodata);
|
2021-06-10 03:54:21 +00:00
|
|
|
src/debug.o(.rodata);
|
2021-05-23 21:19:35 +00:00
|
|
|
src/save.o(.rodata);
|
2023-02-25 02:14:21 +00:00
|
|
|
src/menu_input.o(.rodata);
|
2021-05-23 21:19:35 +00:00
|
|
|
data/data_80D47B8.o(.rodata);
|
2023-05-27 16:19:08 +00:00
|
|
|
src/friend_list_menu.o(.rodata);
|
|
|
|
src/party_list_menu.o(.rodata);
|
2022-12-30 19:12:14 +00:00
|
|
|
src/friend_area_action_menu.o(.rodata);
|
|
|
|
src/friend_area_action_menu_1.o(.rodata);
|
2021-03-23 17:11:10 +00:00
|
|
|
src/wonder_mail.o(.rodata);
|
2021-09-09 04:32:59 +00:00
|
|
|
src/thank_you_wonder_mail.o(.rodata);
|
|
|
|
src/wonder_mail_2.o(.rodata);
|
2023-03-28 03:25:08 +00:00
|
|
|
src/pokemon_news.o(.rodata);
|
2022-04-10 16:45:16 +00:00
|
|
|
src/wonder_mail_2_1.o(.rodata);
|
|
|
|
src/wonder_mail_3.o(.rodata);
|
|
|
|
src/wonder_mail_802DF88.o(.rodata);
|
2022-05-13 02:51:52 +00:00
|
|
|
src/mailbox.o(.rodata);
|
|
|
|
src/pelipper_board.o(.rodata);
|
2022-09-16 17:48:13 +00:00
|
|
|
src/wonder_mail_3_mid.o(.rodata);
|
|
|
|
src/makuhita_dojo.o(.rodata);
|
2023-01-20 17:58:22 +00:00
|
|
|
src/makuhita_dojo_1.o(.rodata);
|
|
|
|
src/wonder_mail_4.o(.rodata);
|
|
|
|
src/wonder_mail_5.o(.rodata);
|
2022-09-16 17:48:13 +00:00
|
|
|
src/wonder_mail_6.o(.rodata);
|
2021-05-15 23:59:55 +00:00
|
|
|
src/post_office_guide.o(.rodata);
|
|
|
|
data/data_80E1F30.o(.rodata);
|
2021-04-04 01:44:48 +00:00
|
|
|
src/adventure_log.o(.rodata);
|
|
|
|
data/data_80E2068.o(.rodata);
|
2021-10-11 16:03:17 +00:00
|
|
|
src/main_menu.o(.rodata);
|
2022-12-20 19:46:38 +00:00
|
|
|
src/trade_items_menu.o(.rodata);
|
2021-10-11 16:03:17 +00:00
|
|
|
data/data_80E59A8.o(.rodata);
|
2023-02-14 00:59:10 +00:00
|
|
|
src/save_menu.o(.rodata);
|
|
|
|
data/data_80E6F20.o(.rodata);
|
2021-09-24 05:49:43 +00:00
|
|
|
src/load_screen.o(.rodata);
|
|
|
|
src/wonder_mail_main_menu.o(.rodata);
|
2021-05-15 23:59:55 +00:00
|
|
|
src/debug_menu.o(.rodata);
|
|
|
|
data/data_80E7D40.o(.rodata);
|
2021-12-22 23:00:21 +00:00
|
|
|
src/pokemon_mail.o(.rodata);
|
2020-10-17 17:27:49 +00:00
|
|
|
data/personality_test.o(.rodata);
|
|
|
|
src/personality_test.o(.rodata);
|
|
|
|
data/data_80F4278.o(.rodata);
|
2022-01-07 07:45:35 +00:00
|
|
|
src/dungeon_util.o(.rodata);
|
2022-01-05 05:34:35 +00:00
|
|
|
data/data_80F4468.o(.rodata);
|
2022-12-22 04:41:28 +00:00
|
|
|
src/dungeon_ai_movement.o(.rodata);
|
2022-05-29 04:10:38 +00:00
|
|
|
data/data_80F4D44.o(.rodata);
|
2022-02-05 04:13:01 +00:00
|
|
|
src/status_checks.o(.rodata);
|
|
|
|
data/data_80F4DB4.o(.rodata);
|
|
|
|
src/dungeon_ai_attack.o(.rodata);
|
|
|
|
data/data_80F4E2C.o(.rodata);
|
2022-03-05 04:49:00 +00:00
|
|
|
src/type_chart.o(.rodata);
|
|
|
|
data/data_80F54B4.o(.rodata);
|
2022-12-16 05:18:01 +00:00
|
|
|
src/move_checks.o(.rodata);
|
2022-02-20 17:51:18 +00:00
|
|
|
data/data_80F5668.o(.rodata);
|
2022-02-14 04:13:47 +00:00
|
|
|
src/dungeon_pokemon_attributes.o(.rodata);
|
2022-01-05 05:34:35 +00:00
|
|
|
data/data_80F59C8.o(.rodata);
|
|
|
|
src/charge_move.o(.rodata);
|
|
|
|
data/data_8106A4C.o(.rodata);
|
2022-03-05 04:49:00 +00:00
|
|
|
src/type_effectiveness.o(.data);
|
|
|
|
data/data_8106F7C.o(.rodata);
|
2022-01-26 03:46:40 +00:00
|
|
|
src/dungeon_capabilities_1.o(.rodata);
|
2022-02-21 20:59:34 +00:00
|
|
|
src/dungeon_ai_targeting.o(.rodata);
|
2022-01-05 05:34:35 +00:00
|
|
|
data/data_8107010.o(.rodata);
|
2021-03-30 18:11:51 +00:00
|
|
|
src/friend_area.o(.rodata);
|
2021-03-23 17:11:10 +00:00
|
|
|
data/data_810AC60.o(.rodata);
|
2022-02-21 04:43:06 +00:00
|
|
|
src/tile_types.o(.rodata);
|
2021-03-12 21:39:07 +00:00
|
|
|
src/exclusive_pokemon.o(.rodata);
|
2021-03-23 17:11:10 +00:00
|
|
|
src/rescue_team_info.o(.rodata);
|
|
|
|
src/text_util.o(.rodata);
|
2021-03-12 21:39:07 +00:00
|
|
|
data/data_810AE24.o(.rodata);
|
2022-01-08 06:08:00 +00:00
|
|
|
src/position_util.o(.rodata);
|
|
|
|
data/data_8115EB8.o(.rodata);
|
2022-12-21 18:37:16 +00:00
|
|
|
src/ground_main.o(.rodata);
|
|
|
|
data/data_8115F5C.o(.rodata);
|
2021-02-01 01:07:31 +00:00
|
|
|
data/friend_area_dialogue.o(.rodata);
|
2021-08-13 00:26:01 +00:00
|
|
|
data/cutscenes.o(.rodata);
|
|
|
|
data/cutscenes_1.o(.rodata);
|
2018-11-20 05:17:30 +00:00
|
|
|
src/m4a_tables.o(.rodata);
|
2017-12-11 06:41:46 +00:00
|
|
|
src/agb_flash.o(.rodata);
|
|
|
|
src/agb_flash_1m.o(.rodata);
|
|
|
|
src/agb_flash_mx.o(.rodata);
|
|
|
|
src/agb_flash_le.o(.rodata);
|
2020-10-20 18:02:58 +00:00
|
|
|
*libc.a:sprintf.o(.rodata);
|
|
|
|
*libc.a:vfprintf.o(.rodata);
|
|
|
|
*libc.a:dtoa.o(.rodata);
|
|
|
|
*libc.a:impure.o(.rodata);
|
|
|
|
*libc.a:locale.o(.rodata);
|
|
|
|
*libc.a:mprec.o(.rodata);
|
|
|
|
*libc.a:syscalls.o(.rodata);
|
2017-12-17 02:43:34 +00:00
|
|
|
. = ALIGN(4);
|
2017-12-11 06:41:46 +00:00
|
|
|
data/data_8270000.o(.rodata);
|
|
|
|
} =0
|
|
|
|
|
|
|
|
unk_code_section :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
unk_code = .;
|
|
|
|
asm/code_8272724.o(.rodata);
|
2020-09-20 06:54:59 +00:00
|
|
|
src/code_8272724.o(.text);
|
2017-12-11 06:41:46 +00:00
|
|
|
asm/code_8272724.o(.text);
|
|
|
|
unk_code_end = .;
|
|
|
|
}
|
|
|
|
|
2018-11-20 05:17:30 +00:00
|
|
|
unk_code_section_size = (unk_code_end - unk_code);
|
|
|
|
unk_code_ram_end = unk_code_ram + unk_code_section_size;
|
2017-12-11 06:41:46 +00:00
|
|
|
end = unk_code_ram_end;
|
|
|
|
|
|
|
|
. = 0x8300000;
|
|
|
|
unk_data :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
data/unk_data.o(.rodata);
|
|
|
|
}
|
|
|
|
|
2017-12-11 10:23:26 +00:00
|
|
|
. = 0x8300500;
|
|
|
|
system_sbin_section :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
data/system_sbin.o(.rodata);
|
|
|
|
}
|
|
|
|
|
|
|
|
. = 0x8380000;
|
|
|
|
titlemenu_sbin_section :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
data/titlemenu_sbin.o(.rodata);
|
|
|
|
}
|
|
|
|
|
|
|
|
. = 0x83B0000;
|
|
|
|
dungeon_sbin_section :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
data/dungeon_sbin.o(.rodata);
|
|
|
|
}
|
|
|
|
|
|
|
|
. = 0x8510000;
|
|
|
|
monster_sbin_section :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
data/monster_sbin.o(.rodata);
|
|
|
|
}
|
|
|
|
|
|
|
|
. = 0x9740000;
|
|
|
|
effect_sbin_section :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
data/effect_sbin.o(.rodata);
|
|
|
|
}
|
|
|
|
|
|
|
|
. = 0x9890000;
|
|
|
|
ground_sbin_section :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
data/ground_sbin.o(.rodata);
|
|
|
|
}
|
|
|
|
|
|
|
|
. = 0x9E60000;
|
|
|
|
ornament_sbin_section :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
data/ornament_sbin.o(.rodata);
|
|
|
|
}
|
|
|
|
|
|
|
|
sound_data :
|
|
|
|
ALIGN(4)
|
|
|
|
{
|
|
|
|
data/sound_data.o(.rodata);
|
|
|
|
}
|
|
|
|
|
2017-12-11 06:41:46 +00:00
|
|
|
/* DWARF 2 sections */
|
|
|
|
.debug_aranges 0 : { *(.debug_aranges) }
|
|
|
|
.debug_pubnames 0 : { *(.debug_pubnames) }
|
|
|
|
.debug_info 0 : { *(.debug_info) }
|
|
|
|
.debug_abbrev 0 : { *(.debug_abbrev) }
|
|
|
|
.debug_line 0 : { *(.debug_line) }
|
|
|
|
.debug_frame 0 : { *(.debug_frame) }
|
|
|
|
.debug_str 0 : { *(.debug_str) }
|
|
|
|
.debug_loc 0 : { *(.debug_loc) }
|
|
|
|
.debug_macinfo 0 : { *(.debug_macinfo) }
|
|
|
|
|
|
|
|
/* Discard everything not specifically mentioned above. */
|
|
|
|
/DISCARD/ :
|
|
|
|
{
|
|
|
|
*(*);
|
|
|
|
}
|
|
|
|
}
|