Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YGOPRO-520DIY
ygopro
Commits
09228680
Commit
09228680
authored
Jul 27, 2014
by
sidschingis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update pendulum scales
parent
d5890ebc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gframe/single_mode.h
gframe/single_mode.h
+6
-6
No files found.
gframe/single_mode.h
View file @
09228680
...
@@ -22,12 +22,12 @@ public:
...
@@ -22,12 +22,12 @@ public:
static
int
SinglePlayThread
(
void
*
param
);
static
int
SinglePlayThread
(
void
*
param
);
static
bool
SinglePlayAnalyze
(
char
*
msg
,
unsigned
int
len
);
static
bool
SinglePlayAnalyze
(
char
*
msg
,
unsigned
int
len
);
static
void
SinglePlayRefresh
(
int
flag
=
0x
1
81fff
);
static
void
SinglePlayRefresh
(
int
flag
=
0x
7
81fff
);
static
void
SinglePlayRefreshHand
(
int
player
,
int
flag
=
0x
1
81fff
);
static
void
SinglePlayRefreshHand
(
int
player
,
int
flag
=
0x
7
81fff
);
static
void
SinglePlayRefreshGrave
(
int
player
,
int
flag
=
0x
1
81fff
);
static
void
SinglePlayRefreshGrave
(
int
player
,
int
flag
=
0x
7
81fff
);
static
void
SinglePlayRefreshDeck
(
int
player
,
int
flag
=
0x
1
81fff
);
static
void
SinglePlayRefreshDeck
(
int
player
,
int
flag
=
0x
7
81fff
);
static
void
SinglePlayRefreshExtra
(
int
player
,
int
flag
=
0x
1
81fff
);
static
void
SinglePlayRefreshExtra
(
int
player
,
int
flag
=
0x
7
81fff
);
static
void
SinglePlayRefreshSingle
(
int
player
,
int
location
,
int
sequence
,
int
flag
=
0x
1
81fff
);
static
void
SinglePlayRefreshSingle
(
int
player
,
int
location
,
int
sequence
,
int
flag
=
0x
7
81fff
);
static
void
SinglePlayReload
();
static
void
SinglePlayReload
();
static
int
MessageHandler
(
long
fduel
,
int
type
);
static
int
MessageHandler
(
long
fduel
,
int
type
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment