pokered/scripts/route22gate.asm

94 lines
1.6 KiB
NASM
Raw Normal View History

2016-06-12 00:24:04 +00:00
Route22GateScript:
2014-05-18 18:19:10 +00:00
call EnableAutoTextBoxDrawing
ld hl, Route22GateScriptPointers
2015-08-31 02:38:41 +00:00
ld a, [wRoute22GateCurScript]
2014-05-18 18:19:10 +00:00
call CallFunctionInTable
2015-08-31 02:38:41 +00:00
ld a, [wYCoord]
2014-05-18 18:19:10 +00:00
cp $4
ld a, ROUTE_23
jr c, .asm_1e69a
ld a, ROUTE_22
2014-05-18 18:19:10 +00:00
.asm_1e69a
ld [wLastMap], a
2014-05-18 18:19:10 +00:00
ret
2016-06-12 00:24:04 +00:00
Route22GateScriptPointers:
2014-05-18 18:19:10 +00:00
dw Route22GateScript0
dw Route22GateScript1
dw Route22GateScript2
2016-06-12 00:24:04 +00:00
Route22GateScript0:
2014-05-18 18:19:10 +00:00
ld hl, Route22GateScriptCoords
call ArePlayerCoordsInArray
ret nc
xor a
2014-05-25 17:51:53 +00:00
ld [hJoyHeld], a
2014-05-18 18:19:10 +00:00
ld a, $1
2015-07-18 15:17:29 +00:00
ld [hSpriteIndexOrTextID], a
2014-05-18 18:19:10 +00:00
jp DisplayTextID
2016-06-12 00:24:04 +00:00
Route22GateScriptCoords:
2014-05-18 18:19:10 +00:00
db 2,4
db 2,5
db $ff
2016-06-12 00:24:04 +00:00
Route22GateScript_1e6ba:
2014-05-18 18:19:10 +00:00
ld a, $1
ld [wSimulatedJoypadStatesIndex], a
ld a, D_DOWN
ld [wSimulatedJoypadStatesEnd], a
ld [wSpriteStateData1 + 9], a
2014-05-25 17:51:53 +00:00
ld [wJoyIgnore], a
jp StartSimulatingJoypadStates
2014-05-18 18:19:10 +00:00
2016-06-12 00:24:04 +00:00
Route22GateScript1:
ld a, [wSimulatedJoypadStatesIndex]
2014-05-18 18:19:10 +00:00
and a
ret nz
xor a
2014-05-25 17:51:53 +00:00
ld [wJoyIgnore], a
2014-05-18 18:19:10 +00:00
call Delay3
ld a, $0
2015-08-31 02:38:41 +00:00
ld [wRoute22GateCurScript], a
2016-06-12 00:24:04 +00:00
Route22GateScript2:
2014-05-18 18:19:10 +00:00
ret
2016-06-12 00:24:04 +00:00
Route22GateTextPointers:
2014-05-18 18:19:10 +00:00
dw Route22GateText1
2016-06-12 00:24:04 +00:00
Route22GateText1:
2015-07-03 19:58:50 +00:00
TX_ASM
2015-08-31 02:38:41 +00:00
ld a, [wObtainedBadges]
2014-05-18 18:19:10 +00:00
bit 0, a
jr nz, .asm_1e6f6
2014-05-18 18:19:10 +00:00
ld hl, Route22GateText_1e704
call PrintText
call Route22GateScript_1e6ba
ld a, $1
jr .asm_1e6fe
.asm_1e6f6
2014-05-18 18:19:10 +00:00
ld hl, Route22GateText_1e71a
call PrintText
ld a, $2
.asm_1e6fe
2015-08-31 02:38:41 +00:00
ld [wRoute22GateCurScript], a
2014-05-18 18:19:10 +00:00
jp TextScriptEnd
2016-06-12 00:24:04 +00:00
Route22GateText_1e704:
TX_FAR _Route22GateText_1e704
2015-07-03 19:58:50 +00:00
TX_ASM
2015-07-19 08:46:12 +00:00
ld a, SFX_DENIED
2014-05-18 18:19:10 +00:00
call PlaySoundWaitForCurrent
call WaitForSoundToFinish
ld hl, Route22GateText_1e715
2014-05-18 18:19:10 +00:00
ret
2016-06-12 00:24:04 +00:00
Route22GateText_1e715:
2014-05-18 18:19:10 +00:00
TX_FAR _Route22GateText_1e715
db "@"
2016-06-12 00:24:04 +00:00
Route22GateText_1e71a:
TX_FAR _Route22GateText_1e71a
2016-07-18 06:17:03 +00:00
TX_SFX_ITEM_1
db "@"