(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
06-11-24 06:06 AM
0 users currently in SMW Hacking.
Acmlm's Board - I3 Archive - SMW Hacking - ASM hacks / Custom Blocks / Custom Sprites Requests New poll | |
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21Add to favorites | Next newer thread | Next older thread
User Post
FreeDOS +

Giant Red Koopa
Legion: freedos = fritos








Since: 11-17-05
From: Seattle

Last post: 6322 days
Last view: 6322 days
Posted on 12-23-05 01:08 AM Link | Quote
Originally posted by spel werdz rite
Originally posted by FreeDOS
Here's a request: A sprite that acts like (well, is) a Yoshi Coin

I'm thinking of something... and you might catch what I'm thinking
Why don't you just use the Yoshi Coin?

It can't go behind fences.
spel werdz rite









Since: 11-19-05

Last post: 6323 days
Last view: 6322 days
Posted on 12-23-05 02:37 AM Link | Quote
Originally posted by FreeDOS
Originally posted by spel werdz rite
Originally posted by FreeDOS
Here's a request: A sprite that acts like (well, is) a Yoshi Coin

I'm thinking of something... and you might catch what I'm thinking
Why don't you just use the Yoshi Coin?

It can't go behind fences.
??
Could you be a little more specific please?
FreeDOS +

Giant Red Koopa
Legion: freedos = fritos








Since: 11-17-05
From: Seattle

Last post: 6322 days
Last view: 6322 days
Posted on 12-23-05 03:16 AM Link | Quote
No problem: http://yannick.fleurit.free.fr/Culture/Retro Super Mario/Super Mario Advance 2 (2).png
spel werdz rite









Since: 11-19-05

Last post: 6323 days
Last view: 6322 days
Posted on 12-23-05 03:45 AM Link | Quote
Damn it! If I knew how the Changing Block worked I could do it no problem. Well I'll get started and see what I can do.
One more thing: I found the hurt Mario code. I'm making a block that can hurt Mario even if he has Star Power or only if he has Star Power!
EDIT: YAY! Here it is!!


(edited by spel werdz rite on 12-23-05 03:43 AM)
Kailieann



 





Since: 11-18-05

Last post: 6322 days
Last view: 6322 days
Posted on 12-23-05 09:44 AM Link | Quote
Originally posted by spel werdz rite
One more thing: I found the hurt Mario code.


So did I. It's on the original memory map.

Originally posted by spel werdz rite
I'm making a block that can hurt Mario even if he has Star Power or only if he has Star Power!


Those already exist.
And even if you didn't have them, you'd just have to open the normal hurt block and change/remove the 'is Mario invincible?' branch statement.
spel werdz rite









Since: 11-19-05

Last post: 6323 days
Last view: 6322 days
Posted on 12-23-05 03:33 PM Link | Quote
Originally posted by Kailieann
Originally posted by spel werdz rite
One more thing: I found the hurt Mario code.


So did I. It's on the original memory map.
It doesn't exist anymore, so it didn't help me much (fortunately, I saved the page when there were some traces on it).

Originally posted by Kailieann
Originally posted by spel werdz rite
I'm making a block that can hurt Mario even if he has Star Power or only if he has Star Power!


Those already exist.
And even if you didn't have them, you'd just have to open the normal hurt block and change/remove the 'is Mario invincible?' branch statement.
I tried removing the branch statement and it still didn't work. So I flew to the JSR the code had and there it was.

If they do already exist, can you give a link?
Kailieann



 





Since: 11-18-05

Last post: 6322 days
Last view: 6322 days
Posted on 12-23-05 03:40 PM Link | Quote
*opens hurt.bin*

Okay, the first five bytes I see are AD9014D010
Or, in other words,

LDA $1490 [Star Timer]
BNE #$10

So for hurt only if invincible, it would be AD9014F010
And for hurt regardless, you would just knock off the first five bytes altogether.
spel werdz rite









Since: 11-19-05

Last post: 6323 days
Last view: 6322 days
Posted on 12-23-05 04:21 PM Link | Quote
Try it and see what happens.
If you did try AD 90 14 F0 10, then the hurt block will never work.
And if you got rid it altogether, It will be the normal hurt block again!
Go to the JSL it shows. (JSL B7 F5 00)
It includes the "disregard Star Timer" code. So AD 90 14 D0 10 in the hurt.bin file was redundant.
You can't put the JSL past it, because then it skips the "disregard hurt frame counter" code. Which means, if you do, it will hurt Mario but will instantly kill him the next frame. So I rewrote the hurt statement!
jp

Red Paragoomba


 





Since: 12-19-05
From: Uruguay

Last post: 6670 days
Last view: 6670 days
Posted on 12-25-05 06:13 PM Link | Quote
I want to modify the "Locked door key" block from blocktool, so that the key disappears when you collect it.

I tried copying the code from the sensitive block, from the given offset until the next $60, but it freezes the game.

So what I need is to make the touched block disappear.

Can you help me? Thanks
Kailieann



 





Since: 11-18-05

Last post: 6322 days
Last view: 6322 days
Posted on 12-25-05 10:18 PM Link | Quote
There are plenty of blocks that change into the next Map16 tile. You could try to isolate that part of the code and transfer it to the Locked door key.

I've been meaning to do that and several other bits of custom block decoding myself, but I haven't gotten around to it yet.
And the d-pad snapped off my %*$(&9 controller, so it doesn't look like I'm going to get much of anything done for a while (it was hard enough to get geiger's debugger to read diagonals with a gamepad. Piece of crap won't read up+right as up/right)
spel werdz rite









Since: 11-19-05

Last post: 6323 days
Last view: 6322 days
Posted on 12-26-05 01:50 AM Link | Quote
I'll work on it.
I think your problem is you forgot to add a reloc offset.
Did you add a JMP statement?
Sukasa

Birdo
Not quite as active as before.
Xkeeper supporter
Xk > ||bass
I IP Banned myself! Twice!








Since: 11-17-05
From: Somewhere over there

Last post: 6323 days
Last view: 6322 days
Posted on 12-26-05 02:14 AM Link | Quote
So, try using the numpad on your keyboard as well as the keys just above the spacebar. That works, and geiger's supports those diagnols if programmed for them.
Techokami

Porcupo








Since: 12-03-05
From: Mass-uh-chew-sits USofA

Last post: 6337 days
Last view: 6323 days
Posted on 12-26-05 07:56 PM Link | Quote
I've got a bit of a request.
See, a while while WHILE back I had posted about any "chuckable" sprite (like a throw block, shell, overturned goomba, baby yoshi etc) shatters upon collision with the Big Boo boss. So I've been thinking, is it possible to isolate the special routines with Big Boo Boss and implement it into an "Always Shatters" block?
Kailieann



 





Since: 11-18-05

Last post: 6322 days
Last view: 6322 days
Posted on 12-26-05 08:21 PM Link | Quote
Hmm.

Well, you'd need to use a tracer, that's for damn sure. Big Boo Boss's ASM pointer is shared by over 30 sprites, so you'd have a bitch of a time finding the exact code just by disassembling it.

But if you can find the right code, it might work.
Then again, it might not.

You can start by putting a breakpoint at 03A118 and then logging a battle with Big Boo Boss.

I'm pretty sure the exploding block effect uses the same code for blocks as it does for sprites, so you can check to see if Big Boo's code JSLs to the same location.
spel werdz rite









Since: 11-19-05

Last post: 6323 days
Last view: 6322 days
Posted on 12-27-05 01:29 PM Link | Quote
Originally posted by Kailieann
Big Boo Boss's ASM pointer is shared by over 30 sprites,
I can't even find his HP!!

Originally posted by Kailieann
You can start by putting a breakpoint at 03A118 and then logging a battle with Big Boo Boss.
What's 03A118?
Kailieann



 





Since: 11-18-05

Last post: 6322 days
Last view: 6322 days
Posted on 12-27-05 04:43 PM Link | Quote
Originally posted by spel werdz rite
I can't even find his HP!!

You weren't the one who asked the question anyways.

Originally posted by spel werdz rite
What's 03A118?

The shared address of the afforementioned 30+ sprites' scripts.
spel werdz rite









Since: 11-19-05

Last post: 6323 days
Last view: 6322 days
Posted on 12-29-05 07:25 PM Link | Quote
This is a fix to the Smashable Brick.
If anyone set the block to act like 130 for it to be SMB1 style, and you hit a blue POW, you would notice it becomes completely solid.
Complete instructions are inside on how to work it.
Hamtaro126

Red Goomba
stupid as as OSHT BAN


 





Since: 11-20-05
From: Hacktown, Usa

Last post: 6583 days
Last view: 6322 days
Posted on 01-05-06 10:57 PM Link | Quote
Can anyone make me a few custom blocks?

1) a Breakable Throw block that reappears while grabbing it,

2) A (Regular) Breakable Throw block,

3) A Breakable Throw block that makes a ''Moving coin''
appear after you grabbed it And when broken. makes
a moving coin appear!

AND:

4) A SML2 style block:

A Turnblock, but when you bump your head
on it, it will break into pieces instead of turning!

I will put you on the credits in my hacks if you make them!

thanks

-Hamtaro126


(edited by Hamtaro126 on 01-05-06 09:59 PM)
spel werdz rite









Since: 11-19-05

Last post: 6323 days
Last view: 6322 days
Posted on 01-06-06 12:50 AM Link | Quote
1. I'll give it a shot.
2. Why don't you just use a regular throw block?
3. I think I can make one that has a coin appear when you pick it up, but not another coin where you throw it.
4. Isn't that pretty much the Smashable Brick?
Tatrion
<_<;


 





Since: 11-17-05

Last post: 6323 days
Last view: 6322 days
Posted on 01-17-06 08:58 PM Link | Quote
Any luck finding Big Boo Boss's HP yet guys?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21Add to favorites | Next newer thread | Next older thread
Acmlm's Board - I3 Archive - SMW Hacking - ASM hacks / Custom Blocks / Custom Sprites Requests |


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.066 seconds; used 444.26 kB (max 579.02 kB)