diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-23 20:12:14 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-23 20:12:14 -0400 |
| commit | 54d6414654d46eba17c2056f41d61a99e1f431af (patch) | |
| tree | 6221817f9265e73e49a806dc10fb601d077b287e /data/maps/Route25_SeaCottage | |
| parent | 16ab70a12c3b9106a7a74d6cea97f26986c7efd8 (diff) | |
field_specials through sub_80CBDE8
Diffstat (limited to 'data/maps/Route25_SeaCottage')
| -rw-r--r-- | data/maps/Route25_SeaCottage/scripts.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/Route25_SeaCottage/scripts.inc b/data/maps/Route25_SeaCottage/scripts.inc index b3c8e79ed..76be366f2 100644 --- a/data/maps/Route25_SeaCottage/scripts.inc +++ b/data/maps/Route25_SeaCottage/scripts.inc @@ -263,7 +263,7 @@ EventScript_17082B:: @ 817082B waitbuttonpress erasemonpic setvar VAR_0x8004, SPECIES_EEVEE - special sub_80CBDCC + special Special_SetSeenMon goto EventScript_1707D8 end @@ -272,7 +272,7 @@ EventScript_170840:: @ 8170840 waitbuttonpress erasemonpic setvar VAR_0x8004, SPECIES_FLAREON - special sub_80CBDCC + special Special_SetSeenMon goto EventScript_1707D8 end @@ -281,7 +281,7 @@ EventScript_170855:: @ 8170855 waitbuttonpress erasemonpic setvar VAR_0x8004, SPECIES_JOLTEON - special sub_80CBDCC + special Special_SetSeenMon goto EventScript_1707D8 end @@ -290,7 +290,7 @@ EventScript_17086A:: @ 817086A waitbuttonpress erasemonpic setvar VAR_0x8004, SPECIES_VAPOREON - special sub_80CBDCC + special Special_SetSeenMon goto EventScript_1707D8 end |
