diff --git a/Output/Console/g_mods_stealth.bin b/Output/Console/g_mods_stealth.bin index 7b544526..cc946c61 100644 Binary files a/Output/Console/g_mods_stealth.bin and b/Output/Console/g_mods_stealth.bin differ diff --git a/Output/Console/g_mods_stealth.txt b/Output/Console/g_mods_stealth.txt index 61fad918..cb84416a 100644 --- a/Output/Console/g_mods_stealth.txt +++ b/Output/Console/g_mods_stealth.txt @@ -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 @@ -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 diff --git a/Output/Console/g_mods_tournament.bin b/Output/Console/g_mods_tournament.bin index bf90ab76..d501811e 100644 Binary files a/Output/Console/g_mods_tournament.bin and b/Output/Console/g_mods_tournament.bin differ diff --git a/Output/Console/g_mods_tournament.txt b/Output/Console/g_mods_tournament.txt index 74e55da9..2f7ff6a7 100644 --- a/Output/Console/g_mods_tournament.txt +++ b/Output/Console/g_mods_tournament.txt @@ -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 @@ -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 diff --git a/Output/InjectionLists/list_console_mods_stealth.json b/Output/InjectionLists/list_console_mods_stealth.json index e66fa495..f3f6d5b0 100644 --- a/Output/InjectionLists/list_console_mods_stealth.json +++ b/Output/InjectionLists/list_console_mods_stealth.json @@ -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]" } ] } \ No newline at end of file diff --git a/Output/InjectionLists/list_console_mods_tournament.json b/Output/InjectionLists/list_console_mods_tournament.json index 68b0ce74..31dd8b16 100644 --- a/Output/InjectionLists/list_console_mods_tournament.json +++ b/Output/InjectionLists/list_console_mods_tournament.json @@ -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", diff --git a/console_mods_stealth.json b/console_mods_stealth.json index 6c36b250..fe30cdb6 100644 --- a/console_mods_stealth.json +++ b/console_mods_stealth.json @@ -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", @@ -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]" } ] } diff --git a/console_mods_tournament.json b/console_mods_tournament.json index 0ef17037..4435f2be 100644 --- a/console_mods_tournament.json +++ b/console_mods_tournament.json @@ -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", @@ -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",