diff options
| author | Melody <melody@pallet.town> | 2018-12-24 16:31:24 -0500 |
|---|---|---|
| committer | Melody <melody@pallet.town> | 2018-12-24 16:31:24 -0500 |
| commit | 38293d429335648119a16b31482c53260a23be3f (patch) | |
| tree | 31ae81ca116e39bb125169cbf6eeaafcf65fe6f0 /data/maps/BattleFrontier_BattlePikeThreePathRoom | |
| parent | 370b1093cd40235951f0d1b6762006b085565499 (diff) | |
use player constant in obj script commands
Diffstat (limited to 'data/maps/BattleFrontier_BattlePikeThreePathRoom')
| -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 |
