diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-24 16:09:42 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-24 16:09:42 -0600 |
| commit | c2ca57e8ac02324c3c7d18063844b2a7fd7c217f (patch) | |
| tree | 4b65599c31b98ca2bc08dc76d932fa7b0b117ed6 /data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc | |
| parent | ed1961a926b0dad23094fe0aa55a16d825da3efe (diff) | |
| parent | 38293d429335648119a16b31482c53260a23be3f (diff) | |
Merge pull request #477 from melthelesbian/object_script_commands
use player constant in obj script commands
Diffstat (limited to 'data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc')
| -rw-r--r-- | data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc b/data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc index a92caecfd..cac594516 100644 --- a/data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc +++ b/data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc @@ -18,7 +18,7 @@ BattleFrontier_BattlePikeThreePathRoom_MapScript2_25C87D: @ 825C87D BattleFrontier_BattlePikeThreePathRoom_EventScript_25C887:: @ 825C887 setvar VAR_TEMP_4, 1 - turnobject 255, 2 + turnobject EVENT_OBJ_ID_PLAYER, 2 end BattleFrontier_BattlePikeThreePathRoom_EventScript_25C891:: @ 825C891 |
