diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 22:29:45 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 22:29:45 -0500 |
commit | 0eb0c40ba7be54862364e6cd3a77cc605a4ada16 (patch) | |
tree | c449bf08b91a3e5ccc1bf728dd9a0b7940ddef8e /maps/Route37.asm | |
parent | b8dcccd0da7d7eda8f4e480aeb4f87d08d7461b4 (diff) |
buttonsound
Diffstat (limited to 'maps/Route37.asm')
-rw-r--r-- | maps/Route37.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Route37.asm b/maps/Route37.asm index 5e0853607..bedfe01fa 100644 --- a/maps/Route37.asm +++ b/maps/Route37.asm @@ -71,17 +71,17 @@ SunnyScript: checkevent EVENT_MET_SUNNY_OF_SUNDAY iftrue .MetSunny writetext MeetSunnyText - keeptextopen + buttonsound setevent EVENT_MET_SUNNY_OF_SUNDAY .MetSunny checkflag ENGINE_PLAYER_IS_FEMALE iftrue .Kris writetext SunnyGivesGiftText1 - keeptextopen + buttonsound jump .next .Kris writetext SunnyGivesGiftText2 - keeptextopen + buttonsound .next verbosegiveitem MAGNET iffalse SunnyDoneScript |