diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-25 02:30:35 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-25 02:30:35 -0500 |
commit | 1cd5cb09cfb434b2f688a5a6ec13e0a2d430a41a (patch) | |
tree | cc65eb016360235949060651e98063e01a746352 /data/scripts/contest_hall.inc | |
parent | e1b2460748dfd9d1a4b3c6eb760e86fb616a7ce6 (diff) | |
parent | a589d4a630a130e78bdf0819b807a133562d4449 (diff) |
Merge branch 'master' into weather-15
Diffstat (limited to 'data/scripts/contest_hall.inc')
-rw-r--r-- | data/scripts/contest_hall.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/contest_hall.inc b/data/scripts/contest_hall.inc index f85ebd3d2..fa09c5e15 100644 --- a/data/scripts/contest_hall.inc +++ b/data/scripts/contest_hall.inc @@ -35,7 +35,7 @@ LilycoveCity_ContestLobby_EventScript_279D2C:: @ 8279D2C end LilycoveCity_ContestLobby_EventScript_279D4B:: @ 8279D4B - call LilycoveCity_ContestLobby_EventScript_27205E + call Common_EventScript_BagIsFull msgbox LilycoveCity_ContestLobby_Text_27B6E7, MSGBOX_DEFAULT release end @@ -1215,7 +1215,7 @@ LinkContestRoom1_EventScript_27AC77:: @ 827AC77 LinkContestRoom1_EventScript_27ACA8:: @ 827ACA8 lockall - call LinkContestRoom1_EventScript_27205E + call Common_EventScript_BagIsFull msgbox LinkContestRoom1_Text_27BC2F, MSGBOX_DEFAULT releaseall setvar VAR_0x408A, 4 |