2020-05-21 00:40:33 +00:00
|
|
|
IndigoPlateauLobby_Script:
|
2015-02-07 10:43:08 +00:00
|
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
2014-05-18 18:19:10 +00:00
|
|
|
call EnableAutoTextBoxDrawing
|
2016-06-11 20:45:24 +00:00
|
|
|
ld hl, wCurrentMapScriptFlags
|
2024-09-24 15:39:44 +00:00
|
|
|
bit BIT_CUR_MAP_LOADED_2, [hl]
|
|
|
|
res BIT_CUR_MAP_LOADED_2, [hl]
|
2014-05-18 18:19:10 +00:00
|
|
|
ret z
|
2015-07-21 17:36:03 +00:00
|
|
|
ResetEvent EVENT_VICTORY_ROAD_1_BOULDER_ON_SWITCH
|
2024-07-16 17:02:54 +00:00
|
|
|
; Reset Elite Four events if the player started challenging them before
|
|
|
|
ld hl, wElite4Flags
|
|
|
|
bit BIT_STARTED_ELITE_4, [hl]
|
|
|
|
res BIT_STARTED_ELITE_4, [hl]
|
2014-05-18 18:19:10 +00:00
|
|
|
ret z
|
2022-09-15 22:10:45 +00:00
|
|
|
ResetEventRange INDIGO_PLATEAU_EVENTS_START, EVENT_LANCES_ROOM_LOCK_DOOR
|
2014-05-18 18:19:10 +00:00
|
|
|
ret
|
|
|
|
|
2020-05-21 00:40:33 +00:00
|
|
|
IndigoPlateauLobby_TextPointers:
|
2023-07-14 01:27:56 +00:00
|
|
|
def_text_pointers
|
|
|
|
dw_const IndigoPlateauLobbyNurseText, TEXT_INDIGOPLATEAULOBBY_NURSE
|
|
|
|
dw_const IndigoPlateauLobbyGymGuideText, TEXT_INDIGOPLATEAULOBBY_GYM_GUIDE
|
|
|
|
dw_const IndigoPlateauLobbyCooltrainerFText, TEXT_INDIGOPLATEAULOBBY_COOLTRAINER_F
|
|
|
|
dw_const IndigoPlateauLobbyClerkText, TEXT_INDIGOPLATEAULOBBY_CLERK
|
|
|
|
dw_const IndigoPlateauLobbyLinkReceptionistText, TEXT_INDIGOPLATEAULOBBY_LINK_RECEPTIONIST
|
2023-11-20 06:33:27 +00:00
|
|
|
dw_const IndigoPlateauLobbyChanseyText, TEXT_INDIGOPLATEAULOBBY_CHANSEY
|
2014-05-18 18:19:10 +00:00
|
|
|
|
2023-07-14 01:27:56 +00:00
|
|
|
IndigoPlateauLobbyNurseText:
|
2020-11-04 06:06:44 +00:00
|
|
|
script_pokecenter_nurse
|
2014-05-18 18:19:10 +00:00
|
|
|
|
2023-07-14 01:27:56 +00:00
|
|
|
IndigoPlateauLobbyGymGuideText:
|
|
|
|
text_far _IndigoPlateauLobbyGymGuideText
|
2020-11-04 06:06:44 +00:00
|
|
|
text_end
|
2014-05-18 18:19:10 +00:00
|
|
|
|
2023-07-14 01:27:56 +00:00
|
|
|
IndigoPlateauLobbyCooltrainerFText:
|
|
|
|
text_far _IndigoPlateauLobbyCooltrainerFText
|
2020-11-04 06:06:44 +00:00
|
|
|
text_end
|
2014-05-18 18:19:10 +00:00
|
|
|
|
2023-07-14 01:27:56 +00:00
|
|
|
IndigoPlateauLobbyLinkReceptionistText:
|
2020-11-04 06:06:44 +00:00
|
|
|
script_cable_club_receptionist
|
2016-06-02 17:18:57 +00:00
|
|
|
|
2023-11-20 06:33:27 +00:00
|
|
|
IndigoPlateauLobbyChanseyText:
|
2020-11-04 06:06:44 +00:00
|
|
|
text_asm
|
|
|
|
callfar PokecenterChanseyText
|
2016-06-02 17:18:57 +00:00
|
|
|
jp TextScriptEnd
|