We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9734b43 commit b507d23Copy full SHA for b507d23
1 file changed
ASM/src/big_poe.asm
@@ -15,7 +15,8 @@ big_poe_soul_collision:
15
bne t2, t3, @@no_collision ; if epona is colliding, check if Link is indeed riding
16
nop
17
18
- lw v0, 0x1C44(a1) ; v0 = Player
+ lw t2, 0x34(sp) ; t2 = Playstate
19
+ lw v0, 0x1C44(t2) ; v0 = Player
20
lw t2, 0x066C(v0) ; t2 = player->stateFlags1
21
sll t3, t2, 8 ; t3 = (player->stateFlags1 & PLAYER_STATE1_23), the riding state
22
bltzl t3, @@collision
0 commit comments