mirror of
https://github.com/zeldaret/tmc
synced 2026-07-09 14:55:35 -04:00
Name sub_08078180
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
+1
-1
@@ -971,7 +971,7 @@ void ForceSetPlayerState(u32 framestate) {
|
||||
sub_08078B48();
|
||||
}
|
||||
|
||||
void sub_08078180(void) {
|
||||
void DetermineRButtonInteraction(void) {
|
||||
u8 rAction;
|
||||
InteractableObject* interaction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user