• 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 flieskiller

  1. flieskiller

    Completed [Game Mode] One Stock Rotations v1.1

    Hello. It is a great code, I wanted something like that for a long time, thank you for having done it. I have one question though: Is it possible to randomize the two starting players in the rotation? Right now, it is always starting with player 1 and 2, then player 3 as the next player...
  2. flieskiller

    Iso that replaces all sounds with other (funny) sounds

    Hello Is there an iso somewhere that replaces all sounds in the game with Yoshi sounds, Ganondorf long sounds and other silly sounds? A friend of mine asked if it was available somewhere and it would be a funny experience.
  3. flieskiller

    Request Kirby Only

    "I spawn as Kirby with Peaches neutral-b" I've already searched for that, and it's kinda complicated: The character must be pre cached for any other Kirby to be available for spawning. I've tried to find the functions/reasons how the Kirby stage in adventure mode makes them spawn with hats, but...
  4. flieskiller

    Project SSBM: Stage Expansion [Memory Card Exploit]

    Dan doesn't want to add new stages, he wants it to be the most vanilla possible (in the gameplay), and adding new stages he doesn't want that. Achilles, could we get the Link labyrinth's stages too? Maybe as Great Bay, and the variant is random (similar to the Gamer stage in Smash 4, where it's...
  5. flieskiller

    Request Missed L-cancel doubles landing lag

    There are 2 parts to the code: skip the condition that see if the player L-cancelled, and applying the "if the player did it or not, then multiply or divide by 2". The first part always worked because it's just applying a "nop" to the branch, but the injection branch didn't work, so only the...
  6. flieskiller

    Request Missed L-cancel doubles landing lag

    Sometimes it's the code not being properly written in the DOL, or some branches to go the the custom code that was wrong (it must be at the exact adress, or it doesn't work or doesn't do what it wants. The last time, I changed the injection point of 1 hex behind because the one I tried at first...
  7. flieskiller

    Melee Gecko Codes + Guide and Discussion

    They skip your requests because they're too specific, or the results are not worth the efforts. Assembly programming has a lot of limits in term of novelty. It's easily possible to modify something, but making somethng new is waaaay harder. "mainly what i'm looking for right now is for custom...
  8. flieskiller

    Request Missed L-cancel doubles landing lag

    @Vegerot Ok, I've made sure that the code was right in the .dol, so it's not supposed to break at all. Something weird is the branch to the custom code, the line wasn't registering the editing at all, maybe that's why it didn't work at all. Attached in this post.
  9. flieskiller

    Request Missed L-cancel doubles landing lag

    @Vegerot here it is, in the .zip attached to this post. There is a few probability that Achilles used the part I used (that was all 0) for in-game switches, like in the debug menu, but it should be fine.
  10. flieskiller

    Request Missed L-cancel doubles landing lag

    I accidentally did my branches wrong, doing an infinite loop. I edited the code's hexes and it should work now
  11. flieskiller

    Request Missed L-cancel doubles landing lag

    Do these modifications to your DOL, and it should work 0x8a27C 60000000 0x8a280 4BF768d0 0xF70 C00600E8 7C050000 4080000C EC010024 48000008 EC010032 48089720
  12. flieskiller

    Important Melee, Hacks, and You -- New Hackers Start Here, in the OP!

    to be able to cheat search, you need the Cheats at "ON". With that, disable all codes of Melee to remove any interference. Also, make sure you have the version 1.2 of the game, not another version
  13. flieskiller

    LCancel% code doesn't work properly

    you want to see how much % you've recovered?
  14. flieskiller

    Request Missed L-cancel doubles landing lag

    I checked directly in the 20XX dol to see how it was made, and there is no interaction with my code and Achilles' codes from his mod.
  15. flieskiller

    Request Missed L-cancel doubles landing lag

    I just found that info: https://gbatemp.net/threads/nintendont.349258/ "Note2: Nintendont is working in Wii mode, with shifted and custom memory addresses. Most (if not all?) existing cheat codes you will find online have been created for GameCube mode (gamecube console, Dolphin emulator, Wii...
Top Bottom