summaryrefslogtreecommitdiff
path: root/maps/Route37.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-11-03 12:48:54 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-11-03 12:48:54 -0500
commit4aeab6b87901a3571b105564576ac356ca527172 (patch)
tree26e986069d9eb4e58a98a9088ee84235c705fb4f /maps/Route37.asm
parent5134266b9a4570f69df5e9bc8a0d91a116da796c (diff)
Rename buttonsound to promptbutton
Diffstat (limited to 'maps/Route37.asm')
-rw-r--r--maps/Route37.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Route37.asm b/maps/Route37.asm
index 701afbed3..0459da742 100644
--- a/maps/Route37.asm
+++ b/maps/Route37.asm
@@ -66,17 +66,17 @@ SunnyScript:
checkevent EVENT_MET_SUNNY_OF_SUNDAY
iftrue .MetSunny
writetext MeetSunnyText
- buttonsound
+ promptbutton
setevent EVENT_MET_SUNNY_OF_SUNDAY
.MetSunny:
checkflag ENGINE_PLAYER_IS_FEMALE
iftrue .Kris
writetext SunnyGivesGiftText1
- buttonsound
+ promptbutton
sjump .next
.Kris:
writetext SunnyGivesGiftText2
- buttonsound
+ promptbutton
.next
verbosegiveitem MAGNET
iffalse SunnyDoneScript