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_BattleFactoryPreBattleRoom | |
| 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_BattleFactoryPreBattleRoom')
| -rw-r--r-- | data/maps/BattleFrontier_BattleFactoryPreBattleRoom/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/BattleFrontier_BattleFactoryPreBattleRoom/scripts.inc b/data/maps/BattleFrontier_BattleFactoryPreBattleRoom/scripts.inc index 9018bbb70..21681b70a 100644 --- a/data/maps/BattleFrontier_BattleFactoryPreBattleRoom/scripts.inc +++ b/data/maps/BattleFrontier_BattleFactoryPreBattleRoom/scripts.inc @@ -15,7 +15,7 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259ACF:: @ 8259ACF turnobject 1, 1 BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259AEA:: @ 8259AEA - turnobject 255, 2 + turnobject EVENT_OBJ_ID_PLAYER, 2 end BattleFrontier_BattleFactoryPreBattleRoom_MapScript2_259AEF: @ 8259AEF |
