summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-21 15:46:06 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-21 15:46:06 -0400
commita41b6329e39b09b5a9821dec9d1776229666cf6d (patch)
tree97721e20aa441a0ce84c7a984114386011ce6177 /data
parent10ef6706080e519285dc9f4091a5f9af6855961f (diff)
Fix name of a field special
Diffstat (limited to 'data')
-rw-r--r--data/event_scripts.s2
-rw-r--r--data/maps/CinnabarIsland_PokemonLab_Lounge/scripts.inc2
-rw-r--r--data/maps/FuchsiaCity_House3/scripts.inc2
-rw-r--r--data/maps/LavenderTown_House2/scripts.inc2
-rw-r--r--data/maps/PalletTown_GarysHouse/scripts.inc2
-rw-r--r--data/maps/Route12_FishingHouse/scripts.inc2
-rw-r--r--data/maps/SixIsland_WaterPath_House1/scripts.inc2
-rw-r--r--data/specials.inc2
8 files changed, 8 insertions, 8 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s
index 070c653df..b53e7d03a 100644
--- a/data/event_scripts.s
+++ b/data/event_scripts.s
@@ -3897,7 +3897,7 @@ EventScript_1A8CAD:: @ 81A8CAD
return
EventScript_1A8CBD:: @ 81A8CBD
- special Special_ChooseMonToDeleteMove
+ special Special_ChooseMonFromParty
waitstate
lock
faceplayer
diff --git a/data/maps/CinnabarIsland_PokemonLab_Lounge/scripts.inc b/data/maps/CinnabarIsland_PokemonLab_Lounge/scripts.inc
index af25aef3b..6cf717fe5 100644
--- a/data/maps/CinnabarIsland_PokemonLab_Lounge/scripts.inc
+++ b/data/maps/CinnabarIsland_PokemonLab_Lounge/scripts.inc
@@ -55,7 +55,7 @@ CinnabarIsland_PokemonLab_Lounge_EventScript_16E33E:: @ 816E33E
msgbox gUnknown_81A5AD6, MSGBOX_YESNO
compare_var_to_value VAR_RESULT, 0
goto_if eq, EventScript_16E3BC
- special Special_ChooseMonToDeleteMove
+ special Special_ChooseMonFromParty
waitstate
copyvar VAR_0x800A, VAR_0x8004
compare_var_to_value VAR_0x8004, 6
diff --git a/data/maps/FuchsiaCity_House3/scripts.inc b/data/maps/FuchsiaCity_House3/scripts.inc
index 8cf131bcb..f08f9371d 100644
--- a/data/maps/FuchsiaCity_House3/scripts.inc
+++ b/data/maps/FuchsiaCity_House3/scripts.inc
@@ -12,7 +12,7 @@ FuchsiaCity_House3_EventScript_16D895:: @ 816D895
EventScript_16D8B0:: @ 816D8B0
msgbox gUnknown_8199421
- special Special_ChooseMonToDeleteMove
+ special Special_ChooseMonFromParty
waitstate
compare_var_to_value VAR_0x8004, 6
goto_if ge, EventScript_16D941
diff --git a/data/maps/LavenderTown_House2/scripts.inc b/data/maps/LavenderTown_House2/scripts.inc
index 92873c254..213e84754 100644
--- a/data/maps/LavenderTown_House2/scripts.inc
+++ b/data/maps/LavenderTown_House2/scripts.inc
@@ -13,7 +13,7 @@ LavenderTown_House2_EventScript_16B266:: @ 816B266
EventScript_16B287:: @ 816B287
msgbox gUnknown_8193AA6
- special Special_ChooseMonToDeleteMove
+ special Special_ChooseMonFromParty
waitstate
compare_var_to_value VAR_0x8004, 6
goto_if lt, EventScript_16B2B4
diff --git a/data/maps/PalletTown_GarysHouse/scripts.inc b/data/maps/PalletTown_GarysHouse/scripts.inc
index af5e6985b..7900d62e8 100644
--- a/data/maps/PalletTown_GarysHouse/scripts.inc
+++ b/data/maps/PalletTown_GarysHouse/scripts.inc
@@ -55,7 +55,7 @@ EventScript_168DB9:: @ 8168DB9
compare_var_to_value VAR_RESULT, 0
goto_if eq, EventScript_168E3C
msgbox gUnknown_818D8B2
- special Special_ChooseMonToDeleteMove
+ special Special_ChooseMonFromParty
waitstate
lock
faceplayer
diff --git a/data/maps/Route12_FishingHouse/scripts.inc b/data/maps/Route12_FishingHouse/scripts.inc
index 5f19babef..927bc3bea 100644
--- a/data/maps/Route12_FishingHouse/scripts.inc
+++ b/data/maps/Route12_FishingHouse/scripts.inc
@@ -41,7 +41,7 @@ EventScript_16FF7F:: @ 816FF7F
goto_if eq, EventScript_16FFF5
special sub_80A096C
msgbox gUnknown_819F2DB
- special Special_ChooseMonToDeleteMove
+ special Special_ChooseMonFromParty
waitstate
copyvar VAR_RESULT, VAR_0x8004
compare_var_to_value VAR_RESULT, 6
diff --git a/data/maps/SixIsland_WaterPath_House1/scripts.inc b/data/maps/SixIsland_WaterPath_House1/scripts.inc
index 4cf4bc960..be9e12915 100644
--- a/data/maps/SixIsland_WaterPath_House1/scripts.inc
+++ b/data/maps/SixIsland_WaterPath_House1/scripts.inc
@@ -14,7 +14,7 @@ SixIsland_WaterPath_House1_EventScript_17206D:: @ 817206D
goto_if eq, EventScript_1720E5
special sub_80A0918
msgbox gUnknown_81A4A3F
- special Special_ChooseMonToDeleteMove
+ special Special_ChooseMonFromParty
waitstate
copyvar VAR_RESULT, VAR_0x8004
compare_var_to_value VAR_RESULT, 6
diff --git a/data/specials.inc b/data/specials.inc
index 13b113bbe..aa558bbd4 100644
--- a/data/specials.inc
+++ b/data/specials.inc
@@ -168,7 +168,7 @@ gSpecials:: @ 815FD60
def_special nullsub_75
def_special sub_807F888
def_special ChangePokemonNickname
- def_special Special_ChooseMonToDeleteMove
+ def_special Special_ChooseMonFromParty
def_special nullsub_75
def_special nullsub_75
def_special nullsub_75