Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
1 user currently in Super Mario World hacking: labmaster | 3 guests
Acmlm's Board - I2 Archive - Super Mario World hacking - POST CUSTOM BLOCK/ASM HACK REQUESTS HERE
  
User name:
Password:
Reply:
 

UserPost
Bio
Posts: 458/458
tile 125 can have a key inside depending of X position, just make it act like 125 If the condition is meet
Kailieann
Posts: 105/106
Originally posted by Wicked Souls
I have a really simple request. Can you make a block that works like the block that contains a 1-up if you've collected at least 30 coins in the level, except make it contain a key instead?


hmm... well, for the 30 coin part, you'd have to start with ADC00DC900

LDA #$0DC0; Loads 30 coin counter to accumulator
CMP $00; Compares with 0

Then you'd have to follow that with a BNE and the required code, unfortunately I'm not entirely certain how the ? block code works, and none of the ones that come with Blocktool give keys.

Can anyone else finish this off?
Wicked Souls
Posts: 4/4
I have a really simple request. Can you make a block that works like the block that contains a 1-up if you've collected at least 30 coins in the level, except make it contain a key instead?
Ghettoyouth
Posts: 73/73
i know that if i change the y-speed of the bullet bills they will flight diagonal. now i want to know how can i activate this per levelasm? i tried it with a simple code like
LDA xx STA xx xx, but i couldn't find any change. What do i have to do?
Bio
Posts: 456/458
I think that happen If he don't put the .bin file in the blktool folder(wich is most likely C:/unzipped/blktool). just move the .bin file in the blktool folder
Kailieann
Posts: 95/106
Sounds like an internal program error to me, which unfortunately isn't likely to be something we can help with.

As a last ditch effort, you could try to expand the rom with Lunar Expander and give it another shot. If that doesn't work, your best bet would be to redownload.. well, pretty much everything.
Lemon de man
Posts: 45/48
I mean that I applied the IPS Patch, but I made all the blocks, every last one. I opened the rom added the blocks, everything, but whes I tried to save it it said I/O Error 32 & wouldn't save. That's what I mean.
Kailieann
Posts: 94/106
Originally posted by Bio
Originally posted by Lemon de man
but the Mikeyk's tutorial didn't work in blocktool. The problem was that it couldn't get into my hack, yes I loaded the rom.


what are you talking about?


There are three possibilities I can think of (and I intend no offense by any of these, I've been guilty of all of them myself in the past)

Either he forgot to apply the IPS patches for the pipes, and as such the pipes don't work.
Or he inserted the pipe blocks with Blocktool but couldn't find them in the Map16 page.
Or he inserted the pipe blocks but didn't add graphics for them, which in turn prevented him from finding them in the Map16 page.

I'm afraid I can't help any more without a little more information.
Bio
Posts: 455/458
Originally posted by Lemon de man
I want those pipes that is in DWTLC

Mikeyk release them, go here to get them

Originally posted by Dylan Yoshi

This isn't much of a request but my friend needs this...

I looked all over but couldn't find the 1-player only patch. Can anyone help?

go here

Originally posted by Lemon de man
but the Mikeyk's tutorial didn't work in blocktool. The problem was that it couldn't get into my hack, yes I loaded the rom.


what are you talking about?
Dylan Yoshi
Posts: 76/79
This isn't much of a request but my friend needs this...

I looked all over but couldn't find the 1-player only patch. Can anyone help?
Lemon de man
Posts: 44/48
I want those pipes that is in DWTLC, but the Mikeyk's tutorial didn't work in blocktool. The problem was that it couldn't get into my hack, yes I loaded the rom.
TapTap
Posts: 313/405
Originally posted by Lemon de man
I want to know how to make Hammer Bros., Boomerang Bros., and Fire Bros.


I think MikeyK has made Hammer Bros. Before, but with Boomerang Bros. and Fire Bros., Can't help you.
Ghettoyouth
Posts: 67/73
Originally posted by Tatrion
Ahh I admit to being stupid!


What exactly do you put in the code box in SMR for this routine? Right now I have it at -
Sprite 36 (unused)
ASM routine 878E
The code (This is what I think is causing the row of hammers and palette corruption)
000031001D008E870106

Is this the right code or do I repace it with something else (like $03DFCC that I took from the other thread) If I do that, do i just put $03DFCC in there exactly or do I need to fill in the rest of the space with something else?


use BMF's levelasm and write 5C CC DF 03 (JML $03/DFCC) to the leveladress of your choice.
Lemon de man
Posts: 43/48
I want to know how to make Hammer Bros., Boomerang Bros., and Fire Bros.
Tatrion
Posts: 160/215
Ahh I admit to being stupid!


What exactly do you put in the code box in SMR for this routine? Right now I have it at -
Sprite 36 (unused)
ASM routine 878E
The code (This is what I think is causing the row of hammers and palette corruption)
000031001D008E870106

Is this the right code or do I repace it with something else (like $03DFCC that I took from the other thread) If I do that, do i just put $03DFCC in there exactly or do I need to fill in the rest of the space with something else?
Ghettoyouth
Posts: 66/73
Originally posted by Bio
Originally posted by Ghettoyouth
id' like to request lightning and thunder for level ASM

link
I love answering question with a link



thx *singsanddances*
Bio
Posts: 452/458
Originally posted by Ghettoyouth
id' like to request lightning and thunder for level ASM

link
I love answering question with a link

Glyph Phoenix:this will be even worst, the thread will just be filled by request that no one could do.
giving something like this
I WANT a bOMMerang bRo, I have seE a HamMER bros In A HaCk. so I want a BommMerang Bro.
or
I Want SM64 Wing cAp

I think the prupose of this thread is to 'complete' your tutorial, because n00b won't have any Idea to do something, because of a lack of experience, and they post what they want here. after, someone will explain how to do it, and they will learn better and faster this way. something that look totally easy for you, can be a pain to do for other. plus, It keep them from doing a new thread for each request
Glyph Phoenix
Posts: 693/745
I got a request. A request for someone to change this thread's title.

SMW wishlist sounds catchy. That way it encompasses things that aren't just custom blocks but basically whatever you'd want to have in SMW but are too stupid/lazy to figure out yourself.

And JRK, find and change the palette addresses on the memory map and make the damn thing yourself. Nobody cares about everybody's little requests and how badly they need it; that's why Smallhacker made a thread for all this garbage.
JRK
Posts: 47/49
Originally posted by me
I need a block which changes the palette for a level. (Like in blocktool the "Palette block", just that it lasts until the level is completed) Is that possible?

EDIT: I actually wanted Mario to have another palette in one level.


Ehm... Did nobody read this? I'm sure it's not too hard to edit... I really need it. Smallhacker once wrote something in my thread:

Originally posted by Smallhacker in my thread
Is Mario's palette updated every frame? If not, a block could be placed at the beginning of the level which writes to Mario's palette. Otherwise, you'll need to use something like Level ASM (if it's executed between the palette update and the screen update). The last solution would be to modify the Mario palette loading code.


I didn't know what he meant by that...
Ghettoyouth
Posts: 65/73
id' like to request lightning and thunder for level ASM
This is a long thread. Click here to view it.
Acmlm's Board - I2 Archive - Super Mario World hacking - POST CUSTOM BLOCK/ASM HACK REQUESTS HERE


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.006 seconds.