diff options
author | YamaArashi <shadow962@live.com> | 2016-11-05 15:36:57 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-05 15:36:57 -0700 |
commit | 279394c8e54c309ededee2225955a86ee6ab3bb0 (patch) | |
tree | 02466e832636eef5534890072074a6299daed75b /data/scripts/maps | |
parent | ee9a346e69ddb800899c0dfe4730898592169f01 (diff) |
contest rank var
Diffstat (limited to 'data/scripts/maps')
4 files changed, 7 insertions, 7 deletions
diff --git a/data/scripts/maps/FallarborTown_ContestLobby.inc b/data/scripts/maps/FallarborTown_ContestLobby.inc index 9bbd48722..706d9aa5f 100644 --- a/data/scripts/maps/FallarborTown_ContestLobby.inc +++ b/data/scripts/maps/FallarborTown_ContestLobby.inc @@ -8,7 +8,7 @@ FallarborTown_ContestLobby_MapScript1_1539C7:: @ 81539C7 FallarborTown_ContestLobby_EventScript_1539CD:: @ 81539CD setvar 0x800b, 6 - setvar 0x8010, 1 + setvar CONTEST_RANK, 1 call FallarborTown_ContestLobby_EventScript_1A4E92 call FallarborTown_ContestLobby_EventScript_1539F8 special 83 diff --git a/data/scripts/maps/LilycoveCity_ContestLobby.inc b/data/scripts/maps/LilycoveCity_ContestLobby.inc index 576e13d84..419e04a8f 100644 --- a/data/scripts/maps/LilycoveCity_ContestLobby.inc +++ b/data/scripts/maps/LilycoveCity_ContestLobby.inc @@ -359,7 +359,7 @@ LilycoveCity_ContestLobby_EventScript_158C35:: @ 8158C35 LilycoveCity_ContestLobby_EventScript_158C42:: @ 8158C42 msgbox LilycoveCity_ContestLobby_Text_188703, 4 - setvar 0x8010, 0 + setvar CONTEST_RANK, 0 choosecontestpkmn compare 0x8004, 255 jumpeq LilycoveCity_ContestLobby_EventScript_158CEA @@ -484,7 +484,7 @@ LilycoveCity_ContestLobby_EventScript_158DEE:: @ 8158DEE setvar 0x4086, 1 special 86 setvar 0x4088, 5 - setvar 0x8010, 3 + setvar CONTEST_RANK, 3 call LilycoveCity_ContestLobby_EventScript_158F08 end @@ -572,7 +572,7 @@ LilycoveCity_ContestLobby_EventScript_158EB0:: @ 8158EB0 compare RESULT, 1 jumpeq LilycoveCity_ContestLobby_EventScript_158EE8 setvar 0x800b, 8 - setvar 0x8010, 3 + setvar CONTEST_RANK, 3 call LilycoveCity_ContestLobby_EventScript_1A4E92 call LilycoveCity_ContestLobby_EventScript_158F86 special 83 @@ -587,7 +587,7 @@ LilycoveCity_ContestLobby_EventScript_158EE8:: @ 8158EE8 copyvar 0x4094, 0x1 additem ITEM_CONTEST_PASS, 1 setvar 0x800b, 8 - setvar 0x8010, 3 + setvar CONTEST_RANK, 3 setvar 0x4099, 1 setflag 2107 end diff --git a/data/scripts/maps/SlateportCity_ContestLobby.inc b/data/scripts/maps/SlateportCity_ContestLobby.inc index 46b595034..b2cce5312 100644 --- a/data/scripts/maps/SlateportCity_ContestLobby.inc +++ b/data/scripts/maps/SlateportCity_ContestLobby.inc @@ -8,7 +8,7 @@ SlateportCity_ContestLobby_MapScript1_155417:: @ 8155417 SlateportCity_ContestLobby_EventScript_15541D:: @ 815541D setvar 0x800b, 7 - setvar 0x8010, 2 + setvar CONTEST_RANK, 2 call SlateportCity_ContestLobby_EventScript_1A4E92 call SlateportCity_ContestLobby_EventScript_155448 special 83 diff --git a/data/scripts/maps/VerdanturfTown_ContestLobby.inc b/data/scripts/maps/VerdanturfTown_ContestLobby.inc index 7033e4fb1..066ecbdce 100644 --- a/data/scripts/maps/VerdanturfTown_ContestLobby.inc +++ b/data/scripts/maps/VerdanturfTown_ContestLobby.inc @@ -8,7 +8,7 @@ VerdanturfTown_ContestLobby_MapScript1_153D70:: @ 8153D70 VerdanturfTown_ContestLobby_EventScript_153D76:: @ 8153D76 setvar 0x800b, 5 - setvar 0x8010, 0 + setvar CONTEST_RANK, 0 call VerdanturfTown_ContestLobby_EventScript_1A4E92 call VerdanturfTown_ContestLobby_EventScript_153DA1 special 83 |