mirror of
https://github.com/pret/pokeruby.git
synced 2026-09-26 11:56:28 -05:00
LittlerootTown internal maps name parity update.
This commit is contained in:
77
data/scripts/players_house.inc
vendored
77
data/scripts/players_house.inc
vendored
@@ -3,41 +3,39 @@ LittlerootTown_MaysHouse_2F_EventScript_1B6950:: @ 81B6950
|
||||
setvar VAR_LITTLEROOT_INTRO_STATE, 5
|
||||
return
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_1B6956:: @ 81B6956
|
||||
LittlerootTown_MaysHouse_1F_EventScript_1B6956:: @ 81B6956
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172429, MSGBOX_DEFAULT
|
||||
PlayersHouse_1F_EventScript_EnterHouseMovingIn:: @ 81B6956
|
||||
msgbox PlayersHouse_1F_Text_IsntItNiceInHere, MSGBOX_DEFAULT
|
||||
applymovement VAR_0x8004, Common_Movement_FacePlayer
|
||||
waitmovement 0
|
||||
compare VAR_0x8005, 0
|
||||
call_if_eq LittlerootTown_BrendansHouse_1F_EventScript_1B699F
|
||||
call_if_eq PlayersHouse_1F_EventScript_MomFacePlayerMovingInMale
|
||||
compare VAR_0x8005, 1
|
||||
call_if_eq LittlerootTown_BrendansHouse_1F_EventScript_1B69AA
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172453, MSGBOX_DEFAULT
|
||||
call_if_eq PlayersHouse_1F_EventScript_MomFacePlayerMovingInFemale
|
||||
msgbox PlayersHouse_1F_Text_MoversPokemonGoSetClock, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_LITTLEROOT_INTRO_STATE, 4
|
||||
applymovement OBJ_EVENT_ID_PLAYER, LittlerootTown_BrendansHouse_1F_Movement_1B69B5
|
||||
applymovement OBJ_EVENT_ID_PLAYER, PlayersHouse_1F_Movement_PlayerWalkIn
|
||||
applymovement VAR_0x8004, Common_Movement_WalkInPlaceFastestUp
|
||||
waitmovement 0
|
||||
releaseall
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_1B699F:: @ 81B699F
|
||||
PlayersHouse_1F_EventScript_MomFacePlayerMovingInMale:: @ 81B699F
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_1B69AA:: @ 81B69AA
|
||||
PlayersHouse_1F_EventScript_MomFacePlayerMovingInFemale:: @ 81B69AA
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_Movement_1B69B5:: @ 81B69B5
|
||||
PlayersHouse_1F_Movement_PlayerWalkIn:: @ 81B69B5
|
||||
walk_up
|
||||
step_end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_1B69B7:: @ 81B69B7
|
||||
LittlerootTown_MaysHouse_1F_EventScript_1B69B7:: @ 81B69B7
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172531, MSGBOX_DEFAULT
|
||||
PlayersHouse_1F_EventScript_MomGoSeeRoom:: @ 81B69B7
|
||||
msgbox PlayersHouse_1F_Text_ArentYouInterestedInRoom, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8004, Common_Movement_WalkInPlaceFastestUp
|
||||
applymovement OBJ_EVENT_ID_PLAYER, LittlerootTown_BrendansHouse_1F_Movement_1B6CDC
|
||||
@@ -60,7 +58,7 @@ LittlerootTown_MaysHouse_2F_EventScript_1B69DF:: @ 81B69DF
|
||||
LittlerootTown_BrendansHouse_2F_EventScript_1B69EB:: @ 81B69EB
|
||||
LittlerootTown_MaysHouse_2F_EventScript_1B69EB:: @ 81B69EB
|
||||
goto_if_set FLAG_SET_WALL_CLOCK, LittlerootTown_BrendansHouse_2F_EventScript_1B6A91
|
||||
msgbox LittlerootTown_BrendansHouse_2F_Text_172E18, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_2F_Text_ClockIsStopped, MSGBOX_DEFAULT
|
||||
call LittlerootTown_BrendansHouse_2F_EventScript_1B6A9B
|
||||
delay 30
|
||||
setvar VAR_LITTLEROOT_INTRO_STATE, 6
|
||||
@@ -84,7 +82,7 @@ LittlerootTown_BrendansHouse_2F_EventScript_1B6A31:: @ 81B6A31
|
||||
waitmovement 0
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_BrendansHouse_2F_Text_172E4C, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_2F_Text_HowDoYouLikeYourRoom, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8008, LittlerootTown_BrendansHouse_2F_Movement_1B6AA9
|
||||
waitmovement 0
|
||||
@@ -97,7 +95,7 @@ LittlerootTown_BrendansHouse_2F_EventScript_1B6A61:: @ 81B6A61
|
||||
waitmovement 0
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_BrendansHouse_2F_Text_172E4C, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_2F_Text_HowDoYouLikeYourRoom, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8008, LittlerootTown_BrendansHouse_2F_Movement_1B6AB4
|
||||
waitmovement 0
|
||||
@@ -153,14 +151,14 @@ LittlerootTown_MaysHouse_1F_EventScript_1B6AB8:: @ 81B6AB8
|
||||
releaseall
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_1B6ABF:: @ 81B6ABF
|
||||
PlayersHouse_1F_EventScript_PetalburgGymReportMale:: @ 81B6ABF
|
||||
applymovement VAR_0x8005, Common_Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
call LittlerootTown_BrendansHouse_1F_EventScript_1B6B9D
|
||||
applymovement OBJ_EVENT_ID_PLAYER, LittlerootTown_BrendansHouse_1F_Movement_1B6CCC
|
||||
waitmovement 0
|
||||
playbgm MUS_ENCOUNTER_INTERVIEWER, FALSE
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1725C9, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_MaybeDadWillBeOn, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8005, LittlerootTown_BrendansHouse_1F_Movement_1B6BDB
|
||||
waitmovement 0
|
||||
@@ -169,8 +167,8 @@ LittlerootTown_BrendansHouse_1F_EventScript_1B6ABF:: @ 81B6ABF
|
||||
call LittlerootTown_BrendansHouse_1F_EventScript_1B6BBE
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1725FE, MSGBOX_DEFAULT
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172644, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_ItsOverWeMissedHim, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_GoIntroduceYourselfNextDoor, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_1, 1
|
||||
applymovement VAR_0x8005, LittlerootTown_BrendansHouse_1F_Movement_1B6BE1
|
||||
@@ -185,7 +183,7 @@ LittlerootTown_MaysHouse_1F_EventScript_1B6B2E:: @ 81B6B2E
|
||||
applymovement OBJ_EVENT_ID_PLAYER, LittlerootTown_MaysHouse_1F_Movement_1B6CD4
|
||||
waitmovement 0
|
||||
playbgm MUS_ENCOUNTER_INTERVIEWER, FALSE
|
||||
msgbox LittlerootTown_MaysHouse_1F_Text_1725C9, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_MaybeDadWillBeOn, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8005, LittlerootTown_MaysHouse_1F_Movement_1B6BDE
|
||||
waitmovement 0
|
||||
@@ -194,8 +192,8 @@ LittlerootTown_MaysHouse_1F_EventScript_1B6B2E:: @ 81B6B2E
|
||||
call LittlerootTown_MaysHouse_1F_EventScript_1B6BBE
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_MaysHouse_1F_Text_1725FE, MSGBOX_DEFAULT
|
||||
msgbox LittlerootTown_MaysHouse_1F_Text_172644, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_ItsOverWeMissedHim, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_GoIntroduceYourselfNextDoor, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_1, 1
|
||||
applymovement VAR_0x8005, LittlerootTown_MaysHouse_1F_Movement_1B6BE5
|
||||
@@ -210,7 +208,7 @@ LittlerootTown_MaysHouse_1F_EventScript_1B6B9D:: @ 81B6B9D
|
||||
waitmovement 0
|
||||
applymovement VAR_0x8005, Common_Movement_Delay48
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1725A3, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_OhComeQuickly, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
return
|
||||
|
||||
@@ -218,7 +216,7 @@ LittlerootTown_BrendansHouse_1F_EventScript_1B6BBE:: @ 81B6BBE
|
||||
LittlerootTown_MaysHouse_1F_EventScript_1B6BBE:: @ 81B6BBE
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestUp
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172841, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_ReportFromPetalburgGym, MSGBOX_DEFAULT
|
||||
fadedefaultbgm
|
||||
special TurnOffTVScreen
|
||||
setflag FLAG_SYS_TV_HOME
|
||||
@@ -261,33 +259,33 @@ LittlerootTown_MaysHouse_1F_EventScript_1B6BE9:: @ 81B6BE9
|
||||
goto_if_eq LittlerootTown_BrendansHouse_1F_EventScript_1B6C80
|
||||
compare VAR_LITTLEROOT_INTRO_STATE, 7
|
||||
goto_if_ge LittlerootTown_BrendansHouse_1F_EventScript_1B6C9C
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172429, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_IsntItNiceInHere, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_1B6C33:: @ 81B6C33
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172BBC, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_DadShouldStayLonger, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_1B6C3D:: @ 81B6C3D
|
||||
goto_if_set FLAG_RECEIVED_AMULET_COIN, LittlerootTown_BrendansHouse_1F_EventScript_1B6C72
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172782, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_GotDadsBadgeHeresSomethingFromMom, MSGBOX_DEFAULT
|
||||
giveitem ITEM_AMULET_COIN
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_eq Common_EventScript_ShowBagIsFull
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1727CD, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_DontPushYourselfTooHard, MSGBOX_DEFAULT
|
||||
setflag FLAG_RECEIVED_AMULET_COIN
|
||||
release
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_1B6C72:: @ 81B6C72
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172717, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_YouShouldRestABit, MSGBOX_DEFAULT
|
||||
goto LittlerootTown_BrendansHouse_1F_EventScript_1B6C8A
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_1B6C80:: @ 81B6C80
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1726D2, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_SeeYouHoney, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -295,12 +293,12 @@ LittlerootTown_BrendansHouse_1F_EventScript_1B6C8A:: @ 81B6C8A
|
||||
closemessage
|
||||
call Common_EventScript_OutOfCenterPartyHeal
|
||||
incrementgamestat GAME_STAT_RESTED_AT_HOME
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_17276B, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_TakeCareHoney, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_1B6C9C:: @ 81B6C9C
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1726E7, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_DidYouMeetProfBirch, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -310,7 +308,7 @@ LittlerootTown_MaysHouse_1F_EventScript_1B6CA6:: @ 81B6CA6
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_MACHOKE, 0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_17281D, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_Machoke1, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
@@ -321,7 +319,7 @@ LittlerootTown_MaysHouse_1F_EventScript_1B6CB9:: @ 81B6CB9
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_MACHOKE, 0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172831, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_Machoke2, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
@@ -354,8 +352,7 @@ LittlerootTown_BrendansHouse_1F_Movement_1B6CDC:: @ 81B6CDC
|
||||
walk_up
|
||||
step_end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_1B6CDE:: @ 81B6CDE
|
||||
LittlerootTown_MaysHouse_1F_EventScript_1B6CDE:: @ 81B6CDE
|
||||
PlayersHouse_1F_EventScript_GetSSTicketAndSeeLatiTV:: @ 81B6CDE
|
||||
lockall
|
||||
checkplayergender
|
||||
compare VAR_RESULT, 0
|
||||
@@ -378,15 +375,15 @@ LittlerootTown_MaysHouse_1F_EventScript_1B6CDE:: @ 81B6CDE
|
||||
call_if_eq LittlerootTown_BrendansHouse_1F_EventScript_1B6DCD
|
||||
compare VAR_0x8008, 1
|
||||
call_if_eq LittlerootTown_BrendansHouse_1F_EventScript_1B6DD8
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_17298B, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_TicketFromBrineyCameForYou, MSGBOX_DEFAULT
|
||||
giveitem ITEM_SS_TICKET
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172A7D, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_PortsInSlateportLilycove, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
compare VAR_0x8008, 0
|
||||
call_if_eq LittlerootTown_BrendansHouse_1F_EventScript_1B6DE3
|
||||
compare VAR_0x8008, 1
|
||||
call_if_eq LittlerootTown_BrendansHouse_1F_EventScript_1B6DEE
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_172B5E, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_BetterGetBackToGym, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
compare VAR_0x8008, 0
|
||||
call_if_eq LittlerootTown_BrendansHouse_1F_EventScript_1B6DF9
|
||||
|
||||
2
data/scripts/tv.inc
vendored
2
data/scripts/tv.inc
vendored
@@ -36,7 +36,7 @@ EventScript_1A6EF1:
|
||||
end
|
||||
|
||||
EventScript_1A6F01:
|
||||
msgbox UnknownString_817288C, MSGBOX_DEFAULT
|
||||
msgbox PlayersHouse_1F_Text_TheresAMovieOnTV, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user