Skip to content

Commit

Permalink
File renames + minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
DRGN-DRC committed Dec 4, 2021
1 parent 86f8403 commit 6bf13c0
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 55 deletions.
16 changes: 15 additions & 1 deletion 20XXHP 5.0 Code Library/Menus/Stage Select & Results Screen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NTSC 1.02 --- 0x80003304 ----
->

# Cursor position storage area
0000000000000000
00000000 00000000

------------- 0x8025A3BC ---- C022C9E8 -> Branch

Expand Down Expand Up @@ -210,6 +210,20 @@ Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
-==-


RANDOM Stage Select uses 20XX Stage Swap Code
[Achilles]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
1.02 ----- 0x8025b878 --- 88030000 -> Branch

3983FFF5 7C832378
7D846378 3D808025
618CBB40 7D8903A6
4E800420 48000000


-==-


L-Cancel % on Results Screen
[Achilles]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
Expand Down
5 changes: 4 additions & 1 deletion 20XXHP 5.0 Code Library/SDR.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Hold B for Height (Mario/Dr. Mario/Luigi/ICies - SDRC)
Hold B instead of mashing B to gain height with down or side B moves.
<https://smashboards.com/threads/misc-character-codes.446554/post-21695173>
[UnclePunch, DRGN]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
1.02 ----- 0x800e253c --- 801F0668 -> Branch # Mario & Dr. Mario
Expand Down Expand Up @@ -40,6 +41,7 @@ Version -- DOL Offset ------ Hex to Replace ---------- ASM Code


Ice Climbers - Popo and Nana Can Share Ledge (SDRC)
<https://smashboards.com/threads/nana-and-popo-can-share-ledge.453939/>
[UnclePunch, DRGN]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
1.02 ----- 0x80082EA4 --- 809E0734 -> Branch
Expand Down Expand Up @@ -658,10 +660,11 @@ NTSC 1.02 ----- 0x802AAD8C --- 28000000 -> Branch


ROA-Style WD (alternate version + SDRC)
This makes wavedashes easier, by widening the window during which a WD can occur; similar to as they are in Rivals of Aether.
This makes wavedashes easier by widening the window during which a WD can occur; similar to as they are in Rivals of Aether.
Differences from UnclePunch's original code:
-- Gives higher priority to R+A grab
-- Compatible with tauKhan's Extended SH Jump Input Release Window code
-- Conditionals added to only be active with SDR characters or if Debug Menu option is enabled.
<https://smashboards.com/threads/wavedash-out-of-jumpsquat-roa-style.454197/post-24565408>
[UnclePunch, tauKhan, DRGN]
Revision ---- DOL Offset ---- Hex to Replace ---------- ASM Code -
Expand Down
14 changes: 0 additions & 14 deletions 20XXHP 5.0 Code Library/Stages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -419,20 +419,6 @@ Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
-==-


RANDOM Stage Select uses 20XX Stage Swap Code
[Achilles]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
1.02 ----- 0x8025b878 --- 88030000 -> Branch

3983FFF5 7C832378
7D846378 3D808025
618CBB40 7D8903A6
4E800420 48000000


-==-


HRC VS Mode Camera
- regular camera outside of HRC, home-run contest
[Achilles]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

- Changes to the DOL from 20XX 4.07++ to 5.0 -
- Changes to the MCM Library from 20XX 4.07++ to 5.0 -


"20XX 4.07++ Codes_original.txt" is Achilles' original MCM library file.
Expand Down Expand Up @@ -76,6 +76,7 @@ an injection to load this called "20XX AI Engine Loader"
3 mods combined into "SDR - CFalc/Ganon Side-B Enters "Fall" Action": -2 40
- "SD Remix - CFalc/Ganon Side-B, Aerial Miss"
- "SD Remix - CFalc/Ganon Side-B, Aerial Hit"
- "SD Remix - CFalc/Ganon Side-B, Off Ledge"
3 mods combined into "Frame Speed Modifier Engine" -2
- "FSM Table"
- "20XX SDR Frame Speed Mod"
Expand All @@ -85,13 +86,12 @@ an injection to load this called "20XX AI Engine Loader"
- "20XX Teching Option - TechRoll Interrupt"
- "20XX Teching Option - Getup Frame Perfect"
- "20XX Teching Option - DownBoundWait"
1 mod removed: "SD Remix 3.1 - Mewtwo Missfoot" -1
removed "SD Remix 3.1 - Mewtwo Missfoot" -1
2 mods combined into "Hold X+A to Reset 20XX": -1
- "Debug Menu - Hold X+A to Reset 20XX"
- "CSS - Hold X+A to Reset 20XX"

Total mods removed from library: 47

Total modules removed from library: 47


- = - = -
Expand All @@ -114,7 +114,7 @@ Total mods removed from library: 47
! Frame Counter (as injection)
Frame Counter (Static)
! MnSlChr Injection Point Branches
5 Line Item Counter Branch
Line Item Counter Branch
VS Style Menu Loader Branch
Misc. Flags
5F0 Block
Expand All @@ -124,7 +124,6 @@ Total mods removed from library: 47
SpawnItemEntity custom spawnitem_t
Various Menu Text
Color Overlays Table
15 PAL FSM List block reservation
Zeros II


