diff options
Diffstat (limited to 'data/scripts')
| -rw-r--r-- | data/scripts/field_move_scripts.inc | 11 | ||||
| -rw-r--r-- | data/scripts/flash.inc | 2 | 
2 files changed, 8 insertions, 5 deletions
| diff --git a/data/scripts/field_move_scripts.inc b/data/scripts/field_move_scripts.inc index c5647daa4..2d689348b 100644 --- a/data/scripts/field_move_scripts.inc +++ b/data/scripts/field_move_scripts.inc @@ -1,4 +1,4 @@ - +@ Interact with cuttable tree  EventScript_CutTree:: @ 82906BB  	lockall  	goto_if_unset FLAG_BADGE01_GET, EventScript_CheckTreeCantCut @@ -18,7 +18,8 @@ EventScript_CutTree:: @ 82906BB  	goto EventScript_CutTreeDown  	end -EventScript_FldEffCut:: @ 8290705 +@ Use cut from party menu +EventScript_UseCut:: @ 8290705  	lockall  	dofieldeffect FLDEFF_USE_CUT_ON_TREE  	waitstate @@ -58,6 +59,7 @@ Text_CantCut: @ 829077D  	.string "This tree looks like it can be\n"  	.string "CUT down!$" +@ Interact with smashable rock  EventScript_RockSmash:: @ 82907A6  	lockall  	goto_if_unset FLAG_BADGE03_GET, EventScript_CantSmashRock @@ -77,7 +79,8 @@ EventScript_RockSmash:: @ 82907A6  	goto EventScript_SmashRock  	end -EventScript_RockSmashFromPartyMenu:: @ 82907F0 +@ Use rock smash from party menu +EventScript_UseRockSmash:: @ 82907F0  	lockall  	dofieldeffect FLDEFF_USE_ROCK_SMASH  	waitstate @@ -141,7 +144,7 @@ EventScript_StrengthBoulder:: @ 82908BA  	goto EventScript_ActivateStrength  	end -EventScript_FldEffStrength:: @ 82908FD +EventScript_UseStrength:: @ 82908FD  	lockall  	dofieldeffect FLDEFF_USE_STRENGTH  	waitstate diff --git a/data/scripts/flash.inc b/data/scripts/flash.inc index 916b50719..bb4ae84eb 100644 --- a/data/scripts/flash.inc +++ b/data/scripts/flash.inc @@ -1,4 +1,4 @@ -EventScript_FldEffFlash:: @ 82926F8 +EventScript_UseFlash:: @ 82926F8  	animateflash 1  	setflashradius 1  	end | 
