2015-07-10 01:20:21 -07:00
|
|
|
TeamRocketBaseB1F_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
|
|
|
|
|
|
|
; triggers
|
2015-11-02 11:37:02 -08:00
|
|
|
dw UnknownScript_0x6c65a, 0
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
|
|
|
|
|
|
|
; callbacks
|
|
|
|
|
|
|
|
dbw 2, UnknownScript_0x6c65b
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x6c65a:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x6c65b:
|
2013-02-16 22:54:07 -08:00
|
|
|
disappear $2
|
|
|
|
return
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCamera1a:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_SECURITY_CAMERA_1
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-18 12:46:38 -07:00
|
|
|
checkevent EVENT_TEAM_ROCKET_BASE_POPULATION
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $13, $2
|
|
|
|
appear $2
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $2, SecurityCameraMovement1
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt1
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $13, $2
|
|
|
|
appear $2
|
|
|
|
applymovement $2, SecurityCameraMovement1
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt2
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_SECURITY_CAMERA_1
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCamera1b:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_SECURITY_CAMERA_1
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-18 12:46:38 -07:00
|
|
|
checkevent EVENT_TEAM_ROCKET_BASE_POPULATION
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $13, $3
|
|
|
|
appear $2
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $2, SecurityCameraMovement1
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt1
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $13, $3
|
|
|
|
appear $2
|
|
|
|
applymovement $2, SecurityCameraMovement1
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt2
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_SECURITY_CAMERA_1
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCamera2a:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_SECURITY_CAMERA_2
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-18 12:46:38 -07:00
|
|
|
checkevent EVENT_TEAM_ROCKET_BASE_POPULATION
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $4, $7
|
|
|
|
appear $2
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $2, SecurityCameraMovement2
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt1
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $c, $5
|
|
|
|
appear $2
|
|
|
|
applymovement $2, SecurityCameraMovement3
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt2
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_SECURITY_CAMERA_2
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCamera2b:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_SECURITY_CAMERA_2
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-18 12:46:38 -07:00
|
|
|
checkevent EVENT_TEAM_ROCKET_BASE_POPULATION
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $4, $8
|
|
|
|
appear $2
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $2, SecurityCameraMovement4
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt1
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $c, $5
|
|
|
|
appear $2
|
|
|
|
applymovement $2, SecurityCameraMovement5
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt2
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_SECURITY_CAMERA_2
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCamera3a:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_SECURITY_CAMERA_3
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-18 12:46:38 -07:00
|
|
|
checkevent EVENT_TEAM_ROCKET_BASE_POPULATION
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $13, $6
|
|
|
|
appear $2
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $2, SecurityCameraMovement1
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt1
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $19, $b
|
|
|
|
appear $2
|
|
|
|
applymovement $2, SecurityCameraMovement6
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt2
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_SECURITY_CAMERA_3
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCamera3b:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_SECURITY_CAMERA_3
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-18 12:46:38 -07:00
|
|
|
checkevent EVENT_TEAM_ROCKET_BASE_POPULATION
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $13, $7
|
|
|
|
appear $2
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $2, SecurityCameraMovement1
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt1
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $19, $c
|
|
|
|
appear $2
|
|
|
|
applymovement $2, SecurityCameraMovement7
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt2
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_SECURITY_CAMERA_3
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCamera4:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_SECURITY_CAMERA_4
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-18 12:46:38 -07:00
|
|
|
checkevent EVENT_TEAM_ROCKET_BASE_POPULATION
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $11, $10
|
|
|
|
appear $2
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $2, SecurityCameraMovement1
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt1
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $19, $b
|
|
|
|
appear $2
|
|
|
|
applymovement $2, SecurityCameraMovement8
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt2
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_SECURITY_CAMERA_4
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCamera5:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_SECURITY_CAMERA_5
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-18 12:46:38 -07:00
|
|
|
checkevent EVENT_TEAM_ROCKET_BASE_POPULATION
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoSecurityCamera
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $3, $10
|
|
|
|
appear $2
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $2, SecurityCameraMovement1
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt1
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2015-01-20 00:01:23 -08:00
|
|
|
scall PlaySecurityCameraSounds
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $2, $e, $10
|
|
|
|
appear $2
|
|
|
|
applymovement $2, SecurityCameraMovement9
|
2015-01-20 00:01:23 -08:00
|
|
|
scall TrainerCameraGrunt2
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, NoSecurityCamera
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_SECURITY_CAMERA_5
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
NoSecurityCamera:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerCameraGrunt1:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext CameraGrunt1SeenText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2015-11-02 11:37:02 -08:00
|
|
|
winlosstext CameraGrunt1BeatenText, 0
|
2013-02-16 22:54:07 -08:00
|
|
|
setlasttalked $2
|
|
|
|
loadtrainer GRUNTM, 20
|
|
|
|
startbattle
|
|
|
|
disappear $2
|
|
|
|
returnafterbattle
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerCameraGrunt2:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext CameraGrunt2SeenText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2015-11-02 11:37:02 -08:00
|
|
|
winlosstext CameraGrunt2BeatenText, 0
|
2013-02-16 22:54:07 -08:00
|
|
|
setlasttalked $2
|
|
|
|
loadtrainer GRUNTM, 21
|
|
|
|
startbattle
|
|
|
|
disappear $2
|
|
|
|
returnafterbattle
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PlaySecurityCameraSounds:
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_LICK
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_LICK
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_LICK
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_LICK
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_LICK
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_LICK
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap1:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_1
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall KoffingExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_1
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap2:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_2
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall VoltorbExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_2
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap3:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_3
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall GeodudeExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_3
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap4:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_4
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall VoltorbExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_4
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap5:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_5
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall GeodudeExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_5
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap6:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_6
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall KoffingExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_6
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap7:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_7
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall VoltorbExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_7
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap8:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_8
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall KoffingExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_8
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap9:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_9
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall KoffingExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_9
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap10:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_10
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall VoltorbExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_10
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap11:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_11
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall GeodudeExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_11
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap12:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_12
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall GeodudeExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_12
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap13:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_13
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall GeodudeExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_13
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap14:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_14
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall KoffingExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_14
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap15:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_15
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall VoltorbExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_15
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap16:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_16
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall KoffingExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_16
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap17:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_17
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall VoltorbExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_17
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap18:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_18
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall GeodudeExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_18
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap19:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_19
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall GeodudeExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_19
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap20:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_20
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall VoltorbExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_20
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap21:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_21
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall KoffingExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_21
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ExplodingTrap22:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_EXPLODING_TRAP_22
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue NoExplodingTrap
|
2015-01-20 00:01:23 -08:00
|
|
|
scall VoltorbExplodingTrap
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_EXPLODING_TRAP_22
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
VoltorbExplodingTrap:
|
2015-07-20 00:51:52 -07:00
|
|
|
special FadeBlackBGMap
|
2013-02-16 22:54:07 -08:00
|
|
|
cry VOLTORB
|
2015-07-20 00:51:52 -07:00
|
|
|
special FadeInBGMap
|
2013-02-16 22:54:07 -08:00
|
|
|
setlasttalked $ff
|
2015-07-09 19:08:03 -07:00
|
|
|
writecode VAR_BATTLETYPE, BATTLETYPE_TRAP
|
2013-02-16 22:54:07 -08:00
|
|
|
loadpokedata VOLTORB, 23
|
|
|
|
startbattle
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
GeodudeExplodingTrap:
|
2015-07-20 00:51:52 -07:00
|
|
|
special FadeBlackBGMap
|
2013-02-16 22:54:07 -08:00
|
|
|
cry GEODUDE
|
2015-07-20 00:51:52 -07:00
|
|
|
special FadeInBGMap
|
2013-02-16 22:54:07 -08:00
|
|
|
setlasttalked $ff
|
2015-07-09 19:08:03 -07:00
|
|
|
writecode VAR_BATTLETYPE, BATTLETYPE_TRAP
|
2013-02-16 22:54:07 -08:00
|
|
|
loadpokedata GEODUDE, 21
|
|
|
|
startbattle
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
KoffingExplodingTrap:
|
2015-07-20 00:51:52 -07:00
|
|
|
special FadeBlackBGMap
|
2013-02-16 22:54:07 -08:00
|
|
|
cry KOFFING
|
2015-07-20 00:51:52 -07:00
|
|
|
special FadeInBGMap
|
2013-02-16 22:54:07 -08:00
|
|
|
setlasttalked $ff
|
2015-07-09 19:08:03 -07:00
|
|
|
writecode VAR_BATTLETYPE, BATTLETYPE_TRAP
|
2013-02-16 22:54:07 -08:00
|
|
|
loadpokedata KOFFING, 21
|
|
|
|
startbattle
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
NoExplodingTrap:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerScientistJed:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_SCIENTIST_JED, SCIENTIST, JED, ScientistJedSeenText, ScientistJedBeatenText, 0, ScientistJedScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ScientistJedScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6cc16
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerGruntM16:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_ROCKET_GRUNTM_16, GRUNTM, 16, GruntM16SeenText, GruntM16BeatenText, 0, GruntM16Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
GruntM16Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6cd1b
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapTeamRocketBaseB1FSignpost5Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptext SecurityCameraText
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapTeamRocketBaseB1FSignpost7Script:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd teamrocketoath
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapTeamRocketBaseB1FSignpost0Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_TURNED_OFF_SECURITY_CAMERAS
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x6cabe
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6cdad
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_TALLY
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_TURNED_OFF_SECURITY_CAMERAS
|
|
|
|
setevent EVENT_SECURITY_CAMERA_1
|
|
|
|
setevent EVENT_SECURITY_CAMERA_2
|
|
|
|
setevent EVENT_SECURITY_CAMERA_3
|
|
|
|
setevent EVENT_SECURITY_CAMERA_4
|
|
|
|
setevent EVENT_SECURITY_CAMERA_5
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x6cabe:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6cdd0
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ItemFragment_0x6cac4:
|
2013-02-16 22:54:07 -08:00
|
|
|
db HYPER_POTION, 1
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ItemFragment_0x6cac6:
|
2013-02-16 22:54:07 -08:00
|
|
|
db NUGGET, 1
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ItemFragment_0x6cac8:
|
2013-02-16 22:54:07 -08:00
|
|
|
db GUARD_SPEC, 1
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapTeamRocketBaseB1FSignpostItem8:
|
2015-07-18 12:46:38 -07:00
|
|
|
dwb EVENT_TEAM_ROCKET_BASE_B1F_HIDDEN_REVIVE, REVIVE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCameraMovement1:
|
2013-02-16 22:54:07 -08:00
|
|
|
big_step_right
|
|
|
|
big_step_right
|
|
|
|
big_step_right
|
|
|
|
big_step_right
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCameraMovement2:
|
2013-02-16 22:54:07 -08:00
|
|
|
big_step_up
|
|
|
|
big_step_right
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
turn_head_right
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCameraMovement3:
|
2013-02-16 22:54:07 -08:00
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCameraMovement4:
|
2013-02-16 22:54:07 -08:00
|
|
|
; he jumps over a trap
|
|
|
|
jump_step_up
|
|
|
|
big_step_right
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
turn_head_right
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCameraMovement5:
|
2013-02-16 22:54:07 -08:00
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCameraMovement6:
|
2013-02-16 22:54:07 -08:00
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_right
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_left
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCameraMovement7:
|
2013-02-16 22:54:07 -08:00
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_right
|
|
|
|
big_step_up
|
|
|
|
big_step_up
|
|
|
|
big_step_left
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCameraMovement8:
|
2013-02-16 22:54:07 -08:00
|
|
|
big_step_down
|
|
|
|
big_step_down
|
|
|
|
big_step_right
|
|
|
|
big_step_down
|
|
|
|
big_step_down
|
|
|
|
big_step_down
|
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCameraMovement9:
|
2013-02-16 22:54:07 -08:00
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
big_step_left
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
CameraGrunt1SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hey!"
|
|
|
|
line "Intruder alert!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
CameraGrunt1BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Dang… I failed…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
CameraGrunt2SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's my turn!"
|
|
|
|
line "There's no escape!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
CameraGrunt2BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Surveillance cams"
|
|
|
|
line "are in the #MON"
|
|
|
|
cont "statues."
|
|
|
|
|
|
|
|
para "We'll keep appear-"
|
|
|
|
line "ing until you trip"
|
|
|
|
cont "a secret switch."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ScientistJedSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "This was once a"
|
|
|
|
line "ninja hideout."
|
|
|
|
|
|
|
|
para "There are traps to"
|
|
|
|
line "confound intruders"
|
|
|
|
cont "like you."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ScientistJedBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I get it…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x6cc16:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "All right. I'll"
|
|
|
|
line "divulge a secret"
|
|
|
|
cont "about our hideout."
|
|
|
|
|
|
|
|
para "That thing on the"
|
|
|
|
line "floor up ahead is"
|
|
|
|
cont "a warp panel."
|
|
|
|
|
|
|
|
para "If you step on it,"
|
|
|
|
line "you'll be warped"
|
|
|
|
|
|
|
|
para "back to the en-"
|
|
|
|
line "trance."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
GruntM16SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Heheh. Feeling"
|
|
|
|
line "lucky, punk?"
|
|
|
|
|
|
|
|
para "Go ahead, take"
|
|
|
|
line "another step."
|
|
|
|
|
|
|
|
para "We've got traps"
|
|
|
|
line "set in the floor!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
GruntM16BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Kaboom!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x6cd1b:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I don't even know"
|
|
|
|
line "where the traps"
|
|
|
|
cont "are planted."
|
|
|
|
|
|
|
|
para "You'll just have"
|
|
|
|
line "to collect your"
|
|
|
|
cont "courage and walk."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SecurityCameraText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's a PERSIAN"
|
|
|
|
line "statue…"
|
|
|
|
|
|
|
|
para "Its eyes are oddly"
|
|
|
|
line "shiny."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x6cdad:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A secret switch!"
|
|
|
|
line "Better press it."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x6cdd0:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The switch is"
|
|
|
|
line "turned off."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TeamRocketBaseB1F_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 4
|
2015-11-02 14:38:08 -08:00
|
|
|
warp_def $2, $1b, 3, MAHOGANY_MARTTYPE_1F
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $e, $3, 1, TEAM_ROCKET_BASE_B2F
|
|
|
|
warp_def $f, $5, 4, TEAM_ROCKET_BASE_B1F
|
|
|
|
warp_def $2, $19, 3, TEAM_ROCKET_BASE_B1F
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 30
|
|
|
|
; There are five security cameras in the base.
|
|
|
|
; Walking in front of one triggers two Rocket Grunts.
|
|
|
|
xy_trigger 0, $2, $18, $0, SecurityCamera1a, $0, $0
|
|
|
|
xy_trigger 0, $3, $18, $0, SecurityCamera1b, $0, $0
|
|
|
|
xy_trigger 0, $2, $6, $0, SecurityCamera2a, $0, $0
|
|
|
|
xy_trigger 0, $3, $6, $0, SecurityCamera2b, $0, $0
|
|
|
|
xy_trigger 0, $6, $18, $0, SecurityCamera3a, $0, $0
|
|
|
|
xy_trigger 0, $7, $18, $0, SecurityCamera3b, $0, $0
|
|
|
|
xy_trigger 0, $10, $16, $0, SecurityCamera4, $0, $0
|
|
|
|
xy_trigger 0, $10, $8, $0, SecurityCamera5, $0, $0
|
|
|
|
; There are spots on the floor that trigger a Pokémon battle.
|
|
|
|
; Each Pokémon (Voltorb, Koffing, Geodude) knows Selfdestruct.
|
|
|
|
xy_trigger 0, $7, $2, $0, ExplodingTrap1, $0, $0
|
|
|
|
xy_trigger 0, $7, $3, $0, ExplodingTrap2, $0, $0
|
|
|
|
xy_trigger 0, $7, $4, $0, ExplodingTrap3, $0, $0
|
|
|
|
xy_trigger 0, $8, $1, $0, ExplodingTrap4, $0, $0
|
|
|
|
xy_trigger 0, $8, $3, $0, ExplodingTrap5, $0, $0
|
|
|
|
xy_trigger 0, $8, $5, $0, ExplodingTrap6, $0, $0
|
|
|
|
xy_trigger 0, $9, $3, $0, ExplodingTrap7, $0, $0
|
|
|
|
xy_trigger 0, $9, $4, $0, ExplodingTrap8, $0, $0
|
|
|
|
xy_trigger 0, $a, $1, $0, ExplodingTrap9, $0, $0
|
|
|
|
xy_trigger 0, $a, $2, $0, ExplodingTrap10, $0, $0
|
|
|
|
xy_trigger 0, $a, $3, $0, ExplodingTrap11, $0, $0
|
|
|
|
xy_trigger 0, $a, $5, $0, ExplodingTrap12, $0, $0
|
|
|
|
xy_trigger 0, $b, $2, $0, ExplodingTrap13, $0, $0
|
|
|
|
xy_trigger 0, $b, $4, $0, ExplodingTrap14, $0, $0
|
|
|
|
xy_trigger 0, $c, $1, $0, ExplodingTrap15, $0, $0
|
|
|
|
xy_trigger 0, $c, $2, $0, ExplodingTrap16, $0, $0
|
|
|
|
xy_trigger 0, $c, $4, $0, ExplodingTrap17, $0, $0
|
|
|
|
xy_trigger 0, $c, $5, $0, ExplodingTrap18, $0, $0
|
|
|
|
xy_trigger 0, $d, $1, $0, ExplodingTrap19, $0, $0
|
|
|
|
xy_trigger 0, $d, $3, $0, ExplodingTrap20, $0, $0
|
|
|
|
xy_trigger 0, $d, $4, $0, ExplodingTrap21, $0, $0
|
|
|
|
xy_trigger 0, $d, $5, $0, ExplodingTrap22, $0, $0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 9
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 11, 19, SIGNPOST_READ, MapTeamRocketBaseB1FSignpost0Script
|
|
|
|
signpost 1, 24, SIGNPOST_UP, MapTeamRocketBaseB1FSignpost5Script
|
|
|
|
signpost 1, 6, SIGNPOST_UP, MapTeamRocketBaseB1FSignpost5Script
|
|
|
|
signpost 15, 8, SIGNPOST_UP, MapTeamRocketBaseB1FSignpost5Script
|
|
|
|
signpost 15, 22, SIGNPOST_UP, MapTeamRocketBaseB1FSignpost5Script
|
|
|
|
signpost 5, 24, SIGNPOST_UP, MapTeamRocketBaseB1FSignpost5Script
|
|
|
|
signpost 11, 20, SIGNPOST_READ, MapTeamRocketBaseB1FSignpost7Script
|
|
|
|
signpost 11, 21, SIGNPOST_READ, MapTeamRocketBaseB1FSignpost7Script
|
2015-07-18 12:46:38 -07:00
|
|
|
signpost 11, 3, SIGNPOST_ITEM, MapTeamRocketBaseB1FSignpostItem8
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 6
|
2015-10-31 18:05:02 -07:00
|
|
|
person_event SPRITE_ROCKET, 0, 0, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, 0, 0, ObjectEvent, EVENT_TEAM_ROCKET_BASE_SECURITY_GRUNTS
|
|
|
|
person_event SPRITE_ROCKET, 4, 2, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, 2, 3, TrainerGruntM16, EVENT_TEAM_ROCKET_BASE_POPULATION
|
|
|
|
person_event SPRITE_SCIENTIST, 12, 18, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 2, 3, TrainerScientistJed, EVENT_TEAM_ROCKET_BASE_POPULATION
|
|
|
|
person_event SPRITE_POKE_BALL, 6, 27, SPRITEMOVEDATA_01, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x6cac4, EVENT_TEAM_ROCKET_BASE_B1F_HYPER_POTION
|
|
|
|
person_event SPRITE_POKE_BALL, 15, 14, SPRITEMOVEDATA_01, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x6cac6, EVENT_TEAM_ROCKET_BASE_B1F_NUGGET
|
|
|
|
person_event SPRITE_POKE_BALL, 12, 21, SPRITEMOVEDATA_01, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x6cac8, EVENT_TEAM_ROCKET_BASE_B1F_GUARD_SPEC
|