mirror of
https://github.com/project-slippi/slippi-ssbm-asm.git
synced 2025-10-05 23:52:43 +02:00
fix possible desync when watching replays
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
################################################################################
|
||||
# Address: 0x801d2d38
|
||||
################################################################################
|
||||
# Will change the text on the jumbotron to "Frozen"
|
||||
################################################################################
|
||||
|
||||
|
@@ -1,5 +1,6 @@
|
||||
################################################################################
|
||||
# Address: 0x801d4760
|
||||
# Tags: [affects-gameplay]
|
||||
################################################################################
|
||||
# The original code returns a bool indicating whether or not the stage file
|
||||
# was loaded properly.
|
||||
|
@@ -1,5 +1,6 @@
|
||||
################################################################################
|
||||
# Address: 0x800165ac
|
||||
# Tags: [affects-gameplay]
|
||||
################################################################################
|
||||
# Replaces the async disk read with an EXI transfer instead
|
||||
# we have already preloaded the transformations to dolphins memory
|
||||
|
@@ -754,7 +754,7 @@
|
||||
"Name": "Required: Slippi Online",
|
||||
"Codetype": "Auto",
|
||||
"Annotation": "Online/Core/Hacks/Stadium/GrPsxIsValid.asm",
|
||||
"Tags": ""
|
||||
"Tags": "[affects-gameplay]"
|
||||
},
|
||||
{
|
||||
"InjectionAddress": "801D457C",
|
||||
@@ -768,7 +768,7 @@
|
||||
"Name": "Required: Slippi Online",
|
||||
"Codetype": "Auto",
|
||||
"Annotation": "Online/Core/Hacks/Stadium/StadiumFileLoad.asm",
|
||||
"Tags": ""
|
||||
"Tags": "[affects-gameplay]"
|
||||
},
|
||||
{
|
||||
"InjectionAddress": "8038E910",
|
||||
|
Reference in New Issue
Block a user