summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCatobat <69204835+Catobat@users.noreply.github.com>2023-04-30 20:21:45 +0200
committerCatobat <69204835+Catobat@users.noreply.github.com>2023-04-30 20:21:45 +0200
commit4fd83717cd62a4a2c91cbe7762e86936b591d308 (patch)
tree12708211143373d79ad1445bfc532525b5c8ce8a /include
parentb4995417d3b00b1e6ee6a7dc7a9a7f095d0b7de0 (diff)
Name sub_08078180
Diffstat (limited to 'include')
-rw-r--r--include/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/player.h b/include/player.h
index 489b305c..eb347479 100644
--- a/include/player.h
+++ b/include/player.h
@@ -12,7 +12,7 @@ enum PlayerActions {
PLAYER_JUMP,
PLAYER_PUSH,
PLAYER_BOUNCE,
- PLAYER_08070E9C, // sub_080782C0, only when PLAYER_INPUT_1000 is newInput
+ PLAYER_08070E9C, // sub_080782C0, only when pressing L to start a Kinstone Fusion
PLAYER_ITEMGET,
PLAYER_MINISH,
PLAYER_MINISHDIE,
@@ -534,7 +534,7 @@ bool32 IsItemActive(ItemBehavior*);
bool32 IsItemActivatedThisFrame(ItemBehavior*);
bool32 IsItemActiveByInput(ItemBehavior*, PlayerInputState);
bool32 sub_08077FEC(u32);
-void sub_08078180(void);
+void DetermineRButtonInteraction(void);
void ResetPossibleInteraction();
void AddInteractableFuser(Entity*, u32);
void AddInteractableSmallKeyLock(Entity*);