Skip to content

Commit

Permalink
fix:requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzy2319 committed Nov 26, 2024
1 parent 023b02a commit a21b41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/odyssey_functions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -58143,7 +58143,7 @@ Address,Quality,Size,Name
0x0000007100910a50,O,000360,_ZN2al22BackHideDitherAnimator6updateEv
0x0000007100910bb8,O,000124,_ZN2al13BackHidePartsC2EPKc
0x0000007100910c34,O,000136,_ZN2al13BackHidePartsC1EPKc
0x0000007100910cbc,M,000144,_ZN2al13BackHideParts4initERKNS_13ActorInitInfoE
0x0000007100910cbc,m,000144,_ZN2al13BackHideParts4initERKNS_13ActorInitInfoE
0x0000007100910d4c,O,000036,_ZN2al22BackHideDitherAnimatorD0Ev
0x0000007100910d70,O,000140,_ZN2al17BreakMapPartsBaseC2EPKc
0x0000007100910dfc,O,000152,_ZN2al17BreakMapPartsBaseC1EPKc
Expand Down
2 changes: 1 addition & 1 deletion lib/al/Library/MapObj/BackHideParts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void BackHideDitherAnimator::update() {

BackHideParts::BackHideParts(const char* name) : LiveActor(name) {}

// TODO: NON_MATCHING https://decomp.me/scratch/j5tRy
// NON_MATCHING: regswap (https://decomp.me/scratch/j5tRy)
void BackHideParts::init(const ActorInitInfo& info) {
const char* suffix = nullptr;
tryGetStringArg(&suffix, info, "Suffix");
Expand Down

0 comments on commit a21b41b

Please sign in to comment.