Language…
12 users online: CalHal, crocodileman94,  Deeke, dubiousdinobot, Dzing, Hammerer, isaix, MegacesarCG, sheeptitan,  shovda, TheBourgyman, Ziz - Guests: 280 - Bots: 311
Users: 64,795 (2,378 active)
Latest user: mathew

The ASM Requests Thread

Link Thread Closed
  • Pages:
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 69
  • 70
  • 71
Originally posted by MarkD
Is someone doing other SMB2 bosses? Because I couldn't tell if they took my request or not.


They will. I promise. I'm waiting on my patch also. Do what I do. No matter how long it takes, always wait patiently. #w{=D}
Do you like my Avatar? Click here for the whole picture!

Princess Daisy's SMB3 Adventure
Progress:

(My Patch is currently being requested.)

World 1: 0%
World 2: 0%
World 3: 0%
World 4: 0%
World 5: 0%
World 6: 0%
World 7: 0%
World 8: 0%
Special World: 0%
Next Hack to make:
Reimu Hakurei's SMB1 Adventure
Hi, I'd like to request an SMW baby yoshi that never grows. As in, you can feed him all you want (including powerups) but he will never turn into an adult. Basically like the NSMBU yoshies but without special abilities.

Sprite would be nice, but some levelASM code that fulfills the same purpose is fine too.
Originally posted by Roberto zampari
Request name: Raccoon Guy

There

edit: Can't double post so I'm just going to edit this post:

Originally posted by Lazy
I'd like to request an SMW baby yoshi that never grows. As in, you can feed him all you want (including powerups) but he will never turn into an adult.

I hope a patch is ok as well otherwise it's not possible to prevent powerups as well
I want to request this block, that goes up by one each time it's struck from below, then shrinks into a single block after a while.

Max length doesn't matter as long as it's easily configurable.
Name: Brick Block
Type: Block
Short Description: A Brick Block from SMB3
Long Description: A block that can be destroyed by hitting it underneath as a big Mario or by kicking a Koopa shell at it, BUT it acts like a coin when a blue P-Switch is pressed
Check out Team Hack Fix/Translations' thread full of fixed and translated SMW hacks!

Wanted Permabanned or Dead by new staff team
Originally posted by Super Maks 64
Name: Brick Block
Type: Block
Short Description: A Brick Block from SMB3
Long Description: A block that can be destroyed by hitting it underneath as a big Mario or by kicking a Koopa shell at it, BUT it acts like a coin when a blue P-Switch is pressed


You can find it here
100% Orange Juice Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtA3xPP3TybfqSiEn1AcX2A

VLDC9 Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtiP5de_-e6q0hSVrY37RB-.


Originally posted by MarkD
Originally posted by Super Maks 64
Name: Brick Block
Type: Block
Short Description: A Brick Block from SMB3
Long Description: A block that can be destroyed by hitting it underneath as a big Mario or by kicking a Koopa shell at it, BUT it acts like a coin when a blue P-Switch is pressed


You can find it here

I can't insert it, because when I try to do it in
Blocktool Super Deluxe I get a lot of errors.
Check out Team Hack Fix/Translations' thread full of fixed and translated SMW hacks!

Wanted Permabanned or Dead by new staff team
Use GPS (Gopher Popcorn Stew), a more accurate block tool.
Originally posted by G.D.

I want something similar to the wrap from this patch, but i can't use the patch because it affects vertical levels

How about making an address to enable/disable that patch? Because you can't do it that good with just uberASM code (here)
If !Check is 0 it'll work like a normal vertical level. If set to 1 it'll use the patch. (Note that it only checks if bit 0 is set or not)

