[2.21] Adding In-Game Trade Scripts (Pokemon ROM Hacking Tutorial)

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 14

  • @TeamAquasHideout
    @TeamAquasHideout  2 года назад +3

    Learn How To Romhack with pokeemerald: github.com/pret/pokeemerald
    Obviously this isn't in Poryscript so if you want to add it to a scripts.pory file as is, then you need to use a raw ` ` statement around it. However, it shouldn't be hard to convert to poryscript as you really just need the ( ) around each macro and the { } around each script

  • @Trinsicity
    @Trinsicity 5 месяцев назад

    Hey not sure if you're still active but I just found your series and have to say how amazing it's been in quality and clarity! Apologies if I just haven't found it yet, but do you have a video where you talk about how to create team up double battles with your rival? So you and May/Brendan or even Wally vs two Team Aqua/Magma thugs?

    • @TeamAquasHideout
      @TeamAquasHideout  4 месяца назад

      It depends on if you're using Expansion or vanilla. You should join the discord and ask there as I'm not too familiar with the multi battles but others there are

    • @Trinsicity
      @Trinsicity 4 месяца назад

      @@TeamAquasHideout No problem I'll have a look. Thanks for replying!

    • @Trinsicity
      @Trinsicity 4 месяца назад

      @@TeamAquasHideout No problem I'll have a look. Thanks for replying!

  • @Pac-Fire
    @Pac-Fire Год назад

    is it possible if you could make a tutorial about creating custom gyms/custom badges/setting up hms ur allowed to use after obtaining said gym badge? appreciate all the hard work you've put in these tutorial videos!

    • @TeamAquasHideout
      @TeamAquasHideout  Год назад

      I've considered it but really it's just kind of a combination of all the other scripting videos. It's on my list of things to get to when I have free time to hack again

  • @KidRunnerH
    @KidRunnerH Месяц назад

    Is it possible to make an NPC that trades you back a clone of your Pokémon so you can evolve it?
    Can you also limit it to accepting _just_ those trade evolutions?

    • @TeamAquasHideout
      @TeamAquasHideout  Месяц назад

      It's possible yeah but you're going to have to write some custom code

  • @dannyg1748
    @dannyg1748 11 месяцев назад

    How would you edit that script to trade the ANY Pokemon chosen to receive the same Pokemon back but with better IVs. Please let me know! Thanks

    • @TeamAquasHideout
      @TeamAquasHideout  11 месяцев назад

      That's not exactly how that works you'd need to do more than edit the script you'd have to write some additional code. And at that point you should just write some code to let change the IVs instead of messing with trade stuff, many people have done it. There are some tutorials on the pokeemerald Wiki that can help with that general process of writing code to edit mon data.

    • @dannyg1748
      @dannyg1748 11 месяцев назад

      @@TeamAquasHideout i actually did write some code, in pokecommunity i posted it in decomps section, i put vars in species

  • @milans2176
    @milans2176 Год назад

    Im trying to make trading from emulator to emulator possible by only using the pokecenter, and routing the trade to a localhost instance. But its proven difficult. Have you ever tried this?

    • @TeamAquasHideout
      @TeamAquasHideout  Год назад +1

      mGBA link cable trading should work fine assuming you're loading both instances on the same computer, just lookup how to use mGBA link