News:

Don't forget to visit the main site! There's lots of helpful docs, patches, and more!

Main Menu

Superpatch.

Started by PHOSPHOTiDYL, April 09, 2020, 12:36:22 AM

Previous topic - Next topic

PHOSPHOTiDYL

This is just the vanilla game with a bunch of mods, the "other half" hack.

Hi-tech bootz don't enable wall jump, you start with it.
Gravity bootz don't enable screw attack, vespa suit does since I replaced it.
Roomz have per tileset fx code that overwritez anything not liquid.

This one image sums it all up.


I'm working on one for just the project base levelz, it'll be ready soon.

BUGFIX:
Getting into acid with the powersuit caused a crash.
Bug was caused by new code, vespasuit only reduces damage.
You'll need to apply this asm.

lorom

org $90fb00
acidone:
pha : lda $09a2 : bit #$0400 : beq + : pla : adc $9e8f : lsr a : lsr a : rts
+ pla : adc $9e8f : rts
acidtwo:
pha : lda $09a2 : bit #$0400 : beq + : pla : adc $9e91 : lsr a : lsr a : rts
+ pla : adc $9e91 : rts

org $908239 : lda $0a4e : clc : jsr acidone : sta $0a4e : lda $0a50 : jsr acidtwo : sta $0a50

PHOSPHOTiDYL

#1
Here's the link for project base levelz. I used 0.72 version.

Bugfix asm is to be applied to this version as well.
One bug left is mother brain's bg for project base version only.

Also the link for all the code.
You'll want master.asm for vanilla, & masterpb.asm for projectbase.

https://drive.google.com/open?id=1mcVmL7coutbcl5H7BAZQnq0lT6Fpn5Xj

dewhi100

Looks helpful. Any chance you could post the ASM and assets separately?

M1CR0H4CK3R

#3
Bug report: Touching acid while having only the default suit softlocks the game on ZSNES FuSoYa.


Edit: Also, if you sequence break to get to the back door of Crocomire without Speed Booster when you first get to Norfair, its a permastuck.

Edit 2: This was tested on the Project Base version.

Quote from: PHOSPHOTiDYL on April 09, 2020, 12:36:22 AM
This is just the vanilla game with a bunch of mods, the "other half" hack.

Hi-tech bootz don't enable wall jump, you start with it.
Gravity bootz don't enable screw attack, vespa suit does since I replaced it.
Roomz have per tileset fx code that overwritez anything not liquid.

This one image sums it all up.

Could've said 'modz', doez, and 'sumz' there. Missed opportunity. :cry: