diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-08-04 09:02:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-04 12:02:33 -0400 |
| commit | 5b54707958ca7fe5455436cf732cdf034232cd50 (patch) | |
| tree | fcb69dbd4becb53a3b8d16c5d721c30454e28b1a /linker_scripts | |
| parent | c51da0ee0f9c5616bb3fb212f8b6943f727e37d3 (diff) | |
Viconfig OK (#29)
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_boot.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linker_scripts/jp/symbol_addrs_boot.txt b/linker_scripts/jp/symbol_addrs_boot.txt index c339e8e..da4ff6b 100644 --- a/linker_scripts/jp/symbol_addrs_boot.txt +++ b/linker_scripts/jp/symbol_addrs_boot.txt @@ -9,8 +9,8 @@ Main_ThreadEntry = 0x80025DF0; // type:func Idle_InitVideo = 0x80025E6C; // type:func Idle_ThreadEntry = 0x80025FD0; // type:func -func_800260A0_jp = 0x800260A0; // type:func -func_800261F4_jp = 0x800261F4; // type:func +ViConfig_UpdateVi = 0x800260A0; // type:func +ViConfig_UpdateBlack = 0x800261F4; // type:func func_80026240_jp = 0x80026240; // type:func func_8002628C_jp = 0x8002628C; // type:func @@ -519,8 +519,8 @@ sMainStackInfo = 0x8003FDE0; // sPiMgrCmdBuff = 0x8003FE00; // sPiMgrCmdQueue = 0x8003FEC8; // gViConfigMode = 0x8003FEE0; // -B_8003FF30_jp = 0x8003FF30; // type:u8 -B_8003FF31_jp = 0x8003FF31; // type:u8 +gViConfigBlackNext = 0x8003FF30; // type:u8 +gViConfigBlack = 0x8003FF31; // type:u8 B_8003FF40_jp = 0x8003FF40; // B_8003FF5C_jp = 0x8003FF5C; // type:u16 B_8003FF60_jp = 0x8003FF60; // |
