diff options
author | garak <garakmon@gmail.com> | 2018-12-09 22:24:54 -0500 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2018-12-09 22:24:54 -0500 |
commit | e1e2132a37e188372f3923cdb741897978cb6e2a (patch) | |
tree | 8c919b192cbb5f2dfc5289f79f77ea4ed1e1b56c /src/field_control_avatar.c | |
parent | b4312648e282909be909e084bf2302e29c538c68 (diff) |
sync fldeff function names with pokeruby
Diffstat (limited to 'src/field_control_avatar.c')
-rw-r--r-- | src/field_control_avatar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field_control_avatar.c b/src/field_control_avatar.c index c52f5190f..ae598045e 100644 --- a/src/field_control_avatar.c +++ b/src/field_control_avatar.c @@ -522,13 +522,13 @@ static bool8 TryStartMiscWalkingScripts(u16 metatileBehavior) } else if (MetatileBehavior_IsSecretBaseGlitterMat(metatileBehavior) == TRUE) { - sub_80FA9D0(); + DoSecretBaseGlitterMatSparkle(); return FALSE; } else if (MetatileBehavior_IsSecretBaseSoundMat(metatileBehavior) == TRUE) { PlayerGetDestCoords(&x, &y); - sub_80FA970(MapGridGetMetatileIdAt(x, y)); + PlaySecretBaseMusicNoteMatSound(MapGridGetMetatileIdAt(x, y)); return FALSE; } return FALSE; |