Skip to content

Commit

Permalink
identity 4D1330 and 4EB0C0
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoSucks committed Sep 23, 2024
1 parent b9146be commit 659e191
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions include/sections.h
Original file line number Diff line number Diff line change
Expand Up @@ -448,10 +448,10 @@ extern u8 _4BD6B0_ROM_START[];
extern u8 _4BD6B0_ROM_END[];
extern u8 _4BE810_ROM_START[];
extern u8 _4BE810_ROM_END[];
extern u8 _4D1330_ROM_START[];
extern u8 _4D1330_ROM_END[];
extern u8 _4EB0C0_ROM_START[];
extern u8 _4EB0C0_ROM_END[];
extern u8 area_select_ui_ROM_START[]; // 4D1330
extern u8 area_select_ui_ROM_END[]; // 4D1330
extern u8 menu_select_ui_ROM_START[]; // 4EB0C0
extern u8 menu_select_ui_ROM_END[]; // 4EB0C0
extern u8 _5046B0_ROM_START[];
extern u8 _5046B0_ROM_END[];
extern u8 _52ABA0_ROM_START[];
Expand Down
4 changes: 2 additions & 2 deletions linker_scripts/us/symbol_addrs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ battle_headers_ROM_START = 0x45B580; // defined:true
_4A21C0_ROM_START = 0x4A21C0; // defined:true
_4BD6B0_ROM_START = 0x4BD6B0; // defined:true
_4BE810_ROM_START = 0x4BE810; // defined:true
_4D1330_ROM_START = 0x4D1330; // defined:true
_4EB0C0_ROM_START = 0x4EB0C0; // defined:true
area_select_ui_ROM_START = 0x4D1330; // defined:true
menu_select_ui_ROM_START = 0x4EB0C0; // defined:true
_5046B0_ROM_START = 0x5046B0; // defined:true
_52ABA0_ROM_START = 0x52ABA0; // defined:true
_52F6D0_ROM_START = 0x52F6D0; // defined:true
Expand Down
2 changes: 1 addition & 1 deletion src/fragments/37/fragment37.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ s32 func_82202DC4(UNUSED s32 arg0, UNUSED s32 arg1) {
func_8001E94C(0x1C, 0);

ASSET_LOAD(D_1000000, _4BD6B0, 0);
ASSET_LOAD(D_3000000, _4D1330, 0);
ASSET_LOAD(D_3000000, area_select_ui, 0);
ASSET_LOAD(D_2000000, _4BE810, 0);

func_8002D510();
Expand Down
4 changes: 2 additions & 2 deletions yamls/us/rom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2434,8 +2434,8 @@
- [0x4A21C0, bin]
- [0x4BD6B0, bin] # like a common assets bin?
- [0x4BE810, bin]
- [0x4D1330, bin]
- [0x4EB0C0, bin]
- [0x4D1330, bin, area_select_ui]
- [0x4EB0C0, bin, menu_select_ui]
- [0x5046B0, bin]
- [0x52ABA0, bin]
- [0x52F6D0, bin]
Expand Down

0 comments on commit 659e191

Please sign in to comment.