diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-15 10:57:06 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-15 10:57:06 -0500 |
| commit | 65d3b583748bf1a8e03bc55baa31760bd5bdc384 (patch) | |
| tree | e9a0b232711ce82ced478c4786c744eb27603b96 /data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc | |
| parent | f85de6eca57ee9497bf81f023bd7784b3115f2ce (diff) | |
Add PARTY_NOTHING_CHOSEN
Diffstat (limited to 'data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc')
| -rw-r--r-- | data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc b/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc index 945d61646..096f13877 100644 --- a/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc +++ b/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc @@ -27,7 +27,7 @@ FallarborTown_MoveRelearnersHouse_EventScript_ChooseMon:: msgbox FallarborTown_MoveRelearnersHouse_Text_TutorWhichMon, MSGBOX_DEFAULT special ChooseMonForMoveRelearner waitstate - compare VAR_0x8004, 255 + compare VAR_0x8004, PARTY_NOTHING_CHOSEN goto_if_eq FallarborTown_MoveRelearnersHouse_EventScript_ComeBackWithHeartScale special IsSelectedMonEgg compare VAR_RESULT, TRUE |
