summaryrefslogtreecommitdiff
path: root/data-de/field_move_scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data-de/field_move_scripts.inc')
-rw-r--r--data-de/field_move_scripts.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/data-de/field_move_scripts.inc b/data-de/field_move_scripts.inc
index 497408299..b33765564 100644
--- a/data-de/field_move_scripts.inc
+++ b/data-de/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
@@ -61,7 +61,7 @@ CannotUseCutText: @ 81B0E8E
S_BreakableRock:: @ 81B0EB7
lockall
- checkflag 2057
+ checkflag BADGE03_GET
goto_if 0, CannotUseRockSmash
checkpokemove MOVE_ROCK_SMASH
compare RESULT, 6
@@ -128,9 +128,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
@@ -153,7 +153,7 @@ S_UseStrength:: @ 81B100E
end
UsedStrength: @ 81B1019
- setflag 2089
+ setflag SYS_USE_STRENGTH
msgbox UsedStrengthText, 3
releaseall
end