summaryrefslogtreecommitdiff
path: root/src/field_specials.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-18 17:50:55 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-18 17:50:55 -0400
commit014596dea5e5c0c3e76aa0731d914573597144ef (patch)
tree9426358737279dbf8976407078040463d8156d2e /src/field_specials.c
parented16a7409ae9c808a110975dec1930f9f949a6d6 (diff)
Document and refactor AdjustFriendship
Diffstat (limited to 'src/field_specials.c')
-rw-r--r--src/field_specials.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_specials.c b/src/field_specials.c
index 8e5c79cb1..efa3451e0 100644
--- a/src/field_specials.c
+++ b/src/field_specials.c
@@ -2064,7 +2064,7 @@ void RunMassageCooldownStepCounter(void)
void DaisyMassageServices(void)
{
- AdjustFriendship(&gPlayerParty[gSpecialVar_0x8004], 6);
+ AdjustFriendship(&gPlayerParty[gSpecialVar_0x8004], FRIENDSHIP_EVENT_MASSAGE);
VarSet(VAR_MASSAGE_COOLDOWN_STEP_COUNTER, 0);
}