summaryrefslogtreecommitdiff
path: root/scripts/route7gate.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-01-01 15:06:23 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-01-01 23:33:10 -0500
commitc7796024590fec48ac79756793c1a6e3b54daf8f (patch)
tree0d61caa7ebe429995a61e800d1d78c3a82aec886 /scripts/route7gate.asm
parent90430e6dee9e207dc0b618d07566f83617343f60 (diff)
Rename map files, labels, and constants to be consistent and work with Polished Map
Diffstat (limited to 'scripts/route7gate.asm')
-rwxr-xr-xscripts/route7gate.asm73
1 files changed, 0 insertions, 73 deletions
diff --git a/scripts/route7gate.asm b/scripts/route7gate.asm
deleted file mode 100755
index 6d4e27bb..00000000
--- a/scripts/route7gate.asm
+++ /dev/null
@@ -1,73 +0,0 @@
-Route7GateScript:
- call EnableAutoTextBoxDrawing
- ld a, [wRoute7GateCurScript]
- ld hl, Route7GateScriptPointers
- call CallFunctionInTable
- ret
-
-Route7GateScriptPointers:
- dw Route7GateScript0
- dw Route7GateScript1
-
-Route7GateScript_1e111:
- ld hl, wd730
- set 7, [hl]
- ld a, $20
- ld [wSimulatedJoypadStatesEnd], a
- ld a, $1
- ld [wSimulatedJoypadStatesIndex], a
- xor a
- ld [wSpriteStateData2 + $06], a
- ld [wOverrideSimulatedJoypadStatesMask], a
- ret
-
-Route7GateScript0:
- ld a, [wd728]
- bit 6, a
- ret nz
- ld hl, CoordsData_1e167
- call ArePlayerCoordsInArray
- ret nc
- ld a, PLAYER_DIR_UP
- ld [wPlayerMovingDirection], a
- xor a
- ld [hJoyHeld], a
- callba RemoveGuardDrink
- ld a, [$ffdb]
- and a
- jr nz, .asm_1e15a
- ld a, $2
- ld [hSpriteIndexOrTextID], a
- call DisplayTextID
- call Route7GateScript_1e111
- ld a, $1
- ld [wRoute7GateCurScript], a
- ret
-.asm_1e15a
- ld a, $3
- ld [hSpriteIndexOrTextID], a
- call DisplayTextID
- ld hl, wd728
- set 6, [hl]
- ret
-
-CoordsData_1e167:
- db 3,3
- db 4,3
- db $ff
-
-Route7GateScript1:
- ld a, [wSimulatedJoypadStatesIndex]
- and a
- ret nz
- call Delay3
- xor a
- ld [wJoyIgnore], a
- ld [wRoute7GateCurScript], a
- ld [wCurMapScript], a
- ret
-
-Route7GateTextPointers:
- dw Route7GateText1
- dw Route7GateText2
- dw Route7GateText3