About submitting that: It mostly isn't my code and it came from some pack? Do I just upload it on it's own. Should I submit an update to the whole pack? Do I need permission from the original author (Because he isn't active anymore).
Wow so many questions for such a simple thing lol
Thanks, the Brick Block works when inserted using the GPS.
Now for my other request:
Name: Mario's slope interaction
Type: Patch
Short Description: Changes how Mario interacts with 45 degree slopes
Long Description: When Mario stands still on a 45 degree slope he doesn't walk backwards off the slope like in Mario 3.
Check out Team Hack Fix/Translations' thread full of fixed and translated SMW hacks!

Wanted Permabanned or Dead by new staff team
Request name: Giant Jumping Piranha Plant
Type: Sprite
Short description: A jumping piranha plant. Only bigger.
Resources: Graphics: Here-updated
Long description: A piranha plant that's big, like the Giant Piranha Plant from SMB3. It jumps 5 tiles high before sinking again.
Request name: 32 x 32 Dragon Coin
Type: Block
Description: Same as the regular dragon coin but 32 x 32


Originally posted by Super Maks 64
Name: Mario's slope interaction
Type: Patch
Short Description: Changes how Mario interacts with 45 degree slopes
Long Description: When Mario stands still on a 45 degree slope he doesn't walk backwards off the slope like in Mario 3.

If i'm interpreting that right, this'll work:

Code
org $00D5D3
db $00,$00,$00,$00

Not sure if something like simple like that should be submitted to the patch section?

Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer
Originally posted by Yoshin
Request name: 32 x 32 Dragon Coin
Type: Block
Description: Same as the regular dragon coin but 32 x 32


Do you mean NSMB Star Coin Patch from LX5?

That patch has:
- 16x16 Star Coins
- 16x32 Star Coins (regular Yoshi Coin size)
- 32x32 Star Coins
My YouTube Channel
Best SMW Hacks Compilation
Hi, could someone please create a simple patch that makes Mario always moving. I'd like to use it in my C3 entry (credit will obviously be be entitled). Thanks!
I would like to request this press start button and like it to combine with with the new game and continue also would like to add the Mario Luigi combine as well going to upload the image that is all want to say


(Click For Full Size)

also in case I forget please click on the image that you want to see it

Edit: just in case forgot mean would like all of combined in one
Mod Edit: Fixed image
Originally posted by Thomas
Originally posted by Super Maks 64
Name: Mario's slope interaction
Type: Patch
Short Description: Changes how Mario interacts with 45 degree slopes
Long Description: When Mario stands still on a 45 degree slope he doesn't walk backwards off the slope like in Mario 3.

If i'm interpreting that right, this'll work:

Code
org $00D5D3
db $00,$00,$00,$00

Not sure if something like simple like that should be submitted to the patch section?

Um, this doesn't work, it didn't change how Mario interacts with slopes at all.
Check out Team Hack Fix/Translations' thread full of fixed and translated SMW hacks!

Wanted Permabanned or Dead by new staff team


Originally posted by Super Maks 64
Um, this doesn't work, it didn't change how Mario interacts with slopes at all.


Seems to work fine for me? Unless you meant something different.

If that is what you wanted, make sure you patched it correctly, or applied it to the right rom. Alternatively, if you know how, you can open your ROM in a hex editor and jump down to the address in question (x057D3) and make sure it changed, or just edit it manually there.

If it is changed and it's still not working, then I can only guess that some other patch is changing how slopes work. LM doesn't mess with it as far as I can tell, though.

Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer
Name: Bounce Sprite Tile Remapper and Palette Changer
Type: Patch
Short description: Lets you change the palette of all vanilla bounce sprites possible, and lets you remap their tiles.
Long description: What this does is remap the tiles of all bounce sprites in SMW and their palettes. This shouldn't mess up anything AT ALL, should be SA-1 hybrid, and should be compatible with any patch that involves massive sprite handling or sprite inserting, including No More Sprite Tile Limits, and Dynamic Z.
My Mode 0 guide.

My Discord server. It has a lot of archived ASM stuff, so check that out!

Originally posted by DaSpongeBobMan
Name: Bounce Sprite Tile Remapper and Palette Changer
Type: Patch
Short description: Lets you change the palette of all vanilla bounce sprites possible, and lets you remap their tiles.
Long description: What this does is remap the tiles of all bounce sprites in SMW and their palettes. This shouldn't mess up anything AT ALL, should be SA-1 hybrid, and should be compatible with any patch that involves massive sprite handling or sprite inserting, including No More Sprite Tile Limits, and Dynamic Z.

Couldn't you just have looked at addresses $028789 (palette) and $0291F0 (tiles)?
If you like it:
Code
header : lorom

org $028789
db $00 ; Turn Block (Item)
db $03 ; Note Block
db $00 ; ?-Block
db $00 ; Unused Side Bounce Turn Block (40)
db $01 ; Glass Block
db $07 ; ON/OFF Block
db $00 ; Turn Block (Regular)
db $04 ; Yellow !-block
db $0A ; Green !-block

org $0291F1
db $40 ; Turn Block (item), !-block
db $6B ; Note Block
db $2A ; ?-Block
db $42 ; Unused Side Bounce Turn Block (40)
db $EA ; Glass Block
db $8A ; ON/OFF Block
db $40 ; Turn Block (Regular)

No, really. These are just hex edits, editing some tables so what? It is SA-1 compatible by nature (okay, maybe you can change "lorom" to "sa1rom" but LoROMs and SA-1 ROMs maps the first two MB in the same way) and patch which mess up bounce blocks also mess up this hex edit.

Edit: Fixed a small error.
  • Pages:
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 69
  • 70
  • 71
Link Thread Closed