Language…
9 users online:  Ayami, Gamet2004, Green, Guido_Keller, Isikoro,  MarioFanGamer, Red2010, Scags, snowball - Guests: 75 - Bots: 145
Users: 62,906 (2,631 active)
Latest user: retardbus

Cape Bug-Fix Collection

UberASM Repository → Cape Bug-Fix Collection

Submission Details

Name: Cape Bug-Fix Collection
Authors: Alcaro, HammerBrother, dtothefourth, westslasher2
Added:
Type: Game Mode
Includes GFX: No
Includes Hijack: No
Featured: No
Description: This is a collection of cape related bug fixes. Below you can find which ones are included in this patch.

Use as level code or gamemode 14.

-Cape Turnaround Fix: Allows you to always turn around when x or y are pressed during flight.

- Cape Climbing Fix: Fixes the bug where you could maintain flight after jumping off of nets or vines.

- Float Delay Fix: removes the delay between releasing the b button and actually floating with the cape.

- Cape Wallrunning Fix: Fixes the bug where you could twirl your cape while wall running.

Update (4/23/2020): fixed an issue where you couldn't get height when flying with winged Yoshi when !FloatDelayFix = !yes.
Tags: cape cape spin climb flight lorom sa-1
Comments: 3 (jump to comments)
Rating:
0.0 (0 ratings)
No rating
Download 1.44 KiB | 369 downloads

Screenshots

View all

Comments (3)

ModernKiwi Link
Do you plan on converting this into a patch?
Jaffra Link
The Float Delay Fix breaks Yoshi blue shell flight. This can be fixed by changing

Code
STZ $14A5|!addr         ; Disable the float timer 


to

Code
LDA $187A		; If Mario is not riding Yoshi
BNE +
STZ $14A5|!addr         ; Disable the float timer 
+


Great patches otherwise.
 Kevin Link
Tested with: LM 3.10, UberASMTool 1.4, SA-1 1.32, Snes9x 1.60. Works as intended.