• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Recent content by dreamsyntax

  1. D

    Official Melee Code Manager (v4.4.1) - Easily Add Mods to Your Game!

    Hi, I found a bug (or maybe I just misunderstand the feature) with using Static Overwrite. If I use blrl 0x80519F60 the code injected will actually just be b 0x80519F60 If it matters, the address jumped to is modified at runtime and is otherwise junk, so maybe MCM doesn't realize a blr will be...
  2. D

    Meta NTSC 1.02.02 - Expanded DOL (More space for custom codes!)

    I have lots of modification on the disc which makes the total ISO smaller than original. It boots fine with the changes so long as I don't use the expanded DOL. I have confirmed the issue is if I use the expanded DOL. I find it odd it works fine on Dolphin yet not Nintendont with the added...
  3. D

    Meta NTSC 1.02.02 - Expanded DOL (More space for custom codes!)

    Does doing this create incompatibility with real hardware? I'm able to expand a DOL and use the space successfully on Dolphin, but can't boot on hardware.
  4. D

    Official Melee Code Manager (v4.4.1) - Easily Add Mods to Your Game!

    Right, I should definitely be using static overwrites for this particular case. I had done that before (code was identical to what you posted) and it does work. I'm just struggling to see why the inject didn't at least branch to the start of the standalone function though. Is it because it was...
  5. D

    Official Melee Code Manager (v4.4.1) - Easily Add Mods to Your Game!

    Minor bug I found, in v4.2. The refresh button (for number of bytes) does not work for standalone functions. It will stay at last counted value until the mod is saved, and MCM is restarted. Maybe a major bug / or more likely, I do not understand proper usage of standalone functions: I think I...
  6. D

    Official Melee Code Manager (v4.4.1) - Easily Add Mods to Your Game!

    Is there a max length that the "Import Gecko" feature supports? Most of my codes have been importing fine but this one C2 code of 0x16 line (posted below) result in nothing. No error message, no added mod etc. Any ideas or something I missed? EDIT: Should have guessed, MCM is case...
  7. D

    Meta NTSC 1.02.02 - Expanded DOL (More space for custom codes!)

    Does MCM explicitly check the header? I'm trying to extend a DOL with a similar process, but MCM does not recognize the extended regions set in settings.py.
Top Bottom