From 7866e3c17a1a631e3ea2ddfb2068cd9486555d82 Mon Sep 17 00:00:00 2001 From: BRODY MORAN Date: Wed, 12 Oct 2022 13:23:33 +0000 Subject: [PATCH] Start by removing badge requirements for HM moves. --- data/scripts/field_move_scripts.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/scripts/field_move_scripts.inc b/data/scripts/field_move_scripts.inc index 5e4fa95..a35a694 100644 --- a/data/scripts/field_move_scripts.inc +++ b/data/scripts/field_move_scripts.inc @@ -1,7 +1,6 @@ @ Interact with cuttable tree EventScript_CutTree:: lockall - goto_if_unset FLAG_BADGE01_GET, EventScript_CheckTreeCantCut checkpartymove MOVE_CUT goto_if_eq VAR_RESULT, PARTY_SIZE, EventScript_CheckTreeCantCut setfieldeffectargument 0, VAR_RESULT @@ -54,7 +53,6 @@ Text_CantCut: @ Interact with smashable rock EventScript_RockSmash:: lockall - goto_if_unset FLAG_BADGE03_GET, EventScript_CantSmashRock checkpartymove MOVE_ROCK_SMASH goto_if_eq VAR_RESULT, PARTY_SIZE, EventScript_CantSmashRock setfieldeffectargument 0, VAR_RESULT @@ -111,7 +109,6 @@ Text_CantSmash: EventScript_StrengthBoulder:: lockall - goto_if_unset FLAG_BADGE04_GET, EventScript_CantStrength goto_if_set FLAG_SYS_USE_STRENGTH, EventScript_CheckActivatedBoulder checkpartymove MOVE_STRENGTH goto_if_eq VAR_RESULT, PARTY_SIZE, EventScript_CantStrength