diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-03-28 21:45:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 21:45:24 -0700 |
commit | a5cd6e8ef4717aad4a055d5acb6ef250e359fc45 (patch) | |
tree | af6bda7abaef6e3dc661a377b1ddb4f02aebe8a7 /data/scripts | |
parent | d4c6ef7ae6b47cbc8676eec0a2185d18dd6e1ed0 (diff) | |
parent | 8ba626b3c4b7eabbee56e39f2af65c49adafcd18 (diff) |
Merge pull request #231 from KDSKardabox/master
Player PC
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/maps/LittlerootTown_BrendansHouse_2F.inc | 2 | ||||
-rw-r--r-- | data/scripts/maps/LittlerootTown_MaysHouse_2F.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/maps/LittlerootTown_BrendansHouse_2F.inc b/data/scripts/maps/LittlerootTown_BrendansHouse_2F.inc index 0e7ecbf22..a5223d38a 100644 --- a/data/scripts/maps/LittlerootTown_BrendansHouse_2F.inc +++ b/data/scripts/maps/LittlerootTown_BrendansHouse_2F.inc @@ -259,7 +259,7 @@ LittlerootTown_BrendansHouse_2F_EventScript_1F8626:: @ 81F8626 special DoPCTurnOnEffect playse SE_PC_ON msgbox gUnknown_08272D87, 4 - special sub_816AE58 + special BedroomPC waitstate releaseall end diff --git a/data/scripts/maps/LittlerootTown_MaysHouse_2F.inc b/data/scripts/maps/LittlerootTown_MaysHouse_2F.inc index 327112d2f..f300b5849 100644 --- a/data/scripts/maps/LittlerootTown_MaysHouse_2F.inc +++ b/data/scripts/maps/LittlerootTown_MaysHouse_2F.inc @@ -320,7 +320,7 @@ LittlerootTown_MaysHouse_2F_EventScript_1F9576:: @ 81F9576 special DoPCTurnOnEffect playse SE_PC_ON msgbox gUnknown_08272D87, 4 - special sub_816AE58 + special BedroomPC waitstate releaseall end |