Skip to content

Commit 5e10dfe

Browse files
author
djevangelia
committed
Hookshot softlock fix, whitespace
1 parent 4c705f0 commit 5e10dfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ASM/c/player.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
extern void Player_UseItem(z64_game_t* game, z64_link_t* player, int32_t item);
55

6-
#endif
6+
#endif

ASM/src/player_hookshotcheckspawn.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Player_HookshotCheckActorSpawn:
2-
bnez v0,@@Return ; If Hookshot actor spawned,
2+
bnez v0,@@Return ; If Hookshot actor spawned,
33
sw v0,924(a1) ; set it as heldActor and continue
44

55
addiu sp,sp,-24

0 commit comments

Comments
 (0)