forked from pret/pokecrystal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRoute7.asm
62 lines (47 loc) · 1.05 KB
/
Route7.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Route7_MapScriptHeader: ; 0x1ad380
; trigger count
db 0
; callback count
db 0
; 0x1ad382
MapRoute7Signpost0Script: ; 0x1ad382
jumptext UnknownText_0x1ad388
; 0x1ad385
MapRoute7Signpost1Script: ; 0x1ad385
jumptext UnknownText_0x1ad456
; 0x1ad388
UnknownText_0x1ad388: ; 0x1ad388
text "What's this flyer?"
para "… Uncouth trainers"
line "have been holding"
para "battles in the"
line "UNDERGROUND PATH."
para "Because of rising"
line "complaints by lo-"
cont "cal residents, the"
cont "UNDERGROUND PATH"
cont "has been sealed"
cont "indefinitely."
para "CELADON POLICE"
done
; 0x1ad456
UnknownText_0x1ad456: ; 0x1ad456
text "It's locked…"
done
; 0x1ad463
Route7_MapEventHeader: ; 0x1ad463
; filler
db 0, 0
; warps
db 2
warp_def $6, $f, 1, GROUP_ROUTE_7_SAFFRON_GATE, MAP_ROUTE_7_SAFFRON_GATE
warp_def $7, $f, 2, GROUP_ROUTE_7_SAFFRON_GATE, MAP_ROUTE_7_SAFFRON_GATE
; xy triggers
db 0
; signposts
db 2
signpost 11, 5, $0, MapRoute7Signpost0Script
signpost 9, 6, $0, MapRoute7Signpost1Script
; people-events
db 0
; 0x1ad47d