[5.3] Adding New Abilities: Battles 104 (Pokemon Emerald Romhacking Tutorial)

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

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

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

    Link To Team Aqua Discord: discord.gg/hX3a63RYzZ
    Sorry if I rambled a bit

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

    Honestly so happy I found your channel. That being said a quick question? Is it possible to copy the effects of an in-game item and create an ability out of it? A good example would be Power Herb. Would it just be a matter of copy and pasting the necessary effect info from the item to the ability?

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

      It's going to completely depend on the item and the ability and how you want it to work so it's hard to say really. You're probably going to have to write some custom code, but that kind of thing in general is completely possible. Make sure to join all the discords as well because you're going to need the help if you're diving into the code base lol

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

    Hello Team Aqua's Hideout, i'm discoverin' your channel by this video and before i start watchin' everything, does all of you tutorials works on a FireRed rom ? I mean sometimes i see differences betweet Emerald and FireRed is it the case with all of your tutorials ? I do think you've encountered this question many times but heh i'm not really good at lookin' for faq's (i didn't found one tho) Have a nice day and thanks for everything peace!

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

      Not everything. pokefirered has a lot less support. No one really uses it

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

      Darn, tbh i was excepting this answer but i wanted to believe on positive lmao, thanks you anyways !!

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

      All basic mapping and scripting videos will work for you though, battle engine stuff like moves and abilities should be identical as well.

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

      ​@@youps3911commenting again on the youtube app so it allows me to @ you

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

      @@TeamAquasHideout i'll go for it then, what kind of issues or difficulty can you kind of predict by working on pokefirered ?

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

    Is there a way to change an ability in emerald other than the 1 or 2 original abilities of the pokemon ?

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

    Is it possible to make ability effects that have never been an actual effect in the game? Like make any move 60 power or under be blocked like Soundproof blocks sound moves?

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

      Theoretically yeah of course. We have the full source code so you can do anything, but you will need a decent knowledge of the C programming language

  • @nolanmattson4313
    @nolanmattson4313 7 месяцев назад

    Is there a tutorial on how to add a berry item in RSE?

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

      Not particularly, I mean I have a general item tutorial but I don't go into specifics about every item you can possibly add because that's just not possible

    • @nolanmattson4313
      @nolanmattson4313 7 месяцев назад

      @@TeamAquasHideout Is there a way to look at the berry code and the possiblity of dublicating it?