2014-05-18 18:19:10 +00:00
|
|
|
IndigoPlateauLobbyScript: ; 19c5b (6:5c5b)
|
2015-02-07 10:43:08 +00:00
|
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
2014-05-18 18:19:10 +00:00
|
|
|
call EnableAutoTextBoxDrawing
|
2014-05-26 21:04:56 +00:00
|
|
|
ld hl, wd126
|
2014-05-18 18:19:10 +00:00
|
|
|
bit 6, [hl]
|
|
|
|
res 6, [hl]
|
|
|
|
ret z
|
2015-07-21 01:32:02 +00:00
|
|
|
ResetEvent EVENT_917
|
2014-05-26 21:04:56 +00:00
|
|
|
ld hl, wd734
|
2014-05-18 18:19:10 +00:00
|
|
|
bit 1, [hl]
|
|
|
|
res 1, [hl]
|
|
|
|
ret z
|
2015-07-21 01:32:02 +00:00
|
|
|
; Elite 4 events
|
|
|
|
ResetEventRange EVENT_8E0, EVENT_8FF
|
2014-05-18 18:19:10 +00:00
|
|
|
ret
|
|
|
|
|
|
|
|
IndigoPlateauLobbyTextPointers: ; 19c7f (6:5c7f)
|
|
|
|
dw IndigoPlateauLobbyText1
|
|
|
|
dw IndigoPlateauLobbyText2
|
|
|
|
dw IndigoPlateauLobbyText3
|
|
|
|
dw IndigoPlateauLobbyText4
|
|
|
|
dw IndigoPlateauLobbyText5
|
|
|
|
|
|
|
|
IndigoPlateauLobbyText1: ; 19c89 (6:5c89)
|
|
|
|
db $ff
|
|
|
|
|
|
|
|
IndigoPlateauLobbyText2: ; 19c8a (6:5c8a)
|
|
|
|
TX_FAR _IndigoPlateauLobbyText1
|
|
|
|
db "@"
|
|
|
|
|
|
|
|
IndigoPlateauLobbyText3: ; 19c8f (6:5c8f)
|
|
|
|
TX_FAR _IndigoPlateauLobbyText3
|
|
|
|
db "@"
|
|
|
|
|
|
|
|
IndigoPlateauLobbyText5: ; 19c94 (6:5c94)
|
|
|
|
db $f6
|