aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene_script.h
diff options
context:
space:
mode:
authorPeter Kohaut2019-01-29 23:34:02 +0100
committerPeter Kohaut2019-01-29 23:37:09 +0100
commit2e9c4bfdc1f0f3f4deff5890f0fb91c175aeedce (patch)
tree93de4367a3fe8cc9972f6e5913c5ac91a784e8dd /engines/bladerunner/script/scene_script.h
parent2c3af4b8e967386dd1e27641b82c0bec03d75bc8 (diff)
downloadscummvm-rg350-2e9c4bfdc1f0f3f4deff5890f0fb91c175aeedce.tar.gz
scummvm-rg350-2e9c4bfdc1f0f3f4deff5890f0fb91c175aeedce.tar.bz2
scummvm-rg350-2e9c4bfdc1f0f3f4deff5890f0fb91c175aeedce.zip
BLADERUNNER: Cleanup of back EarlyQ's scenes scripts
Diffstat (limited to 'engines/bladerunner/script/scene_script.h')
-rw-r--r--engines/bladerunner/script/scene_script.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/engines/bladerunner/script/scene_script.h b/engines/bladerunner/script/scene_script.h
index ed7bcebdee..77cf8597d4 100644
--- a/engines/bladerunner/script/scene_script.h
+++ b/engines/bladerunner/script/scene_script.h
@@ -321,28 +321,28 @@ DECLARE_SCRIPT(NR05)
END_SCRIPT
DECLARE_SCRIPT(NR06)
- void sub_401BAC();
+ void playNextMusic();
END_SCRIPT
DECLARE_SCRIPT(NR07)
- void sub_4018D4();
- void sub_401A10();
- void sub_401C60();
- void sub_401EF4();
- void sub_4020F0();
- void sub_402284();
- void sub_402510();
- void sub_402614();
- void sub_402738();
- void sub_4028FC();
+ void dektoraRunAway();
+ void callHolloway();
+ void clickedOnVase();
+ void talkAboutBelt1();
+ void talkAboutBelt2();
+ void talkAboutVoightKampff();
+ void talkAboutSteele();
+ void talkAboutMoonbus();
+ void talkAboutBlackSedan();
+ void talkAboutScorpions();
END_SCRIPT
DECLARE_SCRIPT(NR08)
- void sub_4021B4();
+ void playNextMusic();
END_SCRIPT
DECLARE_SCRIPT(NR09)
- void sub_40172C();
+ void playNextMusic();
END_SCRIPT
DECLARE_SCRIPT(NR10)
@@ -350,7 +350,7 @@ END_SCRIPT
DECLARE_SCRIPT(NR11)
void sub_4027D0(int actorId, signed int frame);
- void sub_4028EC();
+ void untargetEverything();
END_SCRIPT
DECLARE_SCRIPT(PS01)