| Location of the Cape interaction with objects routine? |
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - Location of the Cape interaction with objects routine? |
|
Pages: 1  |
|
|
|
| Posted on 2012-04-04 03:18:46 AM |
Link | Quote |
|
|
It would take forever to look through all.log for this (along with the fact that not everything is commented well) I couldn't seem to find it in the rom map either. And since blocktool has settings for this I figured someone could point me to where the routine is.
|
|
| Posted on 2012-04-04 02:06:26 PM |
Link | Quote |
|
Well, maybe you want to check this address:
| 05244 | $00: D044 | 30 bytes | Mario physics | Routine that does the actual calculation for cape-interaction. Uses the two tables at x05234 and x0523C. |
|
|
| Posted on 2012-04-05 12:52:18 AM |
Link | Quote |
|
|
That routine doesn't really explain anything about objects, it's more about positions and interaction with sprites. I need something more along the lines of the routine used for breaking a block or hitting a ? block.
|
|
| Posted on 2012-04-05 03:44:57 PM |
Link | Quote |
|
|
Check around $0295AE. I'm pretty sure that's the code which handles cape <=> ? block interaction, since it uses the cape x/y position, along with $98 and $9A.
|
|
| Posted on 2012-04-06 08:30:46 AM |
Link | Quote |
|
|
Thank you, I found what I needed.
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - Location of the Cape interaction with objects routine? |