[2.18] Cut Trees, Rocksmash Rocks, and Strength Boulders (Pokemon ROM Hacking Tutorial)

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

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

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

    Link To Team Aqua Discord: discord.gg/hX3a63RYzZ

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

    Hey, love the videos - finding these super helpful for my first foray into ROM hacking! Can I ask, are you using a specific extension to format the .inc script files? I've tried a C/C++ extension but that's not helpful so assuming they're in some other assembly language. I'm having trouble getting it to auto-format as anything other than plain text and don't think I've seen anything in the videos so far about this

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

      The poryscript extension also applies to normal .inc scripts

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

      @@TeamAquasHideout Thanks for the quick reply! Turns out it wasn't picking either the .pory or .inc up as poryscript automatically so I had to do some fiddling with the settings in vs-code to fix it. I also had format on-save set up which was a pain (for this) so have disabled it for poryscript only (recommend doing that if anyone else has this issue!). Thanks again!

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

      Interesting, it works automatically for me so that's weird but I'm glad you got it working. Also you should really join the discord as that's the best way to get help, we've got dozens of talented people there to assist as well

  • @maxnagle7842
    @maxnagle7842 2 года назад +1

    This series of videos is incredibly helpful thank you so much for this!! A quick question, I may have missed it in a previous video but I was wondering how difficult something like changing the base stats of a pokemon would be?

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

      My adding Pokemon video goes over it. It's incredibly easy

  • @JackJack-zo4zt
    @JackJack-zo4zt 2 года назад +2

    Is it possible to transfer the HM abilities to a player equip, i.e., create a "Machete" that cuts down trees, so you don't have to teach crap moves to a throwaway Pokémon?

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

      Yeah definitely I've made Bombs from Zelda that blow up rocksmash rocks automatically

    • @JackJack-zo4zt
      @JackJack-zo4zt 2 года назад +1

      @@TeamAquasHideout Do you have a tutorial on it or plan on one in the future? I really like that bomb idea. That sounds really cool 🤓

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

      @@TeamAquasHideout you should make a tutorial on it pleaseee

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

      My Field Effects video uses my Bombs as an example and I show the majority of the code for it

    • @SalurraCC
      @SalurraCC 9 месяцев назад

      ​I figured out how to get a working Machete for cut, and Jackhammer for rock smash, but I'm a little lost on turning specifically surf, flash, and fly into items. I would love a tutorial vid! @TeamAquasHideout

  • @MrAlekoukos
    @MrAlekoukos 2 года назад

    No pokemon on your party to perform these actions right ? The script has 2 buffers for pokemon information. How are these initialized on your game?

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

      I show the lines I comment out. The pokemon show animation gets glitched out as you can see in the video because I don't have any pokemon

    • @MrAlekoukos
      @MrAlekoukos 2 года назад

      @@TeamAquasHideout It fascinates me being able to use moves without pokemon as a concept, so this video attributed to my curiosity. I will take a closer look to the code. Thanks for doing these 🙏

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

      Yeah you can definitely take it out entirely even without the glitched animation. It would be pretty easy