• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

I would like to discuss my Concept

  • 20
    Posts
    6
    Years
    • Seen Jul 16, 2019
    Hi guys i want to discuss my ideas and how they could be done.

    Daycare Quest Board
    This lets you get rewards for owning Certain Pokemon by showing them.

    I have a script like this WIP. At this point I used the
    Famous Multichoice Box Editor to create some good menus.

    Just box scripting and a command to check for a certain Species.

    Second Idea: Pokemon Stadium Advanced
    Even with Link Map Support. Players are able to move together on the same map like in Vanilla just better. If I dont touch the scripts for that and just edit the Map to be way bigger and have the players
    choose their Pokemon Teams with a script...

    This is my main Problem, I just cant delete Pokemon like releasing them per script without ASM knowledge. I could use the Daycare Trick and overwrite the Pokemon in the Current Daycare slot.

    My goal is to have per default 0 Pokemon.
    The Pokemon Menu is deactivated if you have no
    Pokemon.

    What do you think about these Ideas?
     
    Both ideas sound cool, just wanted to let you know you don't need any ASM knowledge to use the routines =) I don't know any ASM and have made use of loads of routines before. Which ROM are you using as a base? The Daycare trick, while technically functional, isn't really as good a solution as using this routine (FR) which would only take a couple of minutes to insert. This tutorial on how to insert is great.
     
    Im using Fr for ist Vast amount of free space.

    My Main Problem is that i dont really know What ASM is in General.

    I could try inserting the Routine and still wont be able to use it.

    Okay First things First. Im gonna try to understand what ASM is. Next I'm gonna insert the routine.

    So if I comprehend, ASM is some kind of Engine to run scripting commands on? And if I insert the routine it adds new commands to the compiler?
     
    Nope, ASM isn't an engine, it's a low level programming language. There's a longer, more explanatory definition in this thread. It won't add new commands to XSE for you if that's what you were meaning. Once you've inserted a routine, you can generally use the callasm command to use it (not all ASM routines are used like this - some run in the background for example, it's all dependent on what it's for - but in the case of that routine I linked you, that's how you'd use it). Most of the time when people post ASM routines for others to use, they'll tell you how it should be used. This post will give you an example of what to do if you've inserted HackMew's routine =)
     
    Back
    Top