diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2024-03-25 13:25:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-25 13:25:13 -0400 |
| commit | 893ecbe83862528e98b674532cf6024b30df6a54 (patch) | |
| tree | c4a96be698a2e0e01eae71933deebd0d75e7617e /tools | |
| parent | 65f03934bb3abda83c33cebb9737fdf31f156236 (diff) | |
Turn D_802BFB80 into a union (#582)
* Turn D_802BFB80 into a union
As much as I hate it, it does make more matches possible
Got a few more, unrelated matches
Signed-off-by: Taggerung <tyler.taggerung@email.com>
* Update based on comment
Signed-off-by: Taggerung <tyler.taggerung@email.com>
* Update to address comment
Signed-off-by: Taggerung <tyler.taggerung@email.com>
---------
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Co-authored-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/doxygen_syms.md | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/tools/doxygen_syms.md b/tools/doxygen_syms.md index 7cf2f868f..9f033ac32 100644 --- a/tools/doxygen_syms.md +++ b/tools/doxygen_syms.md @@ -1939,6 +1939,8 @@ Variable Name | Memory Address [func_80099E54](@ref func_80099E54) | 0x80099E54 [func_80099E60](@ref func_80099E60) | 0x80099E60 [func_80099EC4](@ref func_80099EC4) | 0x80099EC4 +[func_8009A238](@ref func_8009A238) | 0x8009A238 +[func_8009A2F0](@ref func_8009A2F0) | 0x8009A2F0 [func_8009A344](@ref func_8009A344) | 0x8009A344 [func_8009A374](@ref func_8009A374) | 0x8009A374 [func_8009A478](@ref func_8009A478) | 0x8009A478 @@ -3640,10 +3642,6 @@ Variable Name | Memory Address [D_800F0C18](@ref D_800F0C18) | 0x800F0C18 [D_800F0C54](@ref D_800F0C54) | 0x800F0C54 [D_800F0C58](@ref D_800F0C58) | 0x800F0C58 -[D_800F0C6C](@ref D_800F0C6C) | 0x800F0C6C -[D_800F0C70](@ref D_800F0C70) | 0x800F0C70 -[D_800F0C74](@ref D_800F0C74) | 0x800F0C74 -[D_800F0C78](@ref D_800F0C78) | 0x800F0C78 [D_800F0CA0](@ref D_800F0CA0) | 0x800F0CA0 [D_800F0CD0](@ref D_800F0CD0) | 0x800F0CD0 [D_800F15E0](@ref D_800F15E0) | 0x800F15E0 @@ -3662,14 +3660,6 @@ Variable Name | Memory Address [D_800F1C40](@ref D_800F1C40) | 0x800F1C40 [D_800F1C44](@ref D_800F1C44) | 0x800F1C44 [D_800F1DC8](@ref D_800F1DC8) | 0x800F1DC8 -[D_800F1DD8](@ref D_800F1DD8) | 0x800F1DD8 -[D_800F1E80](@ref D_800F1E80) | 0x800F1E80 -[D_800F1E84](@ref D_800F1E84) | 0x800F1E84 -[D_800F1E88](@ref D_800F1E88) | 0x800F1E88 -[D_800F1E8C](@ref D_800F1E8C) | 0x800F1E8C -[D_800F1E90](@ref D_800F1E90) | 0x800F1E90 -[D_800F1E94](@ref D_800F1E94) | 0x800F1E94 -[D_800F1E98](@ref D_800F1E98) | 0x800F1E98 [D_800F1F18](@ref D_800F1F18) | 0x800F1F18 [D_800F1F20](@ref D_800F1F20) | 0x800F1F20 [D_800F2B38](@ref D_800F2B38) | 0x800F2B38 |
