1
1
const_def 2 ; object constants
2
- const POKECOMCENTERADMINROOMMOBILE_SCIENTIST1
3
- const POKECOMCENTERADMINROOMMOBILE_SCIENTIST2
4
- const POKECOMCENTERADMINROOMMOBILE_SCIENTIST3
2
+ const POKECOMCENTERADMINOFFICEMOBILE_SCIENTIST1
3
+ const POKECOMCENTERADMINOFFICEMOBILE_SCIENTIST2
4
+ const POKECOMCENTERADMINOFFICEMOBILE_SCIENTIST3
5
5
6
- PokecomCenterAdminRoomMobile_MapScripts :
6
+ PokecomCenterAdminOfficeMobile_MapScripts :
7
7
db 0 ; scene scripts
8
8
9
9
db 0 ; callbacks
10
10
11
- PokecomCenterAdminRoomMobileScientist1Script :
12
- jumptextfaceplayer PokecomCenterAdminRoomMobileScientist1Text
11
+ PokecomCenterAdminOfficeMobileScientist1Script :
12
+ jumptextfaceplayer PokecomCenterAdminOfficeMobileScientist1Text
13
13
14
- PokecomCenterAdminRoomMobileScientist2Script :
15
- jumptextfaceplayer PokecomCenterAdminRoomMobileScientist2Text
14
+ PokecomCenterAdminOfficeMobileScientist2Script :
15
+ jumptextfaceplayer PokecomCenterAdminOfficeMobileScientist2Text
16
16
17
- PokecomCenterAdminRoomMobileScientist3Script :
18
- jumptextfaceplayer PokecomCenterAdminRoomMobileScientist3Text
17
+ PokecomCenterAdminOfficeMobileScientist3Script :
18
+ jumptextfaceplayer PokecomCenterAdminOfficeMobileScientist3Text
19
19
20
- PokecomCenterAdminRoomMobileSignpost0Script :
20
+ PokecomCenterAdminOfficeMobileSignpost0Script :
21
21
opentext
22
22
writetext UnknownText_0x627ee
23
23
waitbutton
@@ -59,7 +59,7 @@ MenuHeader_0x62602:
59
59
db "モバイルセンター@" ; MOBILE CENTER
60
60
db "やめる@" ; QUIT
61
61
62
- PokecomCenterAdminRoomMobileSignpost1Script :
62
+ PokecomCenterAdminOfficeMobileSignpost1Script :
63
63
opentext
64
64
writetext UnknownText_0x62989
65
65
waitbutton
@@ -101,10 +101,10 @@ MenuHeader_0x6264c:
101
101
db "でんわ<GA>つながらないとき@" ; Don't use phone
102
102
db "やめる@" ; QUIT
103
103
104
- PokecomCenterAdminRoomMobileSignpost2Script :
104
+ PokecomCenterAdminOfficeMobileSignpost2Script :
105
105
jumptext UnknownText_0x62b26
106
106
107
- PokecomCenterAdminRoomMobileScientist1Text :
107
+ PokecomCenterAdminOfficeMobileScientist1Text :
108
108
text "#COM CENTER and"
109
109
line "MOBILE CENTER were"
110
110
@@ -118,7 +118,7 @@ PokecomCenterAdminRoomMobileScientist1Text:
118
118
line "strangers."
119
119
done
120
120
121
- PokecomCenterAdminRoomMobileScientist2Text :
121
+ PokecomCenterAdminOfficeMobileScientist2Text :
122
122
text "When you linked"
123
123
line "with someone by"
124
124
@@ -135,7 +135,7 @@ PokecomCenterAdminRoomMobileScientist2Text:
135
135
line "got the shakes!"
136
136
done
137
137
138
- PokecomCenterAdminRoomMobileScientist3Text :
138
+ PokecomCenterAdminOfficeMobileScientist3Text :
139
139
text "They were able to"
140
140
line "build this huge"
141
141
@@ -260,7 +260,7 @@ UnknownText_0x62b26:
260
260
para "<……> <……> <……>"
261
261
done
262
262
263
- PokecomCenterAdminRoomMobile_MapEvents :
263
+ PokecomCenterAdminOfficeMobile_MapEvents :
264
264
db 0 , 0 ; filler
265
265
266
266
db 2 ; warp events
@@ -270,11 +270,11 @@ PokecomCenterAdminRoomMobile_MapEvents:
270
270
db 0 ; coord events
271
271
272
272
db 3 ; bg events
273
- bg_event 6 , 26 , BGEVENT_UP , PokecomCenterAdminRoomMobileSignpost0Script
274
- bg_event 6 , 28 , BGEVENT_UP , PokecomCenterAdminRoomMobileSignpost1Script
275
- bg_event 3 , 26 , BGEVENT_UP , PokecomCenterAdminRoomMobileSignpost2Script
273
+ bg_event 6 , 26 , BGEVENT_UP , PokecomCenterAdminOfficeMobileSignpost0Script
274
+ bg_event 6 , 28 , BGEVENT_UP , PokecomCenterAdminOfficeMobileSignpost1Script
275
+ bg_event 3 , 26 , BGEVENT_UP , PokecomCenterAdminOfficeMobileSignpost2Script
276
276
277
277
db 3 ; object events
278
- object_event 4 , 28 , SPRITE_SCIENTIST , SPRITEMOVEDATA_WALK_UP_DOWN , 0 , 1 , - 1 , - 1 , PAL_NPC_RED , OBJECTTYPE_SCRIPT , 0 , PokecomCenterAdminRoomMobileScientist1Script , - 1
279
- object_event 7 , 27 , SPRITE_SCIENTIST , SPRITEMOVEDATA_STANDING_UP , 0 , 0 , - 1 , - 1 , PAL_NPC_BLUE , OBJECTTYPE_SCRIPT , 0 , PokecomCenterAdminRoomMobileScientist2Script , - 1
280
- object_event 7 , 29 , SPRITE_SCIENTIST , SPRITEMOVEDATA_STANDING_UP , 0 , 0 , - 1 , - 1 , PAL_NPC_GREEN , OBJECTTYPE_SCRIPT , 0 , PokecomCenterAdminRoomMobileScientist3Script , - 1
278
+ object_event 4 , 28 , SPRITE_SCIENTIST , SPRITEMOVEDATA_WALK_UP_DOWN , 0 , 1 , - 1 , - 1 , PAL_NPC_RED , OBJECTTYPE_SCRIPT , 0 , PokecomCenterAdminOfficeMobileScientist1Script , - 1
279
+ object_event 7 , 27 , SPRITE_SCIENTIST , SPRITEMOVEDATA_STANDING_UP , 0 , 0 , - 1 , - 1 , PAL_NPC_BLUE , OBJECTTYPE_SCRIPT , 0 , PokecomCenterAdminOfficeMobileScientist2Script , - 1
280
+ object_event 7 , 29 , SPRITE_SCIENTIST , SPRITEMOVEDATA_STANDING_UP , 0 , 0 , - 1 , - 1 , PAL_NPC_GREEN , OBJECTTYPE_SCRIPT , 0 , PokecomCenterAdminOfficeMobileScientist3Script , - 1
0 commit comments