mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
lib/sead: Update submodule to cb4d46e (#768)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0904a18cc3
commit
c9d013c5b6
|
|
@ -72492,7 +72492,7 @@ MapObj/HackFork.o:
|
|||
- offset: 0x29debc
|
||||
size: 792
|
||||
label: _ZN8HackFork12trySwingJumpEv
|
||||
status: NonMatchingMajor
|
||||
status: Matching
|
||||
- offset: 0x29e1d4
|
||||
size: 540
|
||||
label: _ZN8HackFork11updateInputEPN4sead7Vector3IfEES2_
|
||||
|
|
|
|||
2
lib/sead
2
lib/sead
|
|
@ -1 +1 @@
|
|||
Subproject commit 52341da9ee7974347e181662457ddfbc9479ae55
|
||||
Subproject commit cb4d46e8d9258cd7a43fb381b279693a653e27c3
|
||||
|
|
@ -348,7 +348,6 @@ void HackFork::checkSwing() {
|
|||
mTimeSinceSwingStart++;
|
||||
}
|
||||
|
||||
// NON_MATCHING: Wrong loading order https://decomp.me/scratch/VW7ZF
|
||||
bool HackFork::trySwingJump() {
|
||||
if (rs::isTriggerHackSwing(mPlayerHack)) {
|
||||
mIsHackSwing = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue