diff options
| author | Fontbane <fontbane@gmail.com> | 2019-05-13 10:48:41 -0400 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-05-13 10:16:28 -0500 |
| commit | d9115ada86efcdf2cb07690c794cece15119a7c6 (patch) | |
| tree | de94060013ad4fe1ebecf37e4359c3b7258497a1 /data/maps/Route119_WeatherInstitute_2F | |
| parent | 08c8ca8287a425008a42113ccc44beda2cf22313 (diff) | |
Use species constants for VAR_TEMP_1 before givemon
Diffstat (limited to 'data/maps/Route119_WeatherInstitute_2F')
| -rw-r--r-- | data/maps/Route119_WeatherInstitute_2F/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/Route119_WeatherInstitute_2F/scripts.inc b/data/maps/Route119_WeatherInstitute_2F/scripts.inc index 1a9ccfa7e..d5a2de5ce 100644 --- a/data/maps/Route119_WeatherInstitute_2F/scripts.inc +++ b/data/maps/Route119_WeatherInstitute_2F/scripts.inc @@ -83,7 +83,7 @@ Route119_WeatherInstitute_2F_EventScript_26FFC8:: @ 826FFC8 Route119_WeatherInstitute_2F_EventScript_27004D:: @ 827004D msgbox Route119_WeatherInstitute_2F_Text_270650, MSGBOX_DEFAULT - setvar VAR_TEMP_1, 385 + setvar VAR_TEMP_1, SPECIES_CASTFORM givemon SPECIES_CASTFORM, 25, ITEM_MYSTIC_WATER, 0x0, 0x0, 0 compare VAR_RESULT, 0 goto_if_eq Route119_WeatherInstitute_2F_EventScript_270085 |
