Wednesday, November 5, 2008
Press Down to Fall Through platform
I made a block that acts close to S.N.N.'s block (Which is at SMWCentral). S.N.N.'s block made sprites fall through the block, and if you set the offsets to make them act along with Mario, the sprites would fall with Mario when he pressed down, which I never liked, and this version prevents that.
Click here to download.
Friday, October 10, 2008
Custom Doors
Here's something I made a few days back, but got around to finishing last night.
The video does not show everything, like POW doors, or the On/Off doors.
Click here to download.
I have encountered 1 glitch so far when using them. If you make Mario enter the area through a horizontal pipe, and then try to open one of the doors by pressing up, Mario's head will spaz out..So try to work around that.
The video does not show everything, like POW doors, or the On/Off doors.
Click here to download.
I have encountered 1 glitch so far when using them. If you make Mario enter the area through a horizontal pipe, and then try to open one of the doors by pressing up, Mario's head will spaz out..So try to work around that.
POW Block
I made this a few weeks back, but I don't feel like finishing it, so I'll allow someone else do it, here's the code:
LDA #$0D
STA $1887 ;Trigger Earthquake
LDA #$09
STA $1DFC ;Sound I/O Port
JSL $00FA80 ;Kill enemies and turn them into coins
BRA RETURN2
RTS
I don't have the change the next Map16 block code, as I don't have any idea of how I am to execute it yet. Feel free to mess around with it.
LDA #$0D
STA $1887 ;Trigger Earthquake
LDA #$09
STA $1DFC ;Sound I/O Port
JSL $00FA80 ;Kill enemies and turn them into coins
BRA RETURN2
RTS
I don't have the change the next Map16 block code, as I don't have any idea of how I am to execute it yet. Feel free to mess around with it.
Blog Opened
This is where I will be showing off some of my various ASM projects, along with possible hack progress!
Subscribe to:
Posts (Atom)