diff --git a/include/sections.h b/include/sections.h index 60d819e..eb093df 100644 --- a/include/sections.h +++ b/include/sections.h @@ -498,6 +498,14 @@ extern u8 sushi_go_round_sprites_ROM_START[]; // 66FD80 extern u8 sushi_go_round_sprites_ROM_END[]; // 66FD80 extern u8 kids_club_game_ui_ROM_START[]; // 675FA0 extern u8 kids_club_game_ui_ROM_END[]; // 675FA0 +extern u8 gallery_ui_ROM_START[]; // 696350 +extern u8 gallery_ui_ROM_END[]; // 696350 +extern u8 snap_select_ui_ROM_START[]; // 6AE1D0 +extern u8 snap_select_ui_ROM_END[]; // 6AE1D0 +extern u8 cup_clear_ui_ROM_START[]; // 6B0FB0 +extern u8 cup_clear_ui_ROM_END[]; // 6B0FB0 +extern u8 gb_pak_select_ui_ROM_START[]; // 6B4F00 +extern u8 gb_pak_select_ui_ROM_END[]; // 6B4F00 extern u8 _6C4CE0_ROM_START[]; extern u8 _6C4CE0_ROM_END[]; extern u8 _6C4E50_ROM_START[]; @@ -505,7 +513,6 @@ extern u8 _6C4E50_ROM_END[]; extern u8 D_124570[]; -extern u8 _696350_ROM_START[]; extern u8 textdata_ROM_START[]; // 783760 extern u8 textdata_ROM_END[]; // 783760 diff --git a/linker_scripts/us/symbol_addrs.txt b/linker_scripts/us/symbol_addrs.txt index 7636fa0..8bf73be 100644 --- a/linker_scripts/us/symbol_addrs.txt +++ b/linker_scripts/us/symbol_addrs.txt @@ -207,13 +207,13 @@ gym_leader_castle_clear_gfx_ROM_START = 0x66E1D0; // defined:true rental_rules_ui_ROM_START = 0x66F540; // defined:true sushi_go_round_sprites_ROM_START = 0x66FD80; // defined:true kids_club_game_ui_ROM_START = 0x675FA0; // defined:true -_696350_ROM_START = 0x696350; // defined:true -_69D090_ROM_START = 0x69D090; // defined:true +gallery_ui_ROM_START = 0x696350; // defined:true +album_ui_ROM_START = 0x69D090; // defined:true _6A9750_ROM_START = 0x6A9750; // defined:true -_6AE1D0_ROM_START = 0x6AE1D0; // defined:true -_6B0FB0_ROM_START = 0x6B0FB0; // defined:true -_6B4F00_ROM_START = 0x6B4F00; // defined:true -_6C1AB0_ROM_START = 0x6C1AB0; // defined:true +snap_select_ui_ROM_START = 0x6AE1D0; // defined:true +cup_clear_ui_ROM_START = 0x6B0FB0; // defined:true +gb_pak_select_ui_ROM_START = 0x6B4F00; // defined:true +victory_palace_plate_text_ROM_START = 0x6C1AB0; // defined:true _6C4CE0_ROM_START = 0x6C4CE0; // defined:true _6C4E50_ROM_START = 0x6C4E50; // defined:true _6CA730_ROM_START = 0x6CA730; // defined:true diff --git a/yamls/us/rom.yaml b/yamls/us/rom.yaml index 5d234ac..26aac4b 100644 --- a/yamls/us/rom.yaml +++ b/yamls/us/rom.yaml @@ -2454,13 +2454,13 @@ - [0x66F540, bin, rental_rules_ui] - [0x66FD80, bin, sushi_go_round_sprites] - [0x675FA0, bin, kids_club_game_ui] - - [0x696350, bin] - - [0x69D090, bin] - - [0x6A9750, bin] - - [0x6AE1D0, bin] - - [0x6B0FB0, bin] - - [0x6B4F00, bin] - - [0x6C1AB0, bin] + - [0x696350, bin, gallery_ui] + - [0x69D090, bin, album_ui] + - [0x6A9750, bin] # might be print_ui. Cant verify without access to a sticker station + - [0x6AE1D0, bin, snap_select_ui] + - [0x6B0FB0, bin, cup_clear_ui] + - [0x6B4F00, bin, gb_pak_select_ui] + - [0x6C1AB0, bin, victory_palace_plate_text] - [0x6C4CE0, bin] - [0x6C4E50, bin] - [0x6CA730, bin]