Fixes music in mt. moon square

This commit is contained in:
chardub
2025-02-17 18:23:02 -05:00
parent 1ddb9ba24a
commit 67d32e7c18
19 changed files with 14 additions and 3 deletions

View File

@@ -423,7 +423,7 @@ def pbEventNextToPlayer?(event,player)
end
# Returns whether event is in line with the player, is facing the player and is
# Returns whether event is in line with the player, is
# within distance tiles of the player.
def pbEventFacesPlayer?(event, player, distance)
return pbEventNextToPlayer?(event,player) if distance == 0