diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-11-12 02:41:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-12 05:41:55 -0500 |
| commit | ebd7e3feed369cc482ec7b5f537c4d363f81eb60 (patch) | |
| tree | 9b7ed830aeff3a3af912df33efdb56d90c3cff8b /src/d/actor/d_a_alink.cpp | |
| parent | f2a7b2a83a8976076eaf13d5754e6096a5887f24 (diff) | |
d_error_msg mostly done, little Z2LinkMgr work (#2248)
Diffstat (limited to 'src/d/actor/d_a_alink.cpp')
| -rw-r--r-- | src/d/actor/d_a_alink.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/d/actor/d_a_alink.cpp b/src/d/actor/d_a_alink.cpp index 4823cd6053..35351699f1 100644 --- a/src/d/actor/d_a_alink.cpp +++ b/src/d/actor/d_a_alink.cpp @@ -50,6 +50,14 @@ #include "d/actor/d_a_tag_mwait.h" #include "d/actor/d_a_canoe.h" +/* 80450FB8-80450FBC -00001 0004+00 0/0 1/1 0/0 .sbss None */ +extern u8 struct_80450FB8[4]; +u8 struct_80450FB8[4]; + +/* 80450FBC-80450FC0 -00001 0004+00 0/0 1/1 0/0 .sbss None */ +extern u8 struct_80450FBC[4]; +u8 struct_80450FBC[4]; + static fopAc_ac_c* daAlink_searchTagKandelaar(fopAc_ac_c* i_actor, void* i_data); /* 8009D87C-8009D884 0981BC 0008+00 0/0 1/1 0/0 .text getE3Zhint__9daAlink_cFv */ |
