summaryrefslogtreecommitdiff
path: root/maps/TimeCapsule.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/TimeCapsule.asm')
-rw-r--r--maps/TimeCapsule.asm87
1 files changed, 87 insertions, 0 deletions
diff --git a/maps/TimeCapsule.asm b/maps/TimeCapsule.asm
new file mode 100644
index 000000000..715504f42
--- /dev/null
+++ b/maps/TimeCapsule.asm
@@ -0,0 +1,87 @@
+TimeCapsule_MapScriptHeader: ; 0x1934eb
+ ; trigger count
+ db 2
+
+ ; triggers
+ dw UnknownScript_0x1934f8, $0000
+ dw UnknownScript_0x1934fc, $0000
+
+ ; callback count
+ db 1
+
+ ; callbacks
+
+ dbw 2, UnknownScript_0x1934fd
+; 0x1934f8
+
+UnknownScript_0x1934f8: ; 0x1934f8
+ priorityjump UnknownScript_0x19350d
+ end
+; 0x1934fc
+
+UnknownScript_0x1934fc: ; 0x1934fc
+ end
+; 0x1934fd
+
+UnknownScript_0x1934fd: ; 0x1934fd
+ special $0010
+ iffalse UnknownScript_0x193508
+ disappear $3
+ appear $2
+ return
+; 0x193508
+
+UnknownScript_0x193508: ; 0x193508
+ disappear $2
+ appear $3
+ return
+; 0x19350d
+
+UnknownScript_0x19350d: ; 0x19350d
+ dotrigger $1
+ domaptrigger GROUP_POKECENTER_2F, MAP_POKECENTER_2F, $3
+ end
+; 0x193514
+
+MapTimeCapsuleSignpost1Script: ; 0x193514
+ special $000f
+ newloadmap $f8
+ end
+; 0x19351a
+
+UnknownScript_0x19351a: ; 0x19351a
+ loadfont
+ 2writetext UnknownText_0x193521
+ closetext
+ loadmovesprites
+ end
+; 0x193521
+
+UnknownText_0x193521: ; 0x193521
+ db $0, "Your friend is", $4f
+ db "ready.", $57
+; 0x193538
+
+TimeCapsule_MapEventHeader: ; 0x193538
+ ; filler
+ db 0, 0
+
+ ; warps
+ db 2
+ warp_def $7, $4, 4, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
+ warp_def $7, $5, 4, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
+
+ ; xy triggers
+ db 0
+
+ ; signposts
+ db 2
+ signpost 4, 4, $3, MapTimeCapsuleSignpost1Script
+ signpost 4, 5, $4, MapTimeCapsuleSignpost1Script
+
+ ; people-events
+ db 2
+ person_event $1, 8, 7, $9, $0, 255, 255, $0, 0, UnknownScript_0x19351a, $0000
+ person_event $1, 8, 10, $8, $0, 255, 255, $0, 0, UnknownScript_0x19351a, $0001
+; 0x19356c
+