diff options
| author | emilybrooks <emilybrooksemilybrooks@gmail.com> | 2024-03-10 15:27:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-10 15:27:50 -0700 |
| commit | abd5ecba65e19c3fe08e8c481549538071024251 (patch) | |
| tree | 6777753580e518d36719f65334ba1bb57f5d0521 /linker_scripts | |
| parent | 55a27a19353e0d5a0d8706ad1a5fcb877290b949 (diff) | |
ac_sum_hal_chest02 OK (#153)
* initial commit
* started draw function
* fully matching
* fix compile errors
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_overlays.txt | 12 | ||||
| -rw-r--r-- | linker_scripts/jp/undefined_syms.ld | 7 |
2 files changed, 9 insertions, 10 deletions
diff --git a/linker_scripts/jp/symbol_addrs_overlays.txt b/linker_scripts/jp/symbol_addrs_overlays.txt index 912bad7..29fced2 100644 --- a/linker_scripts/jp/symbol_addrs_overlays.txt +++ b/linker_scripts/jp/symbol_addrs_overlays.txt @@ -18496,15 +18496,15 @@ D_80A6FB64_jp = 0x80A6FB64; // // .text -func_80A6FBE0_jp = 0x80A6FBE0; // type:func -func_80A6FC74_jp = 0x80A6FC74; // type:func -func_80A6FCBC_jp = 0x80A6FCBC; // type:func -func_80A6FED0_jp = 0x80A6FED0; // type:func +aSumHalChest02_ct = 0x80A6FBE0; // type:func +aSumHalChest02_mv = 0x80A6FC74; // type:func +aSumHalChest03_dw = 0x80A6FCBC; // type:func +aSumHalChest03_dt = 0x80A6FED0; // type:func // .data -D_80A6FEE0_jp = 0x80A6FEE0; // -D_80A6FEF4_jp = 0x80A6FEF4; // +aSumHalChest02_func = 0x80A6FEE0; // +iam_sum_hal_chest02 = 0x80A6FEF4; // // .text diff --git a/linker_scripts/jp/undefined_syms.ld b/linker_scripts/jp/undefined_syms.ld index 95a1287..28aa199 100644 --- a/linker_scripts/jp/undefined_syms.ld +++ b/linker_scripts/jp/undefined_syms.ld @@ -4207,13 +4207,12 @@ D_6000020 = 0x06000020; D_60008E8 = 0x060008E8; D_60011D4 = 0x060011D4; -// ovl__0092FE80 +// ovl_sum_hal_chest02 D_6000000 = 0x06000000; D_6000020 = 0x06000020; -D_6000898 = 0x06000898; -D_6001014 = 0x06001014; -D_6001020 = 0x06001020; +cKF_ba_r_int_sum_hal_chest02 = 0x06000898; +cKF_bs_r_int_sum_hal_chest02 = 0x06001014; // ovl__00930210 |
