Remove address comments
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
.set LOCALID_DAD, 5
|
||||
.set LOCALID_MOM_2F, 14
|
||||
|
||||
PlayersHouse_2F_EventScript_BlockStairsUntilClockIsSet:: @ 82926FE
|
||||
PlayersHouse_2F_EventScript_BlockStairsUntilClockIsSet::
|
||||
setvar VAR_LITTLEROOT_INTRO_STATE, 5
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_EnterHouseMovingIn:: @ 8292704
|
||||
PlayersHouse_1F_EventScript_EnterHouseMovingIn::
|
||||
msgbox PlayersHouse_1F_Text_IsntItNiceInHere, MSGBOX_DEFAULT
|
||||
applymovement VAR_0x8004, Common_Movement_FacePlayer
|
||||
waitmovement 0
|
||||
@@ -24,21 +24,21 @@ PlayersHouse_1F_EventScript_EnterHouseMovingIn:: @ 8292704
|
||||
releaseall
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_MomFacePlayerMovingInMale:: @ 829274D
|
||||
PlayersHouse_1F_EventScript_MomFacePlayerMovingInMale::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_MomFacePlayerMovingInFemale:: @ 8292758
|
||||
PlayersHouse_1F_EventScript_MomFacePlayerMovingInFemale::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_Movement_PlayerWalkIn: @ 8292763
|
||||
PlayersHouse_1F_Movement_PlayerWalkIn:
|
||||
walk_up
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_EventScript_MomGoSeeRoom:: @ 8292765
|
||||
PlayersHouse_1F_EventScript_MomGoSeeRoom::
|
||||
msgbox PlayersHouse_1F_Text_ArentYouInterestedInRoom, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8004, Common_Movement_WalkInPlaceFastestUp
|
||||
@@ -47,19 +47,19 @@ PlayersHouse_1F_EventScript_MomGoSeeRoom:: @ 8292765
|
||||
releaseall
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_2F_EventScript_WallClock:: @ 8292781
|
||||
LittlerootTown_BrendansHouse_2F_EventScript_WallClock::
|
||||
lockall
|
||||
setvar VAR_0x8004, MALE
|
||||
goto PlayersHouse_2F_EventScript_WallClock
|
||||
end
|
||||
|
||||
LittlerootTown_MaysHouse_2F_EventScript_WallClock:: @ 829278D
|
||||
LittlerootTown_MaysHouse_2F_EventScript_WallClock::
|
||||
lockall
|
||||
setvar VAR_0x8004, FEMALE
|
||||
goto PlayersHouse_2F_EventScript_WallClock
|
||||
end
|
||||
|
||||
PlayersHouse_2F_EventScript_WallClock:: @ 8292799
|
||||
PlayersHouse_2F_EventScript_WallClock::
|
||||
goto_if_set FLAG_SET_WALL_CLOCK, PlayersHouse_2F_EventScript_CheckWallClock
|
||||
msgbox PlayersHouse_2F_Text_ClockIsStopped, MSGBOX_DEFAULT
|
||||
call PlayersHouse_2F_EventScript_SetWallClock
|
||||
@@ -78,7 +78,7 @@ PlayersHouse_2F_EventScript_WallClock:: @ 8292799
|
||||
releaseall
|
||||
end
|
||||
|
||||
PlayersHouse_2F_EventScript_MomComesUpstairsMale:: @ 82927DF
|
||||
PlayersHouse_2F_EventScript_MomComesUpstairsMale::
|
||||
setvar VAR_0x8008, LOCALID_MOM_2F
|
||||
addobject VAR_0x8008
|
||||
applymovement VAR_0x8008, PlayersHouse_2F_Movement_MomEntersMale
|
||||
@@ -91,7 +91,7 @@ PlayersHouse_2F_EventScript_MomComesUpstairsMale:: @ 82927DF
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_2F_EventScript_MomComesUpstairsFemale:: @ 829280F
|
||||
PlayersHouse_2F_EventScript_MomComesUpstairsFemale::
|
||||
setvar VAR_0x8008, LOCALID_MOM_2F
|
||||
addobject VAR_0x8008
|
||||
applymovement VAR_0x8008, PlayersHouse_2F_Movement_MomEntersFemale
|
||||
@@ -104,7 +104,7 @@ PlayersHouse_2F_EventScript_MomComesUpstairsFemale:: @ 829280F
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_2F_EventScript_CheckWallClock:: @ 829283F
|
||||
PlayersHouse_2F_EventScript_CheckWallClock::
|
||||
incrementgamestat GAME_STAT_CHECKED_CLOCK
|
||||
fadescreen FADE_TO_BLACK
|
||||
special Special_ViewWallClock
|
||||
@@ -112,13 +112,13 @@ PlayersHouse_2F_EventScript_CheckWallClock:: @ 829283F
|
||||
releaseall
|
||||
end
|
||||
|
||||
PlayersHouse_2F_EventScript_SetWallClock:: @ 8292849
|
||||
PlayersHouse_2F_EventScript_SetWallClock::
|
||||
fadescreen FADE_TO_BLACK
|
||||
special StartWallClock
|
||||
waitstate
|
||||
return
|
||||
|
||||
PlayersHouse_2F_Movement_MomEntersMale: @ 8292850
|
||||
PlayersHouse_2F_Movement_MomEntersMale:
|
||||
delay_8
|
||||
walk_down
|
||||
walk_in_place_fastest_left
|
||||
@@ -127,13 +127,13 @@ PlayersHouse_2F_Movement_MomEntersMale: @ 8292850
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
PlayersHouse_2F_Movement_MomExitsMale: @ 8292857
|
||||
PlayersHouse_2F_Movement_MomExitsMale:
|
||||
walk_right
|
||||
walk_up
|
||||
delay_8
|
||||
step_end
|
||||
|
||||
PlayersHouse_2F_Movement_MomEntersFemale: @ 829285B
|
||||
PlayersHouse_2F_Movement_MomEntersFemale:
|
||||
delay_8
|
||||
walk_down
|
||||
walk_in_place_fastest_right
|
||||
@@ -142,18 +142,18 @@ PlayersHouse_2F_Movement_MomEntersFemale: @ 829285B
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
PlayersHouse_2F_Movement_MomExitsFemale: @ 8292862
|
||||
PlayersHouse_2F_Movement_MomExitsFemale:
|
||||
walk_left
|
||||
walk_up
|
||||
delay_8
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_EventScript_SetWatchedBroadcast:: @ 8292866
|
||||
PlayersHouse_1F_EventScript_SetWatchedBroadcast::
|
||||
setvar VAR_LITTLEROOT_INTRO_STATE, 7
|
||||
releaseall
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_PetalburgGymReportMale:: @ 829286D
|
||||
PlayersHouse_1F_EventScript_PetalburgGymReportMale::
|
||||
applymovement VAR_0x8005, Common_Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
call PlayersHouse_1F_EventScript_MomNoticeGymBroadcast
|
||||
@@ -178,7 +178,7 @@ PlayersHouse_1F_EventScript_PetalburgGymReportMale:: @ 829286D
|
||||
goto PlayersHouse_1F_EventScript_SetWatchedBroadcast
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_PetalburgGymReportFemale:: @ 82928DC
|
||||
PlayersHouse_1F_EventScript_PetalburgGymReportFemale::
|
||||
applymovement VAR_0x8005, Common_Movement_WalkInPlaceFastestLeft
|
||||
waitmovement 0
|
||||
call PlayersHouse_1F_EventScript_MomNoticeGymBroadcast
|
||||
@@ -203,7 +203,7 @@ PlayersHouse_1F_EventScript_PetalburgGymReportFemale:: @ 82928DC
|
||||
goto PlayersHouse_1F_EventScript_SetWatchedBroadcast
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_MomNoticeGymBroadcast:: @ 829294B
|
||||
PlayersHouse_1F_EventScript_MomNoticeGymBroadcast::
|
||||
playse SE_PIN
|
||||
applymovement VAR_0x8005, Common_Movement_ExclamationMark
|
||||
waitmovement 0
|
||||
@@ -213,7 +213,7 @@ PlayersHouse_1F_EventScript_MomNoticeGymBroadcast:: @ 829294B
|
||||
closemessage
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_WatchGymBroadcast:: @ 829296C
|
||||
PlayersHouse_1F_EventScript_WatchGymBroadcast::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestUp
|
||||
waitmovement 0
|
||||
msgbox PlayersHouse_1F_Text_ReportFromPetalburgGym, MSGBOX_DEFAULT
|
||||
@@ -223,7 +223,7 @@ PlayersHouse_1F_EventScript_WatchGymBroadcast:: @ 829296C
|
||||
delay 35
|
||||
return
|
||||
|
||||
PlayersHouse_1F_Movement_MomApproachDadMale: @ 8292989
|
||||
PlayersHouse_1F_Movement_MomApproachDadMale:
|
||||
walk_up
|
||||
walk_right
|
||||
walk_right
|
||||
@@ -233,7 +233,7 @@ PlayersHouse_1F_Movement_MomApproachDadMale: @ 8292989
|
||||
walk_in_place_fastest_right
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomApproachDadFemale: @ 8292991
|
||||
PlayersHouse_1F_Movement_MomApproachDadFemale:
|
||||
walk_up
|
||||
walk_left
|
||||
walk_left
|
||||
@@ -243,15 +243,15 @@ PlayersHouse_1F_Movement_MomApproachDadFemale: @ 8292991
|
||||
walk_in_place_fastest_left
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomApproachPlayerMale: @ 8292999
|
||||
PlayersHouse_1F_Movement_MomApproachPlayerMale:
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomApproachPlayerFemale: @ 829299B
|
||||
PlayersHouse_1F_Movement_MomApproachPlayerFemale:
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomNoticesLatiBroadcastMale: @ 829299D
|
||||
PlayersHouse_1F_Movement_MomNoticesLatiBroadcastMale:
|
||||
walk_in_place_fastest_left
|
||||
delay_16
|
||||
delay_16
|
||||
@@ -262,7 +262,7 @@ PlayersHouse_1F_Movement_MomNoticesLatiBroadcastMale: @ 829299D
|
||||
delay_16
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomNoticesLatiBroadcastFemale: @ 82929A6
|
||||
PlayersHouse_1F_Movement_MomNoticesLatiBroadcastFemale:
|
||||
walk_in_place_fastest_right
|
||||
delay_16
|
||||
delay_16
|
||||
@@ -273,41 +273,41 @@ PlayersHouse_1F_Movement_MomNoticesLatiBroadcastFemale: @ 82929A6
|
||||
delay_16
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomApproachPlayerAfterTVMale: @ 82929AF
|
||||
PlayersHouse_1F_Movement_MomApproachPlayerAfterTVMale:
|
||||
walk_up
|
||||
walk_left
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomApproachPlayerAfterTVFemale: @ 82929B3
|
||||
PlayersHouse_1F_Movement_MomApproachPlayerAfterTVFemale:
|
||||
walk_up
|
||||
walk_right
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomMakeRoomToSeeTVMale: @ 82929B7
|
||||
PlayersHouse_1F_Movement_MomMakeRoomToSeeTVMale:
|
||||
walk_left
|
||||
walk_in_place_fastest_right
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomMakeRoomToSeeTVFemale: @ 82929BA
|
||||
PlayersHouse_1F_Movement_MomMakeRoomToSeeTVFemale:
|
||||
walk_right
|
||||
walk_in_place_fastest_left
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomReturnToSeatMale: @ 82929BD
|
||||
PlayersHouse_1F_Movement_MomReturnToSeatMale:
|
||||
walk_left
|
||||
walk_down
|
||||
walk_in_place_fastest_right
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomReturnToSeatFemale: @ 82929C1
|
||||
PlayersHouse_1F_Movement_MomReturnToSeatFemale:
|
||||
walk_right
|
||||
walk_down
|
||||
walk_in_place_fastest_left
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_EventScript_Mom:: @ 82929C5
|
||||
PlayersHouse_1F_EventScript_Mom::
|
||||
lock
|
||||
faceplayer
|
||||
compare VAR_LITTLEROOT_HOUSES_STATE_MAY, 4
|
||||
@@ -324,12 +324,12 @@ PlayersHouse_1F_EventScript_Mom:: @ 82929C5
|
||||
release
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_DontPushYourselfTooHard:: @ 8292A0F
|
||||
PlayersHouse_1F_EventScript_DontPushYourselfTooHard::
|
||||
msgbox PlayersHouse_1F_Text_DontPushYourselfTooHard, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_TryRegisterMom:: @ 8292A19
|
||||
PlayersHouse_1F_EventScript_TryRegisterMom::
|
||||
goto_if_set FLAG_ENABLE_MOM_MATCH_CALL, PlayersHouse_1F_EventScript_CheckGiveAmuletCoin
|
||||
msgbox PlayersHouse_1F_Text_IsThatAPokenav, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
@@ -343,11 +343,11 @@ PlayersHouse_1F_EventScript_TryRegisterMom:: @ 8292A19
|
||||
release
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_CheckGiveAmuletCoin:: @ 8292A43
|
||||
PlayersHouse_1F_EventScript_CheckGiveAmuletCoin::
|
||||
goto_if_set FLAG_BADGE05_GET, PlayersHouse_1F_EventScript_TryGiveAmuletCoin
|
||||
goto PlayersHouse_1F_EventScript_MomHealsParty
|
||||
|
||||
PlayersHouse_1F_EventScript_TryGiveAmuletCoin:: @ 8292A51
|
||||
PlayersHouse_1F_EventScript_TryGiveAmuletCoin::
|
||||
goto_if_set FLAG_RECEIVED_AMULET_COIN, PlayersHouse_1F_EventScript_MomHealsParty
|
||||
msgbox PlayersHouse_1F_Text_GotDadsBadgeHeresSomethingFromMom, MSGBOX_DEFAULT
|
||||
giveitem ITEM_AMULET_COIN
|
||||
@@ -358,17 +358,17 @@ PlayersHouse_1F_EventScript_TryGiveAmuletCoin:: @ 8292A51
|
||||
release
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_MomHealsParty:: @ 8292A86
|
||||
PlayersHouse_1F_EventScript_MomHealsParty::
|
||||
msgbox PlayersHouse_1F_Text_YouShouldRestABit, MSGBOX_DEFAULT
|
||||
goto PlayersHouse_1F_EventScript_HealParty
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_SeeYouHoney:: @ 8292A94
|
||||
PlayersHouse_1F_EventScript_SeeYouHoney::
|
||||
msgbox PlayersHouse_1F_Text_SeeYouHoney, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_HealParty:: @ 8292A9E
|
||||
PlayersHouse_1F_EventScript_HealParty::
|
||||
closemessage
|
||||
call Common_EventScript_OutOfCenterPartyHeal
|
||||
incrementgamestat GAME_STAT_RESTED_AT_HOME
|
||||
@@ -376,12 +376,12 @@ PlayersHouse_1F_EventScript_HealParty:: @ 8292A9E
|
||||
release
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_DidYouMeetProfBirch:: @ 8292AB0
|
||||
PlayersHouse_1F_EventScript_DidYouMeetProfBirch::
|
||||
msgbox PlayersHouse_1F_Text_DidYouMeetProfBirch, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_Vigoroth1:: @ 8292ABA
|
||||
PlayersHouse_1F_EventScript_Vigoroth1::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
@@ -391,7 +391,7 @@ PlayersHouse_1F_EventScript_Vigoroth1:: @ 8292ABA
|
||||
release
|
||||
end
|
||||
|
||||
PlayersHouse_1F_EventScript_Vigoroth2:: @ 8292ACD
|
||||
PlayersHouse_1F_EventScript_Vigoroth2::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
@@ -401,7 +401,7 @@ PlayersHouse_1F_EventScript_Vigoroth2:: @ 8292ACD
|
||||
release
|
||||
end
|
||||
|
||||
PlayersHouse_1F_Movement_PlayerApproachTVForGymMale: @ 8292AE0
|
||||
PlayersHouse_1F_Movement_PlayerApproachTVForGymMale:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_left
|
||||
@@ -409,11 +409,11 @@ PlayersHouse_1F_Movement_PlayerApproachTVForGymMale: @ 8292AE0
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_PlayerMoveToTVMale: @ 8292AE6
|
||||
PlayersHouse_1F_Movement_PlayerMoveToTVMale:
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_PlayerApproachTVForGymFemale: @ 8292AE8
|
||||
PlayersHouse_1F_Movement_PlayerApproachTVForGymFemale:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_right
|
||||
@@ -421,15 +421,15 @@ PlayersHouse_1F_Movement_PlayerApproachTVForGymFemale: @ 8292AE8
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_PlayerMoveToTVFemale: @ 8292AEE
|
||||
PlayersHouse_1F_Movement_PlayerMoveToTVFemale:
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MovePlayerAwayFromDoor: @ 8292AF0
|
||||
PlayersHouse_1F_Movement_MovePlayerAwayFromDoor:
|
||||
walk_up
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_EventScript_GetSSTicketAndSeeLatiTV:: @ 8292AF2
|
||||
PlayersHouse_1F_EventScript_GetSSTicketAndSeeLatiTV::
|
||||
lockall
|
||||
checkplayergender
|
||||
compare VAR_RESULT, MALE
|
||||
@@ -513,155 +513,155 @@ PlayersHouse_1F_EventScript_GetSSTicketAndSeeLatiTV:: @ 8292AF2
|
||||
end
|
||||
|
||||
@ Never called.
|
||||
PlayersHouse_1F_EventScript_AirLatiBroadcast:: @ 8292C72
|
||||
PlayersHouse_1F_EventScript_AirLatiBroadcast::
|
||||
setflag FLAG_SYS_TV_LATIAS_LATIOS
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_SetUpObjectEventVarsMale:: @ 8292C76
|
||||
PlayersHouse_1F_EventScript_SetUpObjectEventVarsMale::
|
||||
setvar VAR_0x8008, MALE
|
||||
setvar VAR_0x8009, LOCALID_DAD
|
||||
setvar VAR_0x800A, LOCALID_MOM
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_SetUpObjectEventVarsFemale:: @ 8292C86
|
||||
PlayersHouse_1F_EventScript_SetUpObjectEventVarsFemale::
|
||||
setvar VAR_0x8008, FEMALE
|
||||
setvar VAR_0x8009, LOCALID_DAD
|
||||
setvar VAR_0x800A, LOCALID_MOM
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_DadApproachPlayerMale:: @ 8292C96
|
||||
PlayersHouse_1F_EventScript_DadApproachPlayerMale::
|
||||
applymovement VAR_0x8009, PlayersHouse_1F_Movement_DadApproachPlayerMale
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_DadApproachPlayerFemale:: @ 8292CA1
|
||||
PlayersHouse_1F_EventScript_DadApproachPlayerFemale::
|
||||
applymovement VAR_0x8009, PlayersHouse_1F_Movement_DadApproachPlayerFemale
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_MomApproachDadMale:: @ 8292CAC
|
||||
PlayersHouse_1F_EventScript_MomApproachDadMale::
|
||||
applymovement VAR_0x800A, PlayersHouse_1F_Movement_MomApproachDadMale
|
||||
waitmovement 0
|
||||
applymovement VAR_0x8009, PlayersHouse_1F_Movement_DadFaceMomMale
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_MomApproachDadFemale:: @ 8292CC1
|
||||
PlayersHouse_1F_EventScript_MomApproachDadFemale::
|
||||
applymovement VAR_0x800A, PlayersHouse_1F_Movement_MomApproachDadFemale
|
||||
waitmovement 0
|
||||
applymovement VAR_0x8009, PlayersHouse_1F_Movement_DadFaceMomFemale
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_DadExitsMale:: @ 8292CD6
|
||||
PlayersHouse_1F_EventScript_DadExitsMale::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, PlayersHouse_1F_Movement_MomAndPlayerWatchDadExit
|
||||
applymovement VAR_0x800A, PlayersHouse_1F_Movement_MomAndPlayerWatchDadExit
|
||||
applymovement VAR_0x8009, PlayersHouse_1F_Movement_DadExitsMale
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_DadExitsFemale:: @ 8292CEF
|
||||
PlayersHouse_1F_EventScript_DadExitsFemale::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, PlayersHouse_1F_Movement_MomAndPlayerWatchDadExit
|
||||
applymovement VAR_0x800A, PlayersHouse_1F_Movement_MomAndPlayerWatchDadExit
|
||||
applymovement VAR_0x8009, PlayersHouse_1F_Movement_DadExitsFemale
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_PlayerEnterRoomMale:: @ 8292D08
|
||||
PlayersHouse_1F_EventScript_PlayerEnterRoomMale::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, PlayersHouse_1F_Movement_PlayerEnterRoomMale
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_PlayerEnterRoomFemale:: @ 8292D13
|
||||
PlayersHouse_1F_EventScript_PlayerEnterRoomFemale::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, PlayersHouse_1F_Movement_PlayerEnterRoomFemale
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_PlayerApproachTVForLatiMale:: @ 8292D1E
|
||||
PlayersHouse_1F_EventScript_PlayerApproachTVForLatiMale::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, PlayersHouse_1F_Movement_PlayerApproachTVForLatiMale
|
||||
waitmovement 0
|
||||
applymovement VAR_0x800A, Common_Movement_WalkInPlaceFastestLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_PlayerApproachTVForLatiFemale:: @ 8292D33
|
||||
PlayersHouse_1F_EventScript_PlayerApproachTVForLatiFemale::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, PlayersHouse_1F_Movement_PlayerApproachTVForLatiFemale
|
||||
waitmovement 0
|
||||
applymovement VAR_0x800A, Common_Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_MomApproachPlayerMale:: @ 8292D48
|
||||
PlayersHouse_1F_EventScript_MomApproachPlayerMale::
|
||||
applymovement VAR_0x800A, PlayersHouse_1F_Movement_MomApproachPlayerMale
|
||||
waitmovement 0
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_MomApproachPlayerFemale:: @ 8292D5D
|
||||
PlayersHouse_1F_EventScript_MomApproachPlayerFemale::
|
||||
applymovement VAR_0x800A, PlayersHouse_1F_Movement_MomApproachPlayerFemale
|
||||
waitmovement 0
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_MomNoticesLatiBroadcastMale:: @ 8292D72
|
||||
PlayersHouse_1F_EventScript_MomNoticesLatiBroadcastMale::
|
||||
applymovement VAR_0x800A, PlayersHouse_1F_Movement_MomNoticesLatiBroadcastMale
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_MomNoticesLatiBroadcastFemale:: @ 8292D7D
|
||||
PlayersHouse_1F_EventScript_MomNoticesLatiBroadcastFemale::
|
||||
applymovement VAR_0x800A, PlayersHouse_1F_Movement_MomNoticesLatiBroadcastFemale
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_MomApproachPlayerAfterTVMale:: @ 8292D88
|
||||
PlayersHouse_1F_EventScript_MomApproachPlayerAfterTVMale::
|
||||
applymovement VAR_0x800A, PlayersHouse_1F_Movement_MomApproachPlayerAfterTVMale
|
||||
waitmovement 0
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_EventScript_MomApproachPlayerAfterTVFemale:: @ 8292D9D
|
||||
PlayersHouse_1F_EventScript_MomApproachPlayerAfterTVFemale::
|
||||
applymovement VAR_0x800A, PlayersHouse_1F_Movement_MomApproachPlayerAfterTVFemale
|
||||
waitmovement 0
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
PlayersHouse_1F_Movement_DadApproachPlayerMale: @ 8292DB2
|
||||
PlayersHouse_1F_Movement_DadApproachPlayerMale:
|
||||
walk_right
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_DadApproachPlayerFemale: @ 8292DB5
|
||||
PlayersHouse_1F_Movement_DadApproachPlayerFemale:
|
||||
walk_left
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_DadFaceMomMale: @ 8292DB8
|
||||
PlayersHouse_1F_Movement_DadFaceMomMale:
|
||||
face_left
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_DadFaceMomFemale: @ 8292DBA
|
||||
PlayersHouse_1F_Movement_DadFaceMomFemale:
|
||||
face_right
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_DadExitsMale: @ 8292DBC
|
||||
PlayersHouse_1F_Movement_DadExitsMale:
|
||||
walk_down
|
||||
walk_right
|
||||
walk_down
|
||||
delay_8
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_DadExitsFemale: @ 8292DC1
|
||||
PlayersHouse_1F_Movement_DadExitsFemale:
|
||||
walk_down
|
||||
walk_left
|
||||
walk_down
|
||||
delay_8
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_PlayerEnterRoomMale: @ 8292DC6
|
||||
PlayersHouse_1F_Movement_PlayerEnterRoomMale:
|
||||
delay_16
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -669,14 +669,14 @@ PlayersHouse_1F_Movement_PlayerEnterRoomMale: @ 8292DC6
|
||||
walk_in_place_fastest_left
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_MomAndPlayerWatchDadExit: @ 8292DCC
|
||||
PlayersHouse_1F_Movement_MomAndPlayerWatchDadExit:
|
||||
delay_8
|
||||
delay_16
|
||||
delay_16
|
||||
walk_in_place_fastest_down
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_PlayerEnterRoomFemale: @ 8292DD1
|
||||
PlayersHouse_1F_Movement_PlayerEnterRoomFemale:
|
||||
delay_16
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -684,7 +684,7 @@ PlayersHouse_1F_Movement_PlayerEnterRoomFemale: @ 8292DD1
|
||||
walk_in_place_fastest_right
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_PlayerApproachTVForLatiMale: @ 8292DD7
|
||||
PlayersHouse_1F_Movement_PlayerApproachTVForLatiMale:
|
||||
walk_up
|
||||
walk_left
|
||||
walk_left
|
||||
@@ -693,7 +693,7 @@ PlayersHouse_1F_Movement_PlayerApproachTVForLatiMale: @ 8292DD7
|
||||
walk_in_place_fastest_up
|
||||
step_end
|
||||
|
||||
PlayersHouse_1F_Movement_PlayerApproachTVForLatiFemale: @ 8292DDE
|
||||
PlayersHouse_1F_Movement_PlayerApproachTVForLatiFemale:
|
||||
walk_up
|
||||
walk_right
|
||||
walk_right
|
||||
@@ -702,6 +702,6 @@ PlayersHouse_1F_Movement_PlayerApproachTVForLatiFemale: @ 8292DDE
|
||||
walk_in_place_fastest_up
|
||||
step_end
|
||||
|
||||
EventScript_RunningShoesManual:: @ 8292DE5
|
||||
EventScript_RunningShoesManual::
|
||||
msgbox PlayersHouse_1F_Text_RunningShoesManual, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user