| Only small |
|
Forum Index - SMW Hacking - General SMW Hacking Help - Only small |
|
Pages: 1  |
|
|
|
| Posted on 2009-12-14 10:22:10 AM |
Link | Quote |
|
|
there's some how to make mario stay only small, small fire mario, small caped mario, small starman ?????
|
|
| Posted on 2009-12-14 11:15:19 AM |
Link | Quote |
|
|
Look on patches section the IPS "Ex-powerup", it mades power ups stackable, it can help you whit what you want
|
|
| Posted on 2009-12-14 11:30:11 AM |
Link | Quote |
|
no, it didn't work, when mario loses a flower him stay big
i want, that when mario collect a fire flower, him stay small, but with a fire, like in pokemon darkness!
|
|
| Posted on 2009-12-14 11:58:09 AM |
Link | Quote |
|
|
That will require some hex or asm ;) Unfortunately that's something I cant help with. Check the tutorials
|
|
| Posted on 2009-12-14 04:30:48 PM |
Link | Quote |
|
|
You can always just edit Mario's gfx file (32 I think) so it's all small mario gfx. Except flying cape would be hard to draw.
|
|
| Posted on 2009-12-14 05:10:15 PM |
Link | Quote |
|
|
There's a patch to make Mario's hitbox always small. After that, just use the player tilemap editor. I can't be assed to find either though.
|
|
| Posted on 2009-12-14 06:10:38 PM |
Link | Quote |
|
and other question, the 6-digit coins counter dosen't show the 6 0's, how to make appear the 6 - 0's????
like that [coin's icon]:000001
??
|
|
| Posted on 2009-12-16 10:02:49 AM |
Link | Quote |
|
|
24 hours withou answer!!!
|
|
| Posted on 2009-12-17 08:38:23 AM |
Link | Quote |
|
Yeah! 24 hours! Chances are nobody knows the answer to your problem or doesn't care. At least wait longer before bumping your thread.
Anyway, you have the answer in this thread.
"There's a patch to make Mario's hitbox always small. After that, just use the player tilemap editor."
|
|
| Posted on 2009-12-17 09:38:44 AM |
Link | Quote |
|
Originally posted by test.smcand other question, the 6-digit coins counter dosen't show the 6 0's, how to make appear the 6 - 0's????
like that [coin's icon]:000001
??
You have to edit the status bar to show all of the numbers.
|
|
| Posted on 2009-12-17 09:45:13 AM |
Link | Quote |
|
Originally posted by YanaclausYou have to edit the status bar routine to show all of the numbers.
Fixed. The routine that draws the score onto the status bar actually manually erases all the zeroes to the left of the current score. Getting rid of that function should be a simple matter of NOPing out a few bytes.
Never mind; I missed the part about the patch.
|
| Last edited on 2009-12-17 09:46:56 AM by yoshicookiezeus. |
|
| Posted on 2009-12-17 09:45:49 AM |
Link | Quote |
|
|
That's odd-- the 6 digit coin counter showed six zeros when I used it.
|
|
| Posted on 2009-12-17 03:38:22 PM |
Link | Quote |
|
Originally posted by IxtabThat's odd-- the 6 digit coin counter showed six zeros when I used it.
Me aswell. The Last time I used it, it worked fine. Which leads me to the answer that test.smc has a borked rom, or a borked patch.
Try...
-Re-downloading the patch
-Applying the patch to a clean rom
-Using a different version of XKAS to apply the patch
|
|
| Posted on 2009-12-19 10:48:34 AM |
Link | Quote |
|
i'll see if it works...
EDIT: Mario's hit box always small is not on the patches sections?!!!
|
| Last edited on 2009-12-19 10:53:45 AM by Taven. |
|
| Posted on 2009-12-19 11:03:38 AM |
Link | Quote |
|
Originally posted by SnowWhiteYoshiEggThis should be the patch's code:
header
lorom
org $00EB79
LDA #$00
org $01B4C0
LDY #$00
org $03B67C
LDA #$00
It was most likely removed because it only consisted of a few hex edits that could easily be done yourself.
|
|
| Posted on 2009-12-19 11:20:01 AM |
Link | Quote |
|
|
There's a problem, i don't know how to edit hex!
|
|
| Posted on 2009-12-19 11:29:16 AM |
Link | Quote |
|
|
Save the green text as a .asm file and apply it to your ROM with xkas. In case you don't know how to do that, there's a guide in the Tutorials forum.
|
|
| Posted on 2009-12-19 11:39:47 AM |
Link | Quote |
|
Thank you so much SnowWhiteYoshiEgg
I'll give you the credit for it!!!
EDIT: this can be close now!
|
| Last edited on 2009-12-19 11:40:45 AM by Taven. |
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - Only small |