Expand All @@ -133,30 +132,29 @@ Total mods removed from library: 47
Kirbys Taunt Without Ability Gives Random Ability (v1.1)
Crazy Hand Tag Team Fix
GaW Modulo 10 Hammer
20 Press B to Explode Yoshi Egg and Teleport
Nana Respawns After 20 Seconds
Press B to Explode Yoshi Egg and Teleport
20 Nana Respawns After 20 Seconds
Link - Buffed Hylian Shield
Instant Zelda/Shiek Transform
Samus Shoots Random Item


"Core Engines"

25 FSM Table
Stage Swap Engine (v2.0)
20XX AI Engine Loader
Frame Speed Modifier Engine
Stage Swap Engine (v2.2)
DVD and Archive Functions - Minified


"Debug Mode"

30 All Players Can Control the Debug Menu (Rewrite)
All Players Can Control the Debug Menu (Rewrite)
Suppress Button Press Functions
Submenus Resemble Normal Menus
30 Submenus Resemble Normal Menus
Song Preview Debug Line Item
Debug Menu Every Frame Code branch
35 Debug Menu Region Overwrites
Debug Menu Region Overwrites
Enable OSReport Print on Crash


Expand All @@ -169,16 +167,16 @@ Total mods removed from library: 47

Super Shine Bros (v1.2)
Turbo Mode (v1.3)
40 Low-Poly v2
Low-Poly v2
Big Head Mode


Mechanics & HUD -> "Gameplay.txt"

Universal Controller Fix, v.80.tm
40 Universal Controller Fix, v.80.tm
Disable Wobbling
Air Grabs
45 Missing L-Cancels Fall Through Floor
Air Grabs v3
Missing L-Cancels Fall Through Floor
Disable Dodges
Longer Moonwalks
Everyone Can Float v1.1
Expand All @@ -191,12 +189,12 @@ Total mods removed from library: 47

Menus -> "Character Select Screen"

50 Boot to Character Select Screen
Boot to Character Select Screen
Disable Name Tag and KO Star Reset After Closing Character Port
Disable Name Tag Reset After Exiting Character Select Screen
50 Disable Name Tag Reset After Exiting Character Select Screen
Extra Character Nametag Changes
Name Tag Blank Space Additions
55 Display Time at Top Right of CSS 1.1
Display Time at Top Right of CSS 1.1
! Unplugging Closes CSS Doors


Expand All @@ -206,44 +204,44 @@ Total mods removed from library: 47
Unlock All Characters & Stages & Random Stage Select
Memory Card File Name Changes
HAL Heap 4 Size Increase
60 Apply Half-Frame Lag Reduction on Boot
Apply Half-Frame Lag Reduction on Boot


Menus -> "Stage Select & Results Screen"

'RANDOM' is Default Highlighted on Stage Select Screen
Reload SSS with D-Pad Up/Down
60 Reload SSS with D-Pad Up/Down


"SDR"

Hold B for Height (Mario/Dr. Mario/Luigi/ICies - SDRC)
Ice Climbers - Popo and Nana Can Share Ledge (SDRC)
65 Nana Direction Update Bug Fix (SDRC)
Nana Direction Update Bug Fix (SDRC)
Nana is Always Level 9 (SDRC)
Nana's % is Displayed (SDRC)
GaW Can L-Cancel Aerials Rewrite w/GFX (SDRC)
Cannot Escape Kirby Throws (SDRC)
70 Mewtwo SDR Init (SDRC)
Mewtwo SDR Init (SDRC)
GW Pan Momentum Not Applied (SDRC)
Enter Action State Subaction Event
70 Enter Action State Subaction Event
Custom Action State Logic
Auto Link Angle 363
75 Interrupt Swap Subaction
Interrupt Swap Subaction
Individual Powershield Ratios (SDRC)
Ness Yoyo Goes Over Ledge (SDRC)
Ness & GaW Can Absorb All Projectiles And Items (SDRC)
Link and Young Link Grab Timer Fix (SDRC)
80 Brawl Bury Mechanics V1.0.3 (SDRC)
Brawl Bury Mechanics V1.0.3 (SDRC)
PK Flash Explodes on Stage Collision (SDRC)
PK Flash Explodes on Interrupt (SDRC)
80 PK Flash Explodes on Interrupt (SDRC)
ROA-Style WD (alternate version + SDRC)


"Stages"

Default File Name Changes
85 Stage Spawn Positions Table
Stage Spawn Positions Table
Battlefield Custom Platform Controller
Character Flattening for Meta Mine
All Floors Are Drop-Through
Expand All @@ -252,17 +250,9 @@ Total mods removed from library: 47
Total mods originally included in "20XXHP++_original.txt": 243


47 mods removed or combined into existing ones, 88 added
(This grand total excludes mods within the 'Utilities' tab.)



- = - = -


Custom Code Region changes:
47 mods removed or combined into existing ones, 86 added, for a new grand total of 282
(This grand total excludes mods within the 'Utilities' tab.)

(Aux Code Regions restored to vanilla code)


- = - = -
Expand Down

0 comments on commit 6bf13c0

Please sign in to comment.