Tip: Layer 3 backgrounds and tides disappear when you hit a message box, so unless you apply this fix, plan your level around that. For example, you can add a sublevel without layer 3 at the start/midpoint, and include your message there.
Hi, I've just made an account, but have been hacking for 3 months now, so I thought that I should post here.
I'm trying to make a custom block that changes you between Mario and Luigi, but it doesn't do anything.
Here's the code.
Code
JMP MarioBelow : JMP MarioAbove : JMP MarioSide : JMP Return : JMP Return : JMP MarioCape : JMP MarioFireBall
MarioBelow:
LDA #$19
CMP #$00 ;If the player is mario
BEQ Luigi ;Go to the make luigi code
LDA #$00 ;if not, make him mario
STA $DB3
RTL ;return
Luigi:
LDA #$01 ;make the player luigi
STA $DB3
RTL ;return
MarioAbove:
MarioSide:
MarioCape:
MarioFireBall:
RTL ;return
When I test it in SMW, it doesn't do anything when I touch it. What's wrong with it?
You can make the code shorter by a lot. Anyways, there's already one made. Good job coding though. And welcome to the site!
Here is the simple code, which is already submitted (by Maxx):
Code
Code
I tried this, and it worked, but with some glitches.
1. If I was Luigi and hit the block, it would not change the status bar name.
2. If I hit the block from the side or the top, Mario's\Luigi's pallet would turn purple, and Mario\Luigi would freeze, but the game would keep running, I mean the timer kept going.
3. When I died after the timer ran out, I ended up in Star World with a Yoshi Island pallet and couldn't move or do anything.
4. It also added, or subtracted 8450 points from my score.
You don't make Map16Pages in YY-CHR , you do It in Lunar Magic.
First, go to the Map16Page you want to export.
Second, press F2 to export the 'Map16Page.bin' and 'Map16PageG.bin' files.
There you go! You now have the Map16Page files you need.
As for ExGFX, here's a Tutorial for ExGFX.
Well, I just made my first custom song, so I thought I could post it here. ;)
A beach or island song, made 100% in FL Studio 8 XXL. Click here to listen to it.
I might as well introduce myself...
I'm just made a account, but have been hacking for 3-4 months now.
I know alot(exgfx, music, custom blocks and sprites) and I am learning ASM.
Here's my first port, Gritsy Dessert from M&L PiT.
The only problems are that the hat screws up about 0:55 into the song
and then the wierd loop at 1:58.
I will credit anyone that fixes it.
Follow Us On