pokered/scripts/indigoplateaulobby.asm

37 lines
831 B
NASM
Raw Normal View History

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
ld hl, wd126
2014-05-18 18:19:10 +00:00
bit 6, [hl]
res 6, [hl]
ret z
2015-07-21 17:36:03 +00:00
ResetEvent EVENT_VICTORY_ROAD_1_BOULDER_ON_SWITCH
2015-07-21 21:21:14 +00:00
ld hl, wBeatLorelei
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
2015-07-21 21:21:14 +00:00
ResetEventRange ELITE4_EVENTS_START, EVENT_LANCES_ROOM_LOCK_DOOR
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