Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add freeze glitch fix to console mods stealth/tournament #130

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Output/Console/g_mods_stealth.bin
Binary file not shown.
3 changes: 2 additions & 1 deletion Output/Console/g_mods_stealth.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$Stealth tournament codes [Achilles, UnclePunch]
$Stealth tournament codes [Achilles, UnclePunch, tauKhan]
*Tournament mods to improve fair competition
C216E510 00000098 #External/NeutralSpawn/NeutralSpawn.asm
7C0802A6 90010004
Expand Down Expand Up @@ -170,3 +170,4 @@ C22FCCD8 0000000D #External/Hide Nametag When Invisible/Hide Nametag When Invisi
04261B1C 60000000 #External/Closing CSS Door Preserves Nametag/On Window Close/Skip Nametag ID Reset.asm
04261B30 60000000 #External/Closing CSS Door Preserves Nametag/On Window Close/Skip isUsingNametag Bool Reset.asm
042605FC 38C00003 #External/Unplugging Closes CSS Door/Unplugging Closes CSS Door.asm
041239A8 60000000 #External/FreezeGlitchFix/FreezeGlitchFix.asm
Binary file modified Output/Console/g_mods_tournament.bin
Binary file not shown.
3 changes: 2 additions & 1 deletion Output/Console/g_mods_tournament.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$Full tournament codes [Achilles, UnclePunch]
$Full tournament codes [Achilles, UnclePunch, tauKhan]
*Tournament mods to improve fair competition
C216E510 00000098 #External/NeutralSpawn/NeutralSpawn.asm
7C0802A6 90010004
Expand Down Expand Up @@ -170,6 +170,7 @@ C22FCCD8 0000000D #External/Hide Nametag When Invisible/Hide Nametag When Invisi
04261B1C 60000000 #External/Closing CSS Door Preserves Nametag/On Window Close/Skip Nametag ID Reset.asm
04261B30 60000000 #External/Closing CSS Door Preserves Nametag/On Window Close/Skip isUsingNametag Bool Reset.asm
042605FC 38C00003 #External/Unplugging Closes CSS Door/Unplugging Closes CSS Door.asm
041239A8 60000000 #External/FreezeGlitchFix/FreezeGlitchFix.asm
044DC47C C0200000 #External/CSS Player Hands Default to HMN Button/Change Default Hand Position.asm
C2261A6C 00000005 #External/CSS Player Hands Default to HMN Button/Fix A Button Buffer When Exiting Name Entry.asm
88BF0005 2C050002
Expand Down
7 changes: 7 additions & 0 deletions Output/InjectionLists/list_console_mods_stealth.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
"Codetype": "Auto",
"Annotation": "External/Unplugging Closes CSS Door/Unplugging Closes CSS Door.asm",
"Tags": ""
},
{
"InjectionAddress": "801239A8",
"Name": "Stealth tournament codes",
"Codetype": "Auto",
"Annotation": "External/FreezeGlitchFix/FreezeGlitchFix.asm",
"Tags": "[affects-gameplay]"
}
]
}
7 changes: 7 additions & 0 deletions Output/InjectionLists/list_console_mods_tournament.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
"Annotation": "External/Unplugging Closes CSS Door/Unplugging Closes CSS Door.asm",
"Tags": ""
},
{
"InjectionAddress": "801239A8",
"Name": "Full tournament codes",
"Codetype": "Auto",
"Annotation": "External/FreezeGlitchFix/FreezeGlitchFix.asm",
"Tags": "[affects-gameplay]"
},
{
"InjectionAddress": "804DC47C",
"Name": "Full tournament codes",
Expand Down
15 changes: 8 additions & 7 deletions console_mods_stealth.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@
"codes": [
{
"name": "Stealth tournament codes",
"authors": [
"Achilles",
"UnclePunch"
],
"description": [
"Tournament mods to improve fair competition"
],
"authors": ["Achilles", "UnclePunch", "tauKhan"],
"description": ["Tournament mods to improve fair competition"],
"build": [
{
"type": "injectFolder",
Expand All @@ -39,6 +34,12 @@
"sourceFolder": "External/Unplugging Closes CSS Door",
"isRecursive": true,
"annotation": "Unplugging Closes CSS Door [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "External/FreezeGlitchFix",
"isRecursive": true,
"annotation": "Prevent freeze glitch [tauKhan]"
}
]
}
Expand Down
15 changes: 8 additions & 7 deletions console_mods_tournament.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@
"codes": [
{
"name": "Full tournament codes",
"authors": [
"Achilles",
"UnclePunch"
],
"description": [
"Tournament mods to improve fair competition"
],
"authors": ["Achilles", "UnclePunch", "tauKhan"],
"description": ["Tournament mods to improve fair competition"],
"build": [
{
"type": "injectFolder",
Expand All @@ -40,6 +35,12 @@
"isRecursive": true,
"annotation": "Unplugging Closes CSS Door [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "External/FreezeGlitchFix",
"isRecursive": true,
"annotation": "Prevent freeze glitch [tauKhan]"
},
{
"type": "injectFolder",
"sourceFolder": "External/CSS Player Hands Default to HMN Button",
Expand Down