Language…
6 users online: Daizo Dee Von, DashGamer, drkrdnk, Isikoro, kasoku, marvisjj - Guests: 247 - Bots: 347
Users: 64,795 (2,377 active)
Latest user: mathew

Coins giving points

How can I make coins that are out of blocks give 200 points to Mario/Luigi, like in Super Mario Bros.?



Originally posted by Luansilva12
How can I make coins that are out of blocks give 200 points to Mario/Luigi, like in Super Mario Bros.?


1. Load your ROM using SMW Customizer.
2. Click on the second option, "Rewards/powerups".
3. Scroll all the way to the bottom of this list (using arrow keys), and you'll see "Reward for hitting a coin block". Change it to 200, scroll back up to the top, return to the main menu and save.
GANYMEDE

Chapter Two: Land of No Shame
I wasn't referring to coin blocks:
Quote
How can I make coins that are out of blocks give 200 points to Mario/Luigi, like in Super Mario Bros.?




Hm. A miinsterpretation.
GANYMEDE

Chapter Two: Land of No Shame
I'm sure that you could do it with GPS if you apply the right ASM code to the block (LM considers coins themselves to be blocks). Unfortunately, I don't have any practice using ASM so I wouldn't be able to provide you with a code to do such a thing. However, based on Schwa's ASM tutorial, I am of the belief that creating the necessary code for the block would be relatively simple compared to some of the other things that ASM can do.

Maybe someone more skilled in ASM than I will let you know what kind of code to use.
Coins that come out of blocks are sprites. I would check another sprite to see how it gives points. Then I would add that code to the custom block that generates the coins.

But I don't know if that helps/works though.
Originally posted by zacmario
Coins that come out of blocks are sprites. I would check another sprite to see how it gives points. Then I would add that code to the custom block that generates the coins.

But I don't know if that helps/works though.

he meant the layer 1 tiles that are coins.
Hi, I'm a signature!
Hack Thread
Hack Testing Status: Available.
Layout by Koopster.
Originally posted by Luansilva12
How can I make coins that are out of blocks give 200 points to Mario/Luigi, like in Super Mario Bros.?

Layer 1 coins don't come out of blocks...
If you just want to make a normal coin give points, look in a sprite(I have no way to right now) and see the adress that points are stored too. add that little bit of code to a gps coin block.