diff options
Diffstat (limited to 'data/maps/VerdanturfTown_FriendshipRatersHouse/scripts.inc')
-rw-r--r-- | data/maps/VerdanturfTown_FriendshipRatersHouse/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/VerdanturfTown_FriendshipRatersHouse/scripts.inc b/data/maps/VerdanturfTown_FriendshipRatersHouse/scripts.inc index ed60ec1c7..4ec0af464 100644 --- a/data/maps/VerdanturfTown_FriendshipRatersHouse/scripts.inc +++ b/data/maps/VerdanturfTown_FriendshipRatersHouse/scripts.inc @@ -5,8 +5,8 @@ VerdanturfTown_FriendshipRatersHouse_EventScript_154030:: @ 8154030 lock faceplayer msgbox VerdanturfTown_FriendshipRatersHouse_Text_178A9C, 4 - specialvar RESULT, GetLeadMonFriendshipScore - switch RESULT + specialvar VAR_RESULT, GetLeadMonFriendshipScore + switch VAR_RESULT case 0, VerdanturfTown_FriendshipRatersHouse_EventScript_154093 case 1, VerdanturfTown_FriendshipRatersHouse_EventScript_15409D case 2, VerdanturfTown_FriendshipRatersHouse_EventScript_1540A7 |