diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-30 20:21:45 +0200 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-30 20:21:45 +0200 |
| commit | 4fd83717cd62a4a2c91cbe7762e86936b591d308 (patch) | |
| tree | 12708211143373d79ad1445bfc532525b5c8ce8a /src | |
| parent | b4995417d3b00b1e6ee6a7dc7a9a7f095d0b7de0 (diff) | |
Name sub_08078180
Diffstat (limited to 'src')
| -rw-r--r-- | src/interrupts.c | 2 | ||||
| -rw-r--r-- | src/playerUtils.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/interrupts.c b/src/interrupts.c index 3d5dbcf1..23934487 100644 --- a/src/interrupts.c +++ b/src/interrupts.c @@ -325,7 +325,7 @@ static void sub_080171F0(void) { if (gPlayerState.flags & PL_CLONING) gUnk_0200AF00.rActionPlayerState = R_ACTION_CANCEL; - sub_08078180(); + DetermineRButtonInteraction(); gPlayerState.field_0x7 &= ~0x80; gPlayerState.field_0xa &= 0xf; gPlayerState.keepFacing &= ~0x80; diff --git a/src/playerUtils.c b/src/playerUtils.c index 33be1be5..8147a443 100644 --- a/src/playerUtils.c +++ b/src/playerUtils.c @@ -971,7 +971,7 @@ void ForceSetPlayerState(u32 framestate) { sub_08078B48(); } -void sub_08078180(void) { +void DetermineRButtonInteraction(void) { u8 rAction; InteractableObject* interaction; |
