Skip to content

Commit

Permalink
name up to 6C1AB0
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoSucks committed Sep 24, 2024
1 parent a597331 commit cb3ce26
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
9 changes: 8 additions & 1 deletion include/sections.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,14 +498,21 @@ 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[];
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

Expand Down
12 changes: 6 additions & 6 deletions linker_scripts/us/symbol_addrs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions yamls/us/rom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit cb3ce26

Please sign in to comment.