Language…
9 users online: Astrakitu, cletus_deletus, GRIMMKIN, HaruMKT, krizeth, monkey03297,  Nanako, playagmes169, qantuum - Guests: 256 - Bots: 345
Users: 64,795 (2,376 active)
Latest user: mathew

Super Mario Bros. Cave Entrance

UberASM Repository → Super Mario Bros. Cave Entrance

Submission Details

Name: Super Mario Bros. Cave Entrance
Author: LMPuny
Added:
Type: Level
Includes GFX: No
Includes Hijack: No
Featured: No
Description: This pack of things (a level file and a UberASMTool code) makes a Super Mario Bros. Cave Level-like entrance (a.k.a. that entrance where Mario advances to a pipe and enters to it).

Credit is optional, but please don't abuse of my work, claim it as your own or host it elsewhere.
Tags: cave cave level entrance lorom sa-1 super fx super mario bros
Comments: 14 (jump to comments)
Rating:
4.0 (6 ratings)
No rating
Download 2.22 KiB | 583 downloads

Screenshots

Comments (14)

AyGaAlPa Link
Excellent job. Can I deactivate only the midway cave entrance in the code?
Final Theory Link
If this is the version where the music fades, that fade is kind of awkward. But everything else is cool.
LMPuny Author Link
Sure, when I have time I'll do it.
zacmario Link
could you make a smb 3 version of getting on the airship?
H.carrell on an ipad Link
Holy freaking shoot thanks
Vitor Vilela Link
You can fix that by using $13D3, i.e.:

Code
LDA #$20
STA $13D3|!addr
 HuFlungDu Link
Pretty simple little thing, but emulates the source material well.

Only thing to keep in mind is that, because of the hijack location of LevelASM, this will still allow the player to pause while he is walking, which I'm pretty sure wasn't a thing in SMB. It doesn't have any ill effects, though, so you can probably safely ignore that.
LMPuny Author Link
Thanks, Vitor!
Vitor Vilela Link
Now you can add the sa-1 and super fx, as you code is compatible with both now.
LMPuny Author Link
Done!
Vitor Vilela Link
You can change:

Code
	LDA #$28
	STA $0F30


To:

Code
	LDA #$28
	STA $0F30|!addr


For hybrid SA-1/Super FX/regular ROM compatibility.

And:

Code
	LDA #$00
	STA $16
	LDA #$00
	STA $18


To:

Code
	STZ $16
	STZ $18


To save some cycles and bytes.
TheOrangeToad Link
I Hope is Good and keep in the UberASM Repository But if not in UberASM Repository Super mario bros. Cave Entrance is reject.
LMPuny Author Link
Thanks! And good luck for that hack.
EDIT: It's a level UberASM, main code.
TheOrangeToad Link
Good Work. let Use that for my 3rd hack
EDIT What uberASM is