| Block |
|
Forum Index - SMW Hacking - General SMW Hacking Help - Block |
|
Pages: 1  |
|
|
|
| Posted on 2011-10-14 04:43:45 PM |
Link | Quote |
|
|
Is there a block that will kill mario when touched however when you hit a normal p switch it turns to a coin????
|
|
| Posted on 2011-10-14 05:13:05 PM |
Link | Quote |
|
Originally posted by Pete3kIs there a block that will kill mario when touched however when you hit a normal p switch it turns to a coin????
I'm sure it could be made, but I don't know exactly how to code it.
|
|
| Posted on 2011-10-14 06:05:40 PM |
Link | Quote |
|
|
You could take a block and make it act as a Muncher using Map 16, although you'll be needing a sliver P-Switch to turn that one into a coin.
|
| Last edited on 2011-10-14 06:07:06 PM by Punk Sarcophagus. |
|
| Posted on 2011-10-14 06:20:37 PM |
Link | Quote |
|
|
I don't know if this would work but you could insert the "kill block" and in Map16 you could set it to act like the "brown used block"
|
|
| Posted on 2011-10-15 02:31:01 PM |
Link | Quote |
|
Originally posted by computerprogrammer1I don't know if this would work but you could insert the "kill block" and in Map16 you could set it to act like the "brown used block"
Yes, but it may still kill mario when he tries to get it when the P-Switch is pressed.
Codedb $42
JMP Mario : JMP Mario : JMP Mario : JMP Return : JMP Return : JMP Return : JMP Return
JMP Mario : JMP Mario : JMP Mario
Mario:
LDA $14AD
BNE Return
JSL $00F606
Return:
RTL
Use this code and make it act like tile 132 and see if it works.
|
|
| Posted on 2011-10-15 10:47:59 PM |
Link | Quote |
|
It worked!!!!!!!!!
but is there a way to just hurt him instead of kill mario... my bad, i know.
|
| Last edited on 2011-10-15 10:51:36 PM by Pete3k. |
|
| Posted on 2011-10-15 11:03:11 PM |
Link | Quote |
|
Replace
JSL $00F606
with
JSL $00F5B7
should solve your problem..I think.
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - Block |