diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-24 10:46:49 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-24 10:46:49 -0500 |
commit | 505a6595bc32dd687500f2e0561fcf4e9f8fca8c (patch) | |
tree | 55b9a405e8a077bcfff36cf21c9914beccfd80a3 /engine | |
parent | 09ff04dbfc0e7afbb1e7adf77e0294ad5e91df57 (diff) |
EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481)
Diffstat (limited to 'engine')
-rw-r--r-- | engine/events/std_scripts.asm | 2 | ||||
-rw-r--r-- | engine/phone/phone_scripts.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/std_scripts.asm b/engine/events/std_scripts.asm index 42dce7c65..cd4aa1497 100644 --- a/engine/events/std_scripts.asm +++ b/engine/events/std_scripts.asm @@ -384,7 +384,7 @@ BugContestResults_CleanUp ; 0xbc31e BugContestResults_FirstPlace ; 0xbc31e - setevent EVENT_GAVE_KURT_APRICORNS + setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1 itemtotext SUN_STONE, MEM_BUFFER_1 farwritetext ContestResults_PlayerWonAPrizeText waitbutton diff --git a/engine/phone/phone_scripts.asm b/engine/phone/phone_scripts.asm index d087a59f1..cc72cf189 100644 --- a/engine/phone/phone_scripts.asm +++ b/engine/phone/phone_scripts.asm @@ -16,7 +16,7 @@ MomPhoneScript: ; 0xbceaa jump MomPhoneNoPokemonScript .bcec5 ; 0xbcec5 - checkevent EVENT_IN_YOUR_ROOM + checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_8 iftrue MomPhoneHangUpScript farwritetext MomPhoneGreetingText buttonsound |