summaryrefslogtreecommitdiff
path: root/data/field_move_scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/field_move_scripts.inc')
-rw-r--r--data/field_move_scripts.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/field_move_scripts.inc b/data/field_move_scripts.inc
index c36f95460..8fcf91616 100644
--- a/data/field_move_scripts.inc
+++ b/data/field_move_scripts.inc
@@ -1,6 +1,6 @@
S_CuttableTree:: @ 81B0DCC
lockall
- checkflag 2055
+ checkflag BADGE01_GET
goto_if 0, CannotUseCut
checkpokemove MOVE_CUT
compare RESULT, 6
@@ -58,7 +58,7 @@ CannotUseCutText: @ 81B0E8E
S_BreakableRock:: @ 81B0EB7
lockall
- checkflag 2057
+ checkflag BADGE03_GET
goto_if 0, CannotUseRockSmash
checkpokemove MOVE_ROCK_SMASH
compare RESULT, 6
@@ -125,9 +125,9 @@ CannotUseRockSmashText: @ 81B0F90
S_PushableBoulder:: @ 81B0FCB
lockall
- checkflag 2058
+ checkflag BADGE04_GET
goto_if 0, CannotUseStrength
- checkflag 2089
+ checkflag SYS_USE_STRENGTH
goto_if_eq AlreadyUsedStrength
checkpokemove 70
compare RESULT, 6
@@ -150,7 +150,7 @@ S_UseStrength:: @ 81B100E
end
UsedStrength: @ 81B1019
- setflag 2089
+ setflag SYS_USE_STRENGTH
msgbox UsedStrengthText, 3
releaseall
end