summaryrefslogtreecommitdiff
path: root/scripts/silphcoelevator.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-18 14:19:10 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-18 14:19:10 -0400
commit24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 (patch)
tree07d2ed81b23de081f2003d9f8d50170344dd5ada /scripts/silphcoelevator.asm
parent4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff)
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/silphcoelevator.asm')
-rwxr-xr-xscripts/silphcoelevator.asm80
1 files changed, 80 insertions, 0 deletions
diff --git a/scripts/silphcoelevator.asm b/scripts/silphcoelevator.asm
new file mode 100755
index 00000000..7986de3d
--- /dev/null
+++ b/scripts/silphcoelevator.asm
@@ -0,0 +1,80 @@
+SilphCoElevatorScript: ; 457c0 (11:57c0)
+ ld hl, $d126
+ bit 5, [hl]
+ res 5, [hl]
+ push hl
+ call nz, SilphCoElevatorScript_457dc
+ pop hl
+ bit 7, [hl]
+ res 7, [hl]
+ call nz, SilphCoElevatorScript_45827
+ xor a
+ ld [$cf0c], a
+ inc a
+ ld [$cc3c], a
+ ret
+
+SilphCoElevatorScript_457dc: ; 457dc (11:57dc)
+ ld hl, $d3af
+ ld a, [$d73b]
+ ld b, a
+ ld a, [$d73c]
+ ld c, a
+ call SilphCoElevatorScript_457ea
+
+SilphCoElevatorScript_457ea: ; 457ea (11:57ea)
+ inc hl
+ inc hl
+ ld a, b
+ ld [hli], a
+ ld a, c
+ ld [hli], a
+ ret
+
+SilphCoElevatorScript_457f1: ; 457f1 (11:57f1)
+ ld hl, SilphCoElavatorFloors ; $5804
+ call LoadItemList
+ ld hl, SilphCoElevatorWarpMaps ; $5811
+ ld de, $cc5b
+ ld bc, $16
+ call CopyData
+ ret
+
+SilphCoElavatorFloors: ; 45804 (11:45804)
+ db $0B ; num elements in list
+ db $56, $57, $58, $59, $5A, $5B, $5C, $5D, $5E, $5F, $60 ; "1F", "2F", "3F", "4F", ... , "11F"
+ db $FF ; terminator
+
+SilphCoElevatorWarpMaps: ; 45811 (11:45811)
+; first byte is warp number
+; second byte is map number
+; These specify where the player goes after getting out of the elevator.
+ db $03, SILPH_CO_1F
+ db $02, SILPH_CO_2F
+ db $02, SILPH_CO_3F
+ db $02, SILPH_CO_4F
+ db $02, SILPH_CO_5F
+ db $02, SILPH_CO_6F
+ db $02, SILPH_CO_7F
+ db $02, SILPH_CO_8F
+ db $02, SILPH_CO_9F
+ db $02, SILPH_CO_10F
+ db $01, SILPH_CO_11F
+
+SilphCoElevatorScript_45827: ; 45827 (11:5827)
+ call Delay3
+ ld b, BANK(ShakeElevator)
+ ld hl, ShakeElevator
+ call Bankswitch
+ ret
+
+SilphCoElevatorTextPointers: ; 45833 (11:5833)
+ dw SilphCoElevatorText1
+
+SilphCoElevatorText1: ; 45835 (11:5835)
+ db $08 ; asm
+ call SilphCoElevatorScript_457f1
+ ld hl, SilphCoElevatorWarpMaps ; $5811
+ ld a, $61
+ call Predef
+ jp TextScriptEnd