Skip to content

Commit 350511a

Browse files
authored
new mod "dialogue skipper" for sly 1
1 parent 38abc84 commit 350511a

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
gametitle=Sly Cooper and the Thievius Raccoonus (NTSC) [SCUS-97198] [08/24/02 22:06]
2+
3+
[Advantage\Dialogue Skipper]
4+
comment=Press R2 to skip the currently playing voiceline.
5+
author=zami3333
6+
7+
patch=1,EE,E10400FF,extended,00262D29
8+
patch=1,EE,E1030000,extended,00080001
9+
patch=1,EE,00080001,extended,00000001
10+
patch=1,EE,6027051C,extended,00000000
11+
patch=1,EE,00020001,extended,000002E8
12+
patch=1,EE,E1010000,extended,00262D29
13+
patch=1,EE,00080001,extended,00000000
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
gametitle=Sly Raccoon (PAL) [SCES-50917] [11/21/02 21:05]
2+
3+
[Advantage\Dialogue Skipper]
4+
comment=Press R2 to skip the currently playing voiceline.
5+
author=zami3333
6+
7+
patch=1,EE,E10400FF,extended,00263F91
8+
patch=1,EE,E1030000,extended,00080001
9+
patch=1,EE,00080001,extended,00000001
10+
patch=1,EE,60276448,extended,00000000
11+
patch=1,EE,00020001,extended,000002E8
12+
patch=1,EE,E1010000,extended,00263F91
13+
patch=1,EE,00080001,extended,00000000
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
SR "gametitle=Sly Cooper and the Thievius Raccoonus (NTSC) [SCUS-97198] [08/24/02 22:06]\n\n"
2+
SR "[Advantage\Dialogue Skipper] \n"
3+
SR "comment=Press R2 to skip the currently playing voiceline.\n"
4+
SR "author=zami3333\n"
5+
6+
Set dialogPtr 27051C
7+
Set padR2 262D29
8+
Set ccflag 0x80001
9+
10+
IF padR2 =. 0xFF && ccflag =. 0
11+
W8 ccflag 1
12+
WP32 dialogPtr,2E8 0
13+
EI
14+
15+
IF padR2 =. 0x00
16+
W8 ccflag 0
17+
EI
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
SR "gametitle=Sly Raccoon (PAL) [SCES-50917] [11/21/02 21:05]\n\n"
2+
SR "[Advantage\Dialogue Skipper] \n"
3+
SR "comment=Press R2 to skip the currently playing voiceline.\n"
4+
SR "author=zami3333\n"
5+
6+
Set dialogPtr 276448
7+
Set padR2 263F91
8+
Set ccflag 0x80001
9+
10+
IF padR2 =. 0xFF && ccflag =. 0
11+
W8 ccflag 1
12+
WP32 dialogPtr,2E8 0
13+
EI
14+
15+
IF padR2 =. 0x00
16+
W8 ccflag 0
17+
EI

0 commit comments

Comments
 (0)