diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-03-04 21:30:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-04 21:30:22 +0100 |
| commit | c302c7a613e4ff2e6337b121a65a7d79609fe393 (patch) | |
| tree | b4b251a6e8488f65adea73c9d355a4b0fb6c421e /src | |
| parent | 25681a567bd13c68840ae2aabe8fa9984c6e8dfb (diff) | |
| parent | 1a3b42871f7a4668a90caa7cf498f211144b60d8 (diff) | |
Merge pull request #79 from AetiasHax/delink
Delink some actors in overlay 0
Diffstat (limited to 'src')
| -rw-r--r-- | src/00_Core/Actor/Dungeon/ActorEventIcon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Actor/Dungeon/ActorEventIcon.cpp b/src/00_Core/Actor/Dungeon/ActorEventIcon.cpp index 8e943095..94e7381d 100644 --- a/src/00_Core/Actor/Dungeon/ActorEventIcon.cpp +++ b/src/00_Core/Actor/Dungeon/ActorEventIcon.cpp @@ -8,6 +8,6 @@ bool ActorEventIcon::vfunc_08() {} void ActorEventIcon::vfunc_14(u32 param1) {} void ActorEventIcon::vfunc_18(u32 param1) {} u32 ActorEventIcon::func_ov000_02090648(u32 param1) {} -bool func_ov000_02090774(u32 param1) {} +bool ActorEventIcon::func_ov000_02090774(u32 param1) {} void ActorEventIcon::vfunc_1c(u16 *param1) {} ActorEventIcon::~ActorEventIcon() {} |
