Remove address comments
This commit is contained in:
@@ -4,19 +4,19 @@
|
||||
.set LOCALID_ARTIST, 4
|
||||
.set LOCALID_ARTIST_LINK, 11
|
||||
|
||||
LilycoveCity_ContestLobby_MapScripts:: @ 821A211
|
||||
LilycoveCity_ContestLobby_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, LilycoveCity_ContestLobby_OnTransition
|
||||
map_script MAP_SCRIPT_ON_FRAME_TABLE, LilycoveCity_ContestLobby_OnFrame
|
||||
.byte 0
|
||||
|
||||
@ Some scripts for this room are split into data/scripts/contest_hall and data/scripts/berry_blender
|
||||
|
||||
LilycoveCity_ContestLobby_OnTransition: @ 821A21C
|
||||
LilycoveCity_ContestLobby_OnTransition:
|
||||
call LilycoveCity_ContestLobby_EventScript_TryShowContestReporter
|
||||
call LilycoveCity_ContestLobby_EventScript_TryShowBlendMaster
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TryShowBlendMaster:: @ 821A227
|
||||
LilycoveCity_ContestLobby_EventScript_TryShowBlendMaster::
|
||||
getpricereduction POKENEWS_BLENDMASTER
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_ShowBlendMaster
|
||||
@@ -24,22 +24,22 @@ LilycoveCity_ContestLobby_EventScript_TryShowBlendMaster:: @ 821A227
|
||||
setflag FLAG_HIDE_LILYCOVE_CONTEST_HALL_BLEND_MASTER
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ShowBlendMaster:: @ 821A23C
|
||||
LilycoveCity_ContestLobby_EventScript_ShowBlendMaster::
|
||||
setflag FLAG_HIDE_LILYCOVE_CONTEST_HALL_BLEND_MASTER_REPLACEMENT
|
||||
clearflag FLAG_HIDE_LILYCOVE_CONTEST_HALL_BLEND_MASTER
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_OnFrame: @ 821A243
|
||||
LilycoveCity_ContestLobby_OnFrame:
|
||||
map_script_2 VAR_LILYCOVE_CONTEST_LOBBY_STATE, 1, LilycoveCity_ContestLobby_EventScript_TryDoContestArtist
|
||||
map_script_2 VAR_LILYCOVE_CONTEST_LOBBY_STATE, 2, LilycoveCity_ContestLobby_EventScript_TryDoLinkContestArtist
|
||||
.2byte 0
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TryDoContestArtist:: @ 821A255
|
||||
LilycoveCity_ContestLobby_EventScript_TryDoContestArtist::
|
||||
goto_if_set FLAG_HIDE_LILYCOVE_MUSEUM_CURATOR, LilycoveCity_ContestLobby_EventScript_ContestArtist
|
||||
setvar VAR_LILYCOVE_CONTEST_LOBBY_STATE, 0
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ContestArtist:: @ 821A264
|
||||
LilycoveCity_ContestLobby_EventScript_ContestArtist::
|
||||
lockall
|
||||
addobject LOCALID_ARTIST
|
||||
applymovement LOCALID_ARTIST, LilycoveCity_ContestLobby_Movement_ArtistApproachPlayer
|
||||
@@ -59,7 +59,7 @@ LilycoveCity_ContestLobby_EventScript_ContestArtist:: @ 821A264
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TakePaintingToMuseum:: @ 821A2AA
|
||||
LilycoveCity_ContestLobby_EventScript_TakePaintingToMuseum::
|
||||
msgbox LilycoveCity_ContestLobby_Text_IllTakePaintingToMuseum, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
special SaveMuseumContestPainting
|
||||
@@ -75,7 +75,7 @@ LilycoveCity_ContestLobby_EventScript_TakePaintingToMuseum:: @ 821A2AA
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ConfirmDontTakePainting:: @ 821A2E4
|
||||
LilycoveCity_ContestLobby_EventScript_ConfirmDontTakePainting::
|
||||
msgbox LilycoveCity_ContestLobby_Text_TakeHomeButIdLikeToTakeToMuseum, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_TakePaintingToMuseum
|
||||
@@ -88,7 +88,7 @@ LilycoveCity_ContestLobby_EventScript_ConfirmDontTakePainting:: @ 821A2E4
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ReceivedArtistRibbon:: @ 821A314
|
||||
LilycoveCity_ContestLobby_EventScript_ReceivedArtistRibbon::
|
||||
incrementgamestat GAME_STAT_RECEIVED_RIBBONS
|
||||
special BufferContestWinnerMonName
|
||||
applymovement LOCALID_ARTIST, LilycoveCity_ContestLobby_Movement_ArtistBeginToExit
|
||||
@@ -107,7 +107,7 @@ LilycoveCity_ContestLobby_EventScript_ReceivedArtistRibbon:: @ 821A314
|
||||
closemessage
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_UpdateMuseumPatrons:: @ 821A360
|
||||
LilycoveCity_ContestLobby_EventScript_UpdateMuseumPatrons::
|
||||
specialvar VAR_0x8004, CountPlayerMuseumPaintings
|
||||
switch VAR_0x8004
|
||||
case 1, LilycoveCity_ContestLobby_EventScript_ShowPatron1
|
||||
@@ -117,27 +117,27 @@ LilycoveCity_ContestLobby_EventScript_UpdateMuseumPatrons:: @ 821A360
|
||||
case 5, LilycoveCity_ContestLobby_EventScript_ShowTourists
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ShowPatron1:: @ 821A3A2
|
||||
LilycoveCity_ContestLobby_EventScript_ShowPatron1::
|
||||
clearflag FLAG_HIDE_LILYCOVE_MUSEUM_PATRON_1
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ShowPatron2:: @ 821A3A6
|
||||
LilycoveCity_ContestLobby_EventScript_ShowPatron2::
|
||||
clearflag FLAG_HIDE_LILYCOVE_MUSEUM_PATRON_2
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ShowPatron3:: @ 821A3AA
|
||||
LilycoveCity_ContestLobby_EventScript_ShowPatron3::
|
||||
clearflag FLAG_HIDE_LILYCOVE_MUSEUM_PATRON_3
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ShowPatron4:: @ 821A3AE
|
||||
LilycoveCity_ContestLobby_EventScript_ShowPatron4::
|
||||
clearflag FLAG_HIDE_LILYCOVE_MUSEUM_PATRON_4
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ShowTourists:: @ 821A3B2
|
||||
LilycoveCity_ContestLobby_EventScript_ShowTourists::
|
||||
clearflag FLAG_HIDE_LILYCOVE_MUSEUM_TOURISTS
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetPaintingFlag:: @ 821A3B6
|
||||
LilycoveCity_ContestLobby_EventScript_SetPaintingFlag::
|
||||
switch VAR_CONTEST_CATEGORY
|
||||
case CONTEST_CATEGORY_COOL, LilycoveCity_ContestLobby_EventScript_MadeCoolPainting
|
||||
case CONTEST_CATEGORY_BEAUTY, LilycoveCity_ContestLobby_EventScript_MadeBeautyPainting
|
||||
@@ -146,27 +146,27 @@ LilycoveCity_ContestLobby_EventScript_SetPaintingFlag:: @ 821A3B6
|
||||
case CONTEST_CATEGORY_TOUGH, LilycoveCity_ContestLobby_EventScript_MadeToughPainting
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_MadeCoolPainting:: @ 821A3F3
|
||||
LilycoveCity_ContestLobby_EventScript_MadeCoolPainting::
|
||||
setflag FLAG_COOL_PAINTING_MADE
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_MadeBeautyPainting:: @ 821A3F7
|
||||
LilycoveCity_ContestLobby_EventScript_MadeBeautyPainting::
|
||||
setflag FLAG_BEAUTY_PAINTING_MADE
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_MadeCutePainting:: @ 821A3FB
|
||||
LilycoveCity_ContestLobby_EventScript_MadeCutePainting::
|
||||
setflag FLAG_CUTE_PAINTING_MADE
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_MadeSmartPainting:: @ 821A3FF
|
||||
LilycoveCity_ContestLobby_EventScript_MadeSmartPainting::
|
||||
setflag FLAG_SMART_PAINTING_MADE
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_MadeToughPainting:: @ 821A403
|
||||
LilycoveCity_ContestLobby_EventScript_MadeToughPainting::
|
||||
setflag FLAG_TOUGH_PAINTING_MADE
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_ArtistApproachPlayer: @ 821A407
|
||||
LilycoveCity_ContestLobby_Movement_ArtistApproachPlayer:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -176,7 +176,7 @@ LilycoveCity_ContestLobby_Movement_ArtistApproachPlayer: @ 821A407
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_ArtistExit: @ 821A40F
|
||||
LilycoveCity_ContestLobby_Movement_ArtistExit:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -187,17 +187,17 @@ LilycoveCity_ContestLobby_Movement_ArtistExit: @ 821A40F
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_PlayerFaceArtist: @ 821A418
|
||||
LilycoveCity_ContestLobby_Movement_PlayerFaceArtist:
|
||||
walk_in_place_fastest_left
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_ArtistBeginToExit: @ 821A41A
|
||||
LilycoveCity_ContestLobby_Movement_ArtistBeginToExit:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_ArtistReturnToPlayer: @ 821A41E
|
||||
LilycoveCity_ContestLobby_Movement_ArtistReturnToPlayer:
|
||||
delay_16
|
||||
delay_16
|
||||
delay_16
|
||||
@@ -208,12 +208,12 @@ LilycoveCity_ContestLobby_Movement_ArtistReturnToPlayer: @ 821A41E
|
||||
walk_in_place_fastest_right
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TryDoLinkContestArtist:: @ 821A427
|
||||
LilycoveCity_ContestLobby_EventScript_TryDoLinkContestArtist::
|
||||
goto_if_set FLAG_HIDE_LILYCOVE_MUSEUM_CURATOR, LilycoveCity_ContestLobby_EventScript_LinkContestArtist
|
||||
setvar VAR_LILYCOVE_CONTEST_LOBBY_STATE, 0
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LinkContestArtist:: @ 821A436
|
||||
LilycoveCity_ContestLobby_EventScript_LinkContestArtist::
|
||||
lockall
|
||||
addobject LOCALID_ARTIST_LINK
|
||||
applymovement LOCALID_ARTIST_LINK, LilycoveCity_ContestLobby_Movement_LinkArtistApproachPlayer
|
||||
@@ -231,7 +231,7 @@ LilycoveCity_ContestLobby_EventScript_LinkContestArtist:: @ 821A436
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_ConfirmDontTakePaintingLink
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TakePaintingToMuseumLink:: @ 821A47A
|
||||
LilycoveCity_ContestLobby_EventScript_TakePaintingToMuseumLink::
|
||||
msgbox LilycoveCity_ContestLobby_Text_IllTakePaintingToMuseum, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
special SaveMuseumContestPainting
|
||||
@@ -247,7 +247,7 @@ LilycoveCity_ContestLobby_EventScript_TakePaintingToMuseumLink:: @ 821A47A
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ConfirmDontTakePaintingLink:: @ 821A4B4
|
||||
LilycoveCity_ContestLobby_EventScript_ConfirmDontTakePaintingLink::
|
||||
msgbox LilycoveCity_ContestLobby_Text_TakeHomeButIdLikeToTakeToMuseum, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_TakePaintingToMuseumLink
|
||||
@@ -260,7 +260,7 @@ LilycoveCity_ContestLobby_EventScript_ConfirmDontTakePaintingLink:: @ 821A4B4
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ReceivedLinkArtistRibbon:: @ 821A4E4
|
||||
LilycoveCity_ContestLobby_EventScript_ReceivedLinkArtistRibbon::
|
||||
incrementgamestat GAME_STAT_RECEIVED_RIBBONS
|
||||
setflag FLAG_SYS_RIBBON_GET
|
||||
special BufferContestWinnerMonName
|
||||
@@ -280,7 +280,7 @@ LilycoveCity_ContestLobby_EventScript_ReceivedLinkArtistRibbon:: @ 821A4E4
|
||||
closemessage
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_LinkArtistApproachPlayer: @ 821A533
|
||||
LilycoveCity_ContestLobby_Movement_LinkArtistApproachPlayer:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -291,7 +291,7 @@ LilycoveCity_ContestLobby_Movement_LinkArtistApproachPlayer: @ 821A533
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_LinkArtistExit: @ 821A53C
|
||||
LilycoveCity_ContestLobby_Movement_LinkArtistExit:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -302,17 +302,17 @@ LilycoveCity_ContestLobby_Movement_LinkArtistExit: @ 821A53C
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_PlayerFaceLinkArtist: @ 821A545
|
||||
LilycoveCity_ContestLobby_Movement_PlayerFaceLinkArtist:
|
||||
walk_in_place_fastest_right
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_LinkArtistBeginExit: @ 821A547
|
||||
LilycoveCity_ContestLobby_Movement_LinkArtistBeginExit:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_LinkArtistReturnToPlayer: @ 821A54B
|
||||
LilycoveCity_ContestLobby_Movement_LinkArtistReturnToPlayer:
|
||||
delay_16
|
||||
delay_16
|
||||
delay_16
|
||||
@@ -324,7 +324,7 @@ LilycoveCity_ContestLobby_Movement_LinkArtistReturnToPlayer: @ 821A54B
|
||||
step_end
|
||||
|
||||
@ EventScript_SpeakToContestReceptionist either ends or returns after a contest entry is submitted
|
||||
LilycoveCity_ContestLobby_EventScript_ContestReceptionist:: @ 821A554
|
||||
LilycoveCity_ContestLobby_EventScript_ContestReceptionist::
|
||||
special ClearLinkContestFlags
|
||||
specialvar VAR_RESULT, IsContestDebugActive @ Always FALSE
|
||||
compare VAR_RESULT, TRUE
|
||||
@@ -338,7 +338,7 @@ LilycoveCity_ContestLobby_EventScript_ContestReceptionist:: @ 821A554
|
||||
waitstate
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetContestType:: @ 821A585
|
||||
LilycoveCity_ContestLobby_EventScript_SetContestType::
|
||||
switch VAR_CONTEST_RANK
|
||||
case CONTEST_RANK_NORMAL, LilycoveCity_ContestLobby_EventScript_SetNormalContestType
|
||||
case CONTEST_RANK_SUPER, LilycoveCity_ContestLobby_EventScript_SetSuperContestType
|
||||
@@ -346,24 +346,24 @@ LilycoveCity_ContestLobby_EventScript_SetContestType:: @ 821A585
|
||||
case CONTEST_RANK_MASTER, LilycoveCity_ContestLobby_EventScript_SetMasterContestType
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetNormalContestType:: @ 821A5B7
|
||||
LilycoveCity_ContestLobby_EventScript_SetNormalContestType::
|
||||
setvar VAR_CONTEST_TYPE, CONTEST_TYPE_NPC_NORMAL
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetSuperContestType:: @ 821A5BD
|
||||
LilycoveCity_ContestLobby_EventScript_SetSuperContestType::
|
||||
setvar VAR_CONTEST_TYPE, CONTEST_TYPE_NPC_SUPER
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetHyperContestType:: @ 821A5C3
|
||||
LilycoveCity_ContestLobby_EventScript_SetHyperContestType::
|
||||
setvar VAR_CONTEST_TYPE, CONTEST_TYPE_NPC_HYPER
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetMasterContestType:: @ 821A5C9
|
||||
LilycoveCity_ContestLobby_EventScript_SetMasterContestType::
|
||||
setvar VAR_CONTEST_TYPE, CONTEST_TYPE_NPC_MASTER
|
||||
return
|
||||
|
||||
@ Functionally unused
|
||||
LilycoveCity_ContestLobby_EventScript_SetDebug:: @ 821A5CF
|
||||
LilycoveCity_ContestLobby_EventScript_SetDebug::
|
||||
setflag FLAG_HIDE_LILYCOVE_MUSEUM_CURATOR
|
||||
copyvar VAR_LILYCOVE_MUSEUM_2F_STATE, 1
|
||||
additem ITEM_CONTEST_PASS
|
||||
@@ -373,7 +373,7 @@ LilycoveCity_ContestLobby_EventScript_SetDebug:: @ 821A5CF
|
||||
setflag FLAG_SYS_RIBBON_GET
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToContestHall:: @ 821A5EF
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToContestHall::
|
||||
setflag FLAG_ENTERED_CONTEST
|
||||
switch VAR_CONTEST_CATEGORY
|
||||
case CONTEST_CATEGORY_COOL, LilycoveCity_ContestLobby_EventScript_WarpToCoolContestHall
|
||||
@@ -383,37 +383,37 @@ LilycoveCity_ContestLobby_EventScript_WarpToContestHall:: @ 821A5EF
|
||||
case CONTEST_CATEGORY_TOUGH, LilycoveCity_ContestLobby_EventScript_WarpToToughContestHall
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToCoolContestHall:: @ 821A62F
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToCoolContestHall::
|
||||
setwarp MAP_CONTEST_HALL_COOL, 255, 7, 5
|
||||
special DoContestHallWarp
|
||||
waitstate
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToBeautyContestHall:: @ 821A63C
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToBeautyContestHall::
|
||||
setwarp MAP_CONTEST_HALL_BEAUTY, 255, 7, 5
|
||||
special DoContestHallWarp
|
||||
waitstate
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToCuteContestHall:: @ 821A649
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToCuteContestHall::
|
||||
setwarp MAP_CONTEST_HALL_CUTE, 255, 7, 5
|
||||
special DoContestHallWarp
|
||||
waitstate
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToSmartContestHall:: @ 821A656
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToSmartContestHall::
|
||||
setwarp MAP_CONTEST_HALL_SMART, 255, 7, 5
|
||||
special DoContestHallWarp
|
||||
waitstate
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToToughContestHall:: @ 821A663
|
||||
LilycoveCity_ContestLobby_EventScript_WarpToToughContestHall::
|
||||
setwarp MAP_CONTEST_HALL_TOUGH, 255, 7, 5
|
||||
special DoContestHallWarp
|
||||
waitstate
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LeadToContestHall:: @ 821A670
|
||||
LilycoveCity_ContestLobby_EventScript_LeadToContestHall::
|
||||
lockall
|
||||
applymovement LOCALID_RECEPTIONIST, LilycoveCity_ContestLobby_Movement_ReceptionistApproachCounter
|
||||
waitmovement 0
|
||||
@@ -440,7 +440,7 @@ LilycoveCity_ContestLobby_EventScript_LeadToContestHall:: @ 821A670
|
||||
releaseall
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_PlayerWalkToContestHall: @ 821A6E8
|
||||
LilycoveCity_ContestLobby_Movement_PlayerWalkToContestHall:
|
||||
walk_left
|
||||
walk_left
|
||||
walk_left
|
||||
@@ -452,24 +452,24 @@ LilycoveCity_ContestLobby_Movement_PlayerWalkToContestHall: @ 821A6E8
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_PlayerApproachReceptionist: @ 821A6F2
|
||||
LilycoveCity_ContestLobby_Movement_PlayerApproachReceptionist:
|
||||
walk_in_place_fastest_left
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_ReceptionistApproachCounter: @ 821A6F5
|
||||
LilycoveCity_ContestLobby_Movement_ReceptionistApproachCounter:
|
||||
walk_left
|
||||
walk_left
|
||||
walk_in_place_fastest_down
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_ReceptionistExitCounter: @ 821A6F9
|
||||
LilycoveCity_ContestLobby_Movement_ReceptionistExitCounter:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_in_place_fastest_up
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_ReceptionistWalkToContestHall: @ 821A6FD
|
||||
LilycoveCity_ContestLobby_Movement_ReceptionistWalkToContestHall:
|
||||
walk_left
|
||||
walk_left
|
||||
walk_left
|
||||
@@ -480,85 +480,85 @@ LilycoveCity_ContestLobby_Movement_ReceptionistWalkToContestHall: @ 821A6FD
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_ReceptionistFacePlayer: @ 821A706
|
||||
LilycoveCity_ContestLobby_Movement_ReceptionistFacePlayer:
|
||||
walk_in_place_fastest_right
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_BlackBelt:: @ 821A708
|
||||
LilycoveCity_ContestLobby_EventScript_BlackBelt::
|
||||
msgbox LilycoveCity_ContestLobby_Text_MasterRankHereICome, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_Girl:: @ 821A711
|
||||
LilycoveCity_ContestLobby_EventScript_Girl::
|
||||
msgbox LilycoveCity_ContestLobby_Text_WholeVarietyOfPokemonHere, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_Artist:: @ 821A71A
|
||||
LilycoveCity_ContestLobby_EventScript_Artist::
|
||||
msgbox LilycoveCity_ContestLobby_Text_ContestFeastForEyes, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_FatMan:: @ 821A723
|
||||
LilycoveCity_ContestLobby_EventScript_FatMan::
|
||||
msgbox LilycoveCity_ContestLobby_Text_ToughContestIsExtreme, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_Fisherman:: @ 821A72C
|
||||
LilycoveCity_ContestLobby_EventScript_Fisherman::
|
||||
msgbox LilycoveCity_ContestLobby_Text_LavishedCareOnMon, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_NinjaBoy:: @ 821A735
|
||||
LilycoveCity_ContestLobby_EventScript_NinjaBoy::
|
||||
msgbox LilycoveCity_ContestLobby_Text_MadePokeblocksWithFamily, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner1:: @ 821A73E
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner1::
|
||||
lockall
|
||||
fadescreen FADE_TO_BLACK
|
||||
showcontestpainting CONTEST_WINNER_HALL_1
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner2:: @ 821A745
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner2::
|
||||
lockall
|
||||
fadescreen FADE_TO_BLACK
|
||||
showcontestpainting CONTEST_WINNER_HALL_2
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner3:: @ 821A74C
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner3::
|
||||
lockall
|
||||
fadescreen FADE_TO_BLACK
|
||||
showcontestpainting CONTEST_WINNER_HALL_3
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner4:: @ 821A753
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner4::
|
||||
lockall
|
||||
fadescreen FADE_TO_BLACK
|
||||
showcontestpainting CONTEST_WINNER_HALL_4
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner5:: @ 821A75A
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner5::
|
||||
lockall
|
||||
fadescreen FADE_TO_BLACK
|
||||
showcontestpainting CONTEST_WINNER_HALL_5
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner6:: @ 821A761
|
||||
LilycoveCity_ContestLobby_EventScript_ContestWinner6::
|
||||
lockall
|
||||
fadescreen FADE_TO_BLACK
|
||||
showcontestpainting CONTEST_WINNER_HALL_6
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_Blender3Boy:: @ 821A768
|
||||
LilycoveCity_ContestLobby_EventScript_Blender3Boy::
|
||||
msgbox BerryBlender_Text_LetsGetBlendingAlready, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_Blender3Girl:: @ 821A771
|
||||
LilycoveCity_ContestLobby_EventScript_Blender3Girl::
|
||||
msgbox BerryBlender_Text_WhatKindOfPokeblockWillIGet, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_BerryBlenderSpeedRecords:: @ 821A77A
|
||||
LilycoveCity_ContestLobby_EventScript_BerryBlenderSpeedRecords::
|
||||
lockall
|
||||
special ShowBerryBlenderRecordWindow
|
||||
waitbuttonpress
|
||||
@@ -566,7 +566,7 @@ LilycoveCity_ContestLobby_EventScript_BerryBlenderSpeedRecords:: @ 821A77A
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LinkContestResults:: @ 821A784
|
||||
LilycoveCity_ContestLobby_EventScript_LinkContestResults::
|
||||
lockall
|
||||
frontier_results FACILITY_LINK_CONTEST
|
||||
waitbuttonpress
|
||||
@@ -574,60 +574,60 @@ LilycoveCity_ContestLobby_EventScript_LinkContestResults:: @ 821A784
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMaster:: @ 821A798
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMaster::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BerryBlender_Text_BlendWithTheBlendMaster, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_FaceOriginalDirection
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker1:: @ 821A7A8
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker1::
|
||||
lock
|
||||
msgbox BerryBlender_Text_WhoaAwesome, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker2:: @ 821A7B3
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker2::
|
||||
lock
|
||||
msgbox BerryBlender_Text_WickedlyFast, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker3:: @ 821A7BE
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker3::
|
||||
lock
|
||||
msgbox BerryBlender_Text_WhatAnExpert, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker4:: @ 821A7C9
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker4::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BerryBlender_Text_MadeAmazingPokeblocksWithMaster, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_FaceOriginalDirection
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker5:: @ 821A7D9
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker5::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BerryBlender_Text_QualitiesOfBlendMaster, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_FaceOriginalDirection
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker6:: @ 821A7E9
|
||||
LilycoveCity_ContestLobby_EventScript_BlendMasterOnlooker6::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BerryBlender_Text_MasterWorksOnSkillsInMountains, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_FaceOriginalDirection
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_FaceOriginalDirection:: @ 821A7F9
|
||||
LilycoveCity_ContestLobby_EventScript_FaceOriginalDirection::
|
||||
closemessage
|
||||
applymovement VAR_LAST_TALKED, Common_Movement_FaceOriginalDirection
|
||||
waitmovement 0
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LinkContestReceptionist:: @ 821A806
|
||||
LilycoveCity_ContestLobby_EventScript_LinkContestReceptionist::
|
||||
special ClearLinkContestFlags
|
||||
lock
|
||||
faceplayer
|
||||
@@ -635,7 +635,7 @@ LilycoveCity_ContestLobby_EventScript_LinkContestReceptionist:: @ 821A806
|
||||
goto LilycoveCity_ContestLobby_EventScript_AskEnterLinkContest
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_AskEnterLinkContest:: @ 821A819
|
||||
LilycoveCity_ContestLobby_EventScript_AskEnterLinkContest::
|
||||
message LilycoveCity_ContestLobby_Text_EnterContest3
|
||||
waitmessage
|
||||
multichoice 0, 0, MULTI_ENTERINFO, FALSE
|
||||
@@ -646,7 +646,7 @@ LilycoveCity_ContestLobby_EventScript_AskEnterLinkContest:: @ 821A819
|
||||
case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_CancelLinkContest
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TryEnterLinkContest:: @ 821A856
|
||||
LilycoveCity_ContestLobby_EventScript_TryEnterLinkContest::
|
||||
msgbox LilycoveCity_ContestLobby_Text_ProgressWillBeSaved, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_CancelLinkContest
|
||||
@@ -664,19 +664,19 @@ LilycoveCity_ContestLobby_EventScript_TryEnterLinkContest:: @ 821A856
|
||||
case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_CancelLinkContest
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_EmeraldMode:: @ 821A8BB
|
||||
LilycoveCity_ContestLobby_EventScript_EmeraldMode::
|
||||
setvar VAR_TEMP_C, 0
|
||||
goto LilycoveCity_ContestLobby_EventScript_ChooseLinkContestType
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_GlobalMode:: @ 821A8C6
|
||||
LilycoveCity_ContestLobby_EventScript_GlobalMode::
|
||||
setvar VAR_TEMP_C, 1
|
||||
compare VAR_TEMP_D, 1
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_CancelLinkNoWirelessGMode
|
||||
goto LilycoveCity_ContestLobby_EventScript_ChooseLinkContestType
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ChooseLinkContestType:: @ 821A8DC
|
||||
LilycoveCity_ContestLobby_EventScript_ChooseLinkContestType::
|
||||
message LilycoveCity_ContestLobby_Text_EnterWhichContest3
|
||||
waitmessage
|
||||
multichoice 0, 0, MULTI_CONTEST_TYPE, FALSE
|
||||
@@ -687,7 +687,7 @@ LilycoveCity_ContestLobby_EventScript_ChooseLinkContestType:: @ 821A8DC
|
||||
goto LilycoveCity_ContestLobby_EventScript_ChooseLinkContestMon
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LinkContestInfo:: @ 821A90D
|
||||
LilycoveCity_ContestLobby_EventScript_LinkContestInfo::
|
||||
message LilycoveCity_ContestLobby_Text_WhichTopic2
|
||||
waitmessage
|
||||
multichoice 0, 0, MULTI_LINK_CONTEST_INFO, FALSE
|
||||
@@ -699,28 +699,28 @@ LilycoveCity_ContestLobby_EventScript_LinkContestInfo:: @ 821A90D
|
||||
case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_AskEnterLinkContest
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ExplainLinkContest:: @ 821A955
|
||||
LilycoveCity_ContestLobby_EventScript_ExplainLinkContest::
|
||||
msgbox LilycoveCity_ContestLobby_Text_ExplainLinkContest, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_LinkContestInfo
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ExplainEMode:: @ 821A963
|
||||
LilycoveCity_ContestLobby_EventScript_ExplainEMode::
|
||||
msgbox LilycoveCity_ContestLobby_Text_ExplainEMode, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_LinkContestInfo
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ExplainGMode:: @ 821A971
|
||||
LilycoveCity_ContestLobby_EventScript_ExplainGMode::
|
||||
msgbox LilycoveCity_ContestLobby_Text_ExplainGMode, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_LinkContestInfo
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkContest:: @ 821A97F
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkContest::
|
||||
special CloseLink
|
||||
msgbox LilycoveCity_ContestLobby_Text_ParticipateAnotherTime, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_ChooseLinkContestMon:: @ 821A98C
|
||||
LilycoveCity_ContestLobby_EventScript_ChooseLinkContestMon::
|
||||
msgbox LilycoveCity_ContestLobby_Text_EnterWhichPokemon3, MSGBOX_DEFAULT
|
||||
setvar VAR_CONTEST_RANK, 0
|
||||
choosecontestmon
|
||||
@@ -739,27 +739,27 @@ LilycoveCity_ContestLobby_EventScript_ChooseLinkContestMon:: @ 821A98C
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_LinkCantEnterFainted
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LinkCantEnterLowRank:: @ 821A9E0
|
||||
LilycoveCity_ContestLobby_EventScript_LinkCantEnterLowRank::
|
||||
msgbox LilycoveCity_ContestLobby_Text_MonNotQualifiedForRank, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_ChooseLinkContestMon
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LinkCantEnterEgg:: @ 821A9EE
|
||||
LilycoveCity_ContestLobby_EventScript_LinkCantEnterEgg::
|
||||
msgbox LilycoveCity_ContestLobby_Text_EggCannotTakePart2, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_ChooseLinkContestMon
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LinkCantEnterFainted:: @ 821A9FC
|
||||
LilycoveCity_ContestLobby_EventScript_LinkCantEnterFainted::
|
||||
msgbox LilycoveCity_ContestLobby_Text_MonInNoCondition2, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_ChooseLinkContestMon
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_EnterMonForLinkContest:: @ 821AA0A
|
||||
LilycoveCity_ContestLobby_EventScript_EnterMonForLinkContest::
|
||||
copyvar VAR_0x8008, VAR_0x8004
|
||||
goto LilycoveCity_ContestLobby_EventScript_TrySetUpLinkContest
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TrySetUpLinkContest:: @ 821AA15
|
||||
LilycoveCity_ContestLobby_EventScript_TrySetUpLinkContest::
|
||||
compare VAR_TEMP_D, 1
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_SetLinkGroupType
|
||||
compare VAR_TEMP_D, 2
|
||||
@@ -791,49 +791,49 @@ LilycoveCity_ContestLobby_EventScript_TrySetUpLinkContest:: @ 821AA15
|
||||
case 2, LilycoveCity_ContestLobby_EventScript_CancelLinkTransmissionError
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TryLinkEMode:: @ 821AABB
|
||||
LilycoveCity_ContestLobby_EventScript_TryLinkEMode::
|
||||
special TryContestEModeLinkup
|
||||
waitstate
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TryLinkGMode:: @ 821AAC0
|
||||
LilycoveCity_ContestLobby_EventScript_TryLinkGMode::
|
||||
special TryContestGModeLinkup
|
||||
waitstate
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkDifferentContest:: @ 821AAC5
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkDifferentContest::
|
||||
msgbox LilycoveCity_ContestLobby_Text_PlayersChoseDifferentContest, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_CancelLinkContest
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkDifferentChoices:: @ 821AAD3
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkDifferentChoices::
|
||||
msgbox LilycoveCity_ContestLobby_Text_PlayersMadeDifferentChoice, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_CancelLinkContest
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkModeDifference:: @ 821AAE1
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkModeDifference::
|
||||
msgbox LilycoveCity_ContestLobby_Text_PlayerAt4PCounterUseGMode, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_CancelLinkContest
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkError:: @ 821AAEF
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkError::
|
||||
special CloseLink
|
||||
msgbox Text_LinkErrorPleaseReset, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkNoWirelessGMode:: @ 821AAFC
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkNoWirelessGMode::
|
||||
special CloseLink
|
||||
msgbox LilycoveCity_ContestLobby_Text_NoWirelessAdapterInGMode, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkTransmissionError:: @ 821AB09
|
||||
LilycoveCity_ContestLobby_EventScript_CancelLinkTransmissionError::
|
||||
msgbox LilycoveCity_ContestLobby_Text_TransmissionError, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_CancelLinkContest
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_StartLinkContest:: @ 821AB17
|
||||
LilycoveCity_ContestLobby_EventScript_StartLinkContest::
|
||||
special GetContestPlayerId
|
||||
addvar VAR_0x8004, 1
|
||||
buffernumberstring 1, VAR_0x8004
|
||||
@@ -848,7 +848,7 @@ LilycoveCity_ContestLobby_EventScript_StartLinkContest:: @ 821AB17
|
||||
call LilycoveCity_ContestLobby_EventScript_WarpToContestHall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupType:: @ 821AB4B
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupType::
|
||||
compare VAR_CONTEST_CATEGORY, CONTEST_CATEGORY_COOL
|
||||
call_if_eq LilycoveCity_ContestLobby_EventScript_SetLinkGroupCoolContest
|
||||
compare VAR_CONTEST_CATEGORY, CONTEST_CATEGORY_BEAUTY
|
||||
@@ -862,27 +862,27 @@ LilycoveCity_ContestLobby_EventScript_SetLinkGroupType:: @ 821AB4B
|
||||
goto LilycoveCity_ContestLobby_EventScript_DecideLinkLeader
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupCoolContest:: @ 821AB88
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupCoolContest::
|
||||
setvar VAR_0x8004, LINK_GROUP_COOL_CONTEST
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupBeautyContest:: @ 821AB8E
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupBeautyContest::
|
||||
setvar VAR_0x8004, LINK_GROUP_BEAUTY_CONTEST
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupCuteContest:: @ 821AB94
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupCuteContest::
|
||||
setvar VAR_0x8004, LINK_GROUP_CUTE_CONTEST
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupSmartContest:: @ 821AB9A
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupSmartContest::
|
||||
setvar VAR_0x8004, LINK_GROUP_SMART_CONTEST
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupToughContest:: @ 821ABA0
|
||||
LilycoveCity_ContestLobby_EventScript_SetLinkGroupToughContest::
|
||||
setvar VAR_0x8004, LINK_GROUP_TOUGH_CONTEST
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_DecideLinkLeader:: @ 821ABA6
|
||||
LilycoveCity_ContestLobby_EventScript_DecideLinkLeader::
|
||||
message LilycoveCity_ContestLobby_Text_PleaseDecideLinkLeader
|
||||
waitmessage
|
||||
multichoice 16, 6, MULTI_LINK_LEADER, FALSE
|
||||
@@ -893,7 +893,7 @@ LilycoveCity_ContestLobby_EventScript_DecideLinkLeader:: @ 821ABA6
|
||||
case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_CancelLinkContest
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TryLeadGroup:: @ 821ABE3
|
||||
LilycoveCity_ContestLobby_EventScript_TryLeadGroup::
|
||||
call LilycoveCity_ContestLobby_EventScript_TryBecomeLinkLeader
|
||||
compare VAR_RESULT, LINKUP_SUCCESS
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_LinkLeaderDecided
|
||||
@@ -904,7 +904,7 @@ LilycoveCity_ContestLobby_EventScript_TryLeadGroup:: @ 821ABE3
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TryJoinGroup:: @ 821AC0B
|
||||
LilycoveCity_ContestLobby_EventScript_TryJoinGroup::
|
||||
call LilycoveCity_ContestLobby_EventScript_TryJoinLinkGroup
|
||||
compare VAR_RESULT, LINKUP_SUCCESS
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_LinkLeaderDecided
|
||||
@@ -915,23 +915,23 @@ LilycoveCity_ContestLobby_EventScript_TryJoinGroup:: @ 821AC0B
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TryBecomeLinkLeader:: @ 821AC33
|
||||
LilycoveCity_ContestLobby_EventScript_TryBecomeLinkLeader::
|
||||
special TryBecomeLinkLeader
|
||||
waitstate
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TryJoinLinkGroup:: @ 821AC38
|
||||
LilycoveCity_ContestLobby_EventScript_TryJoinLinkGroup::
|
||||
special TryJoinLinkGroup
|
||||
waitstate
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LinkLeaderDecided:: @ 821AC3D
|
||||
LilycoveCity_ContestLobby_EventScript_LinkLeaderDecided::
|
||||
messageinstant LilycoveCity_ContestLobby_Text_Transmitting
|
||||
contestlinktransfer
|
||||
goto LilycoveCity_ContestLobby_EventScript_StartLinkContest
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LeadToLinkContestHall:: @ 821AC49
|
||||
LilycoveCity_ContestLobby_EventScript_LeadToLinkContestHall::
|
||||
messageautoscroll LilycoveCity_ContestLobby_Text_ContestBeginShortly
|
||||
waitmessage
|
||||
delay 20
|
||||
@@ -964,7 +964,7 @@ LilycoveCity_ContestLobby_EventScript_LeadToLinkContestHall:: @ 821AC49
|
||||
release
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_PlayerWalkToLinkContestHall: @ 821ACD0
|
||||
LilycoveCity_ContestLobby_Movement_PlayerWalkToLinkContestHall:
|
||||
walk_right
|
||||
walk_right
|
||||
walk_right
|
||||
@@ -977,23 +977,23 @@ LilycoveCity_ContestLobby_Movement_PlayerWalkToLinkContestHall: @ 821ACD0
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_PlayerApproachLinkReceptionist: @ 821ACDB
|
||||
LilycoveCity_ContestLobby_Movement_PlayerApproachLinkReceptionist:
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_LinkReceptionistApproachCounter: @ 821ACDD
|
||||
LilycoveCity_ContestLobby_Movement_LinkReceptionistApproachCounter:
|
||||
walk_right
|
||||
walk_right
|
||||
walk_in_place_fastest_down
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_LinkReceptionistExitCounter: @ 821ACE1
|
||||
LilycoveCity_ContestLobby_Movement_LinkReceptionistExitCounter:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_in_place_fastest_up
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_LinkReceptionistWalkToContestHall: @ 821ACE5
|
||||
LilycoveCity_ContestLobby_Movement_LinkReceptionistWalkToContestHall:
|
||||
walk_right
|
||||
walk_right
|
||||
walk_right
|
||||
@@ -1005,11 +1005,11 @@ LilycoveCity_ContestLobby_Movement_LinkReceptionistWalkToContestHall: @ 821ACE5
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_Movement_LinkReceptionistFacePlayer: @ 821ACEF
|
||||
LilycoveCity_ContestLobby_Movement_LinkReceptionistFacePlayer:
|
||||
walk_in_place_fastest_left
|
||||
step_end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LittleGirl:: @ 821ACF1
|
||||
LilycoveCity_ContestLobby_EventScript_LittleGirl::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_RECEIVED_POKEBLOCK_CASE, LilycoveCity_ContestLobby_EventScript_LittleGirlHaveCase
|
||||
@@ -1017,22 +1017,22 @@ LilycoveCity_ContestLobby_EventScript_LittleGirl:: @ 821ACF1
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_LittleGirlHaveCase:: @ 821AD06
|
||||
LilycoveCity_ContestLobby_EventScript_LittleGirlHaveCase::
|
||||
msgbox LilycoveCity_ContestLobby_Text_MakePokeblocksDifferentBerries, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_Text_LadyGaveMePokeblockCase: @ 821AD10
|
||||
LilycoveCity_ContestLobby_Text_LadyGaveMePokeblockCase:
|
||||
.string "Yippee!\p"
|
||||
.string "The lady at the reception counter\n"
|
||||
.string "gave me a case for {POKEBLOCK}S!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_MakePokeblocksDifferentBerries: @ 821AD55
|
||||
LilycoveCity_ContestLobby_Text_MakePokeblocksDifferentBerries:
|
||||
.string "Make {POKEBLOCK}S and put them in there.\p"
|
||||
.string "When you make a {POKEBLOCK}, everyone\n"
|
||||
.string "has to put in a different BERRY.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_YourPokemonSpurredMeToPaint: @ 821ADB9
|
||||
LilycoveCity_ContestLobby_Text_YourPokemonSpurredMeToPaint:
|
||||
.string "Congratulations!\p"
|
||||
.string "I did a painting of your POKéMON to\n"
|
||||
.string "commemorate its victory…\p"
|
||||
@@ -1041,7 +1041,7 @@ LilycoveCity_ContestLobby_Text_YourPokemonSpurredMeToPaint: @ 821ADB9
|
||||
.string "painting better than I usually do.\l"
|
||||
.string "Look, see?$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_ShouldITakePaintingToMuseum: @ 821AE78
|
||||
LilycoveCity_ContestLobby_Text_ShouldITakePaintingToMuseum:
|
||||
.string "What do you think? I'm confident in\n"
|
||||
.string "what I've done, but do you like it?\p"
|
||||
.string "A work of this caliber, it wouldn't look\n"
|
||||
@@ -1050,7 +1050,7 @@ LilycoveCity_ContestLobby_Text_ShouldITakePaintingToMuseum: @ 821AE78
|
||||
.string "for paintings?\p"
|
||||
.string "Do you think I should take this there?$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_IllTakePaintingToMuseum: @ 821AF63
|
||||
LilycoveCity_ContestLobby_Text_IllTakePaintingToMuseum:
|
||||
.string "What, really? Then, sure, I will take\n"
|
||||
.string "this painting there right now.\p"
|
||||
.string "I'll give it a proper title, too.\p"
|
||||
@@ -1059,34 +1059,34 @@ LilycoveCity_ContestLobby_Text_IllTakePaintingToMuseum: @ 821AF63
|
||||
.string "Please check if they did accept this.\n"
|
||||
.string "Thank you!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_TakeMementoOfPainting: @ 821B030
|
||||
LilycoveCity_ContestLobby_Text_TakeMementoOfPainting:
|
||||
.string "Oh, that's right!\p"
|
||||
.string "As a memento of me painting your\n"
|
||||
.string "POKéMON, please take this.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_ReceivedARibbon: @ 821B07E
|
||||
LilycoveCity_ContestLobby_Text_ReceivedARibbon:
|
||||
.string "{PLAYER} received a RIBBON.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_PutTheRibbonOnMon: @ 821B094
|
||||
LilycoveCity_ContestLobby_Text_PutTheRibbonOnMon:
|
||||
.string "{PLAYER} put the RIBBON on\n"
|
||||
.string "{STR_VAR_1}.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_OkaySeeYou: @ 821B0AD
|
||||
LilycoveCity_ContestLobby_Text_OkaySeeYou:
|
||||
.string "Okay, see you!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_TakeHomeButIdLikeToTakeToMuseum: @ 821B0BC
|
||||
LilycoveCity_ContestLobby_Text_TakeHomeButIdLikeToTakeToMuseum:
|
||||
.string "Oh… Then, I guess I'll just take\n"
|
||||
.string "this home with me…\p"
|
||||
.string "But, you know, I would like to take\n"
|
||||
.string "this to the art museum… Okay?$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_FineThatsTheWayItIs: @ 821B132
|
||||
LilycoveCity_ContestLobby_Text_FineThatsTheWayItIs:
|
||||
.string "Oh, fine, that's the way it is.\n"
|
||||
.string "I will hang this in my own house.\p"
|
||||
.string "I'll just have to try harder next time.\n"
|
||||
.string "Well, be seeing you.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_MasterRankHereICome: @ 821B1B1
|
||||
LilycoveCity_ContestLobby_Text_MasterRankHereICome:
|
||||
.string "Hoo, boy… Master Rank CONTESTS,\n"
|
||||
.string "here I come.\p"
|
||||
.string "The world will know that my dearest\n"
|
||||
@@ -1094,31 +1094,31 @@ LilycoveCity_ContestLobby_Text_MasterRankHereICome: @ 821B1B1
|
||||
.string "existence. The time has come!\l"
|
||||
.string "Uheheheh.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_WholeVarietyOfPokemonHere: @ 821B24D
|
||||
LilycoveCity_ContestLobby_Text_WholeVarietyOfPokemonHere:
|
||||
.string "You can see a whole variety of\n"
|
||||
.string "POKéMON here.\p"
|
||||
.string "That's why I make this place a regular\n"
|
||||
.string "part of my daily stroll.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_ContestFeastForEyes: @ 821B2BA
|
||||
LilycoveCity_ContestLobby_Text_ContestFeastForEyes:
|
||||
.string "Wow, coming out to a CONTEST is\n"
|
||||
.string "a feast for these eyes!\p"
|
||||
.string "Would you look at all the POKéMON\n"
|
||||
.string "that just scream to be painted?$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_ToughContestIsExtreme: @ 821B334
|
||||
LilycoveCity_ContestLobby_Text_ToughContestIsExtreme:
|
||||
.string "The TOUGHNESS CONTEST is like\n"
|
||||
.string "extreme, man!\p"
|
||||
.string "Those muscular appeals…\n"
|
||||
.string "Cascading sweat… I swoon!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_LavishedCareOnMon: @ 821B392
|
||||
LilycoveCity_ContestLobby_Text_LavishedCareOnMon:
|
||||
.string "Day in and day out, I lavished my care\n"
|
||||
.string "on this POKéMON.\p"
|
||||
.string "Its condition is peaking.\n"
|
||||
.string "Today, victory is mine!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_MadePokeblocksWithFamily: @ 821B3FC
|
||||
LilycoveCity_ContestLobby_Text_MadePokeblocksWithFamily:
|
||||
.string "I made {POKEBLOCK}S with Mom, Dad, and\n"
|
||||
.string "Big Sister. They turned out great!\p"
|
||||
.string "I bet you can make smoother, better\n"
|
||||
|
||||
Reference in New Issue
Block a user