diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2019-08-18 01:35:30 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-08-21 17:06:55 -0500 |
commit | f08615881ea84bc441ea1aba4682adc2a6315a29 (patch) | |
tree | 46ce7283977643e7eb0eba3a2fe5553709ea4142 /data | |
parent | 5fb7ab05dd1e0897687ef9eb79bd9769c42c679c (diff) |
Changes from review
Diffstat (limited to 'data')
-rw-r--r-- | data/event_scripts.s | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 563f7fb7b..a7c2dc93f 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1,6 +1,7 @@ #include "constants/global.h" #include "constants/battle_frontier.h" #include "constants/battle_setup.h" +#include "constants/contest.h" #include "constants/easy_chat.h" #include "constants/event_objects.h" #include "constants/event_object_movement_constants.h" @@ -4818,15 +4819,15 @@ LilycoveCity_PokemonCenter_1F_EventScript_2A89C7:: @ 82A89C7 specialvar VAR_RESULT, GetContestLadyCategory special Script_BufferContestLadyCategoryAndMonName special GetContestLadyMonSpecies - compare VAR_RESULT, 0 @CONTEST_CATEGORY_COOL + compare VAR_RESULT, CONTEST_CATEGORY_COOL goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8A0A - compare VAR_RESULT, 1 @CONTEST_CATEGORY_BEAUTY + compare VAR_RESULT, CONTEST_CATEGORY_BEAUTY goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8A1D - compare VAR_RESULT, 2 @CONTEST_CATEGORY_CUTE + compare VAR_RESULT, CONTEST_CATEGORY_CUTE goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8A30 - compare VAR_RESULT, 3 @CONTEST_CATEGORY_SMART + compare VAR_RESULT, CONTEST_CATEGORY_SMART goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8A43 - compare VAR_RESULT, 4 @CONTEST_CATEGORY_TOUGH + compare VAR_RESULT, CONTEST_CATEGORY_TOUGH goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8A56 end |