diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2024-02-23 14:31:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 15:31:45 -0700 |
| commit | 84cb26a6b03cd5b886b2da4a5bc9eb881a05dda3 (patch) | |
| tree | 1091a541441805719c3f1193658161e08fd2b074 /linker_scripts | |
| parent | a187e97a8a499437bc818356a1d62670772ab8b4 (diff) | |
ac_t_keitai OK (#148)
* ac_t_keitai OK
* Pascal case the invented struct name
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_overlays.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/linker_scripts/jp/symbol_addrs_overlays.txt b/linker_scripts/jp/symbol_addrs_overlays.txt index f7855b2..b7fc34c 100644 --- a/linker_scripts/jp/symbol_addrs_overlays.txt +++ b/linker_scripts/jp/symbol_addrs_overlays.txt @@ -14394,23 +14394,23 @@ RO_FLT_80A1F440_jp = 0x80A1F440; // type:f32 aTKT_actor_ct = 0x80A1F510; // type:func func_80A1F58C_jp = 0x80A1F58C; // type:func -func_80A1F634_jp = 0x80A1F634; // type:func -func_80A1F6C0_jp = 0x80A1F6C0; // type:func -func_80A1F6E0_jp = 0x80A1F6E0; // type:func -func_80A1F700_jp = 0x80A1F700; // type:func -func_80A1F720_jp = 0x80A1F720; // type:func +aTKT_calc_scale = 0x80A1F634; // type:func +aTKT_takeout = 0x80A1F6C0; // type:func +aTKT_putaway = 0x80A1F6E0; // type:func +aTKT_destruct = 0x80A1F700; // type:func +aTKT_setupAction = 0x80A1F720; // type:func aTKT_actor_move = 0x80A1F7C8; // type:func aTKT_actor_draw = 0x80A1F824; // type:func // .data -D_80A1F960_jp = 0x80A1F960; // +aTKT_anm_dt = 0x80A1F960; // T_Keitai_Profile = 0x80A1F99C; // -D_FLT_80A1F9C0_jp = 0x80A1F9C0; // type:f32 -D_FLT_80A1F9C8_jp = 0x80A1F9C8; // type:f32 -D_FLT_80A1F9D0_jp = 0x80A1F9D0; // type:f32 -D_FLT_80A1F9D8_jp = 0x80A1F9D8; // type:f32 -D_80A1F9E0_jp = 0x80A1F9E0; // +start_scale = 0x80A1F9C0; // type:f32 allow_duplicated:true +end_scale = 0x80A1F9C8; // type:f32 +start_chno = 0x80A1F9D0; // type:f32 +end_chno = 0x80A1F9D8; // type:f32 +process = 0x80A1F9E0; // allow_duplicated:true D_80A1F9F4_jp = 0x80A1F9F4; // // .rodata @@ -14457,7 +14457,7 @@ aTHB_actor_draw = 0x80A1FF58; // type:func T_Hanabi_Profile = 0x80A20050; // aim = 0x80A20074; // type:f32 process = 0x80A2007C; // allow_duplicated:true -start_scale = 0x80A20090; // type:f32 +start_scale = 0x80A20090; // type:f32 allow_duplicated:true D_80A200A4_jp = 0x80A200A4; // // .rodata |
