Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
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
fallenstardust
YGOMobile
Commits
e4bb14c9
Commit
e4bb14c9
authored
Sep 29, 2022
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ygopro版本号0x1354
fix EVENT_PREDRAW
parent
9220dd46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Classes/gframe/game.cpp
Classes/gframe/game.cpp
+1
-1
Classes/ocgcore/processor.cpp
Classes/ocgcore/processor.cpp
+2
-2
No files found.
Classes/gframe/game.cpp
View file @
e4bb14c9
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include <COGLESDriver.h>
#include <COGLESDriver.h>
#endif
#endif
const
unsigned
short
PRO_VERSION
=
0x135
3
;
const
unsigned
short
PRO_VERSION
=
0x135
4
;
namespace
ygo
{
namespace
ygo
{
...
...
Classes/ocgcore/processor.cpp
View file @
e4bb14c9
...
@@ -1473,7 +1473,7 @@ int32 field::process_point_event(int16 step, int32 skip_trigger, int32 skip_free
...
@@ -1473,7 +1473,7 @@ int32 field::process_point_event(int16 step, int32 skip_trigger, int32 skip_free
if
(
!
core
.
hand_adjusted
)
if
(
!
core
.
hand_adjusted
)
add_process
(
PROCESSOR_QUICK_EFFECT
,
0
,
0
,
0
,
skip_freechain
,
infos
.
turn_player
);
add_process
(
PROCESSOR_QUICK_EFFECT
,
0
,
0
,
0
,
skip_freechain
,
infos
.
turn_player
);
}
else
}
else
add_process
(
PROCESSOR_QUICK_EFFECT
,
0
,
0
,
0
,
skip_freechain
,
1
-
core
.
current_chain
.
back
().
triggering_player
);
add_process
(
PROCESSOR_QUICK_EFFECT
,
0
,
0
,
0
,
FALSE
,
1
-
core
.
current_chain
.
back
().
triggering_player
);
return
FALSE
;
return
FALSE
;
}
}
case
10
:
{
case
10
:
{
...
@@ -3742,7 +3742,7 @@ int32 field::process_turn(uint16 step, uint8 turn_player) {
...
@@ -3742,7 +3742,7 @@ int32 field::process_turn(uint16 step, uint8 turn_player) {
pduel
->
write_buffer8
(
turn_player
);
pduel
->
write_buffer8
(
turn_player
);
pduel
->
write_buffer32
(
27
);
pduel
->
write_buffer32
(
27
);
if
(
core
.
new_fchain
.
size
()
||
core
.
new_ochain
.
size
())
if
(
core
.
new_fchain
.
size
()
||
core
.
new_ochain
.
size
())
add_process
(
PROCESSOR_POINT_EVENT
,
0
,
0
,
0
,
0
,
0
);
add_process
(
PROCESSOR_POINT_EVENT
,
0
,
0
,
0
,
0
x100
,
TRUE
);
return
FALSE
;
return
FALSE
;
}
}
case
2
:
{
case
2
:
{
...
...
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