Git Product home page Git Product logo

Comments (3)

LagoLunatic avatar LagoLunatic commented on May 28, 2024

I'm pretty sure anything changing the control system will require ASM code. Something as simple as changing the default button configuration may or may not need it, but if you want to hardcode a certain button to a certain glyph, or make a button combo like "up left down right A" trigger a special move, you'll definitely need ASM.

Specifically what you'd need to do is modify the update code of the player character in question to check for the button/button combo you want, check if the player actually owns the item in question, and then call some function to use the skill you want it to.

from dsvedit.

ProfessorFrog avatar ProfessorFrog commented on May 28, 2024

Thank you for explaining. That is most likely beyond my level of expertise. I'll have a look at some ASM info and see if it's learnable. Have fun with the tool, it looks excellent.

from dsvedit.

LagoLunatic avatar LagoLunatic commented on May 28, 2024

Let me know if you need the location of something in ram, like byte 02100421 controlling whether the player owns magnes yet for example. I know where a lot of that kind of stuff is already.

from dsvedit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.