[0.0] Setting up The Decomp: Compiling pokeemerald (Pokemon ROM Hacking Tutorial)

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • I wanted to teach my friend how to romhack so he could join me on a project, and I figured if I was going to put in the effort I might as well record it for everyone to use as a resource. So here is the first video in a planned list of many that will cover various topics related to decomp hacking. There aren't many video tutorials covering this hacking method, so hopefully people find it useful. If you stumble across this before I have all of the first few videos up, and want more there is a small RUclips playlist on decomps by Mantager that is very good and covers essentially the same topics we'll be covering in our intro videos.
    Make sure to check out the PRET discord to see the crazy people who made this all possible.
    #romhacking #decomp #emerald
    Link To Team Aqua Discord: / discord
  • НаукаНаука

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

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

    CORRECTION: I was a little confused about how nproc worked when I made this, it just tells you how many processing units are available for compiling so you can compile in parallel if you have multiple cores. 'make' automatically does the caching of object files that speed up the compiling.
    Link To Discord: discord.com/invite/hX3a63RYzZ
    Sorry the audio got kind of robotic at the end, idk what happened but it won't be that way in the next one [well this didn't turn out to be true lmao], I also turned off Windows Sounds because I didn't realize they would be so loud when recording with OBS, so that won't be a problem next time either. Sorry for your ears.
    Also there were some things that were simplified like the fact you might have to worry about the size and locations of adding files, but for beginners that isn't going to come up yet. Also you can use Ubuntu instead of Debian, Ubuntu is based on Debian so it doesn't really matter. They both work

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

      Got it to work! Thanks for the tutorial

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

      your still lost with `nproc` I think. so yes first run of `make`, will produce files that at "recompile" time its faster, but parallel compiling can only occur if you specify `make -j $(nproc)` (that might not be the correct syntax). If you just do `make -j0` in most cases it should use all available cores.

    • @13laziken
      @13laziken 7 месяцев назад +1

      Late here but when I’m trying to select a folder to save it in, it says file or directory no found or something. What do I do? I can’t find anywhere for help

    • @jackedward.kashyyyk
      @jackedward.kashyyyk Месяц назад

      I'm following along with the updated instructions and it has been really easy. Watching you while reading the up to date instructions has been really helpful in understanding each part, even today. Looking forward to watching them all, thanks for making such a cool tutorial. I'm actually just doing this casually for fun and have been enjoying following along and learning. Which of these was the most fun video for you to make, and what's your favorite part of the process?

  • @GSBro
    @GSBro 6 месяцев назад +11

    Dude, your tutorial series for this is an invaluable resource! Just incredible and I can't wait to dive in and get started on learning!

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

      Good luck on your journey, try not to get too frustrated with the setup it can be annoying and even harder for some people than a lot of the actual romhacking actually is

  • @birdyzeme
    @birdyzeme 2 года назад +30

    hey! was looking for resources to help me create my first ROM hack and i stumbled across this video. looking forward for the rest of the series, as a first timer looking into creating my first ROM hack!

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

      Thanks for watching! We have a lot planned so make sure to check back!

  • @Codingonabudget
    @Codingonabudget 11 месяцев назад +6

    This series is absolute gold dust, thank you so much, took me a whole day to set everything up because my laptop is so slow but now its all set up and works perfectly. Can build a pokeemerald-expansipn rom in about 5 mins even with slow laptop. Tysm

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

      Glad you got it working, hope the rest of the process is smooth

  • @Ede1805
    @Ede1805 4 месяца назад +2

    I started my rom hacking carreer just today - and you are the best help I could hope for.
    Thank you so much!

  • @tallchewy2687
    @tallchewy2687 7 месяцев назад +1

    Thank you so much for putting this series together!! I have absolutely zero experience with Linux, so this video was super helpful.
    6:44 Side note, in case anyone else runs into the same issue. First time I tried downloading the decomp, I got the error message. When I tried unmounting, I kept getting the 'target is busy' message. Nothing I tried from Google helped either, so I ended up just restarting my computer and started over from 5:39 and it downloaded just fine. Again, I have zero experience in this realm and I have no idea why restarting my computer worked, but it did!

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

      Good luck with the rest of your romhacking journey

  • @Rukir
    @Rukir 6 месяцев назад +1

    Thank you *so* much. Took forever for me to find a good video tutorial on this stuff (I think I'm just bad at looking). Will definitely be watching your other romhack tutorials later ❤

  • @mattv5372
    @mattv5372 Год назад +5

    thanks for this entire playlist, helped a ton

    • @mattv5372
      @mattv5372 Год назад +3

      I've been stubbornly using binary until I've lost a few projects, finally gonna make the switch

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

      Glad you've finally seen the light lol

  • @jeffmalone9398
    @jeffmalone9398 9 месяцев назад +2

    Thank you for the playlist this is super helpful. If anyone gets the error "failed: Operation not permitted
    fatal: could not set 'core.filemode' to 'false'" just add in "sudo" before copy and pasting "cd /mnt/c/Users//Desktop/decomps". also remembering to change "" to the name of your computer.

    • @WillD0906
      @WillD0906 6 месяцев назад +1

      goat comment ty

  • @zacharyallee6752
    @zacharyallee6752 Год назад +8

    Made it through. Miracles do happen I suppose.

  • @CriacaoDeArthur9080
    @CriacaoDeArthur9080 6 месяцев назад +1

    Kinda of a stupid question, but does this take up a lot of space/memory? Also, should i worry about my files and stuff when instaling Debian or WSL1?

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

      Debian will take up a few gigabytes. The decompn is smaller

  • @TuxedoMask512
    @TuxedoMask512 2 года назад +5

    this is dope man. thank you for this.

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

      Thanks for watching! Romhacking is a ton of fun!

  • @JeFF19AquiLeSs
    @JeFF19AquiLeSs 2 года назад +6

    Hey, I'm really enjoying and learning from your tutorials. Everything is great, I just wish you talked a bit louder.
    In any case, thank you very much for all the help you provide!

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

      The early tutorials had terrible audio in general. It should get better as you make it through the series. Sorry lol

    • @JeFF19AquiLeSs
      @JeFF19AquiLeSs 2 года назад +2

      ​@@TeamAquasHideout No problem, thank you again for doing this!

  • @ImplictBullet
    @ImplictBullet 2 месяца назад

    wish i knew about this sooner cuz it makes rom hacking so much easier. Thanks for posting this

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

    1:02
    Am I supposed to have the files on my pc at this point of the process (or before around the 5:40 mark), or is it that you just already have them, and I'll get them by following the steps in the video?

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

      The files get put on your PC after you run the git clone command

  • @ianmcandrew7893
    @ianmcandrew7893 3 месяца назад

    thanks for the helpful guide! can I ask what is that command at 11:25 to open the pokeemerald folder? It looks like 1s, but thats not doing anything for me

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

      L S or ls stands for List. And it lists the contents of a directory (folder)

  • @imgN_Sup1004
    @imgN_Sup1004 Год назад +2

    When downloading everything, will it affect other Windows accounts that I have in store? I have some saved work that isn't backed up and I want to be careful when creating these roms...

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

      It shouldn't mess with any data. But you will need to turn the computer off and on again

  • @mudkipisbae5958
    @mudkipisbae5958 10 месяцев назад +1

    I am having trouble replicating the make process. When I first did "make compare", it said "permission denied" twice and then proceeded to process something until it stopped and nothing happened after that with no result. I tried closing the window and reopened it to replicate it, but nothing happened after typing "make compare" and nothing pops up after that.

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

      You should join the discord and post screenshots of your terminal otherwise it's going to be really hard to troubleshoot through RUclips

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

      Hey did you solve this? same issue here.

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

    Hey sorry if this is a rather stupid question but I only got back in rom hacking recently. So is it possible to also decomp my old binary rom hacked rom from the past? Or will the files only be messed up and some even unusable? Thanks ahead already!

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

      It's not possible at all. You can use HexManiacAdvance or other binary tools to rip your assets out, and there are technically ways to port maps themselves. But it's not a simple process getting anything out of a binary hack into a decomp hack. Most people start over

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

      @@TeamAquasHideout Thank you for the reply i should probably start a new project then

  • @JakeOakley1991
    @JakeOakley1991 Год назад +2

    Can the hacking be done without all the decompiling software? I can't get anything to run, past installing Debian, because I keep getting Errors.

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

      You can use what's called binary hacking but it's more limited and often even harder.

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

      @@TeamAquasHideout Damn. It seems like I'm screwed then, because I can't run the software on my own pc, and I doubt anyone would do it for me.

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

    What's the deal with the devkitARM C compiler? Don't know if that's been added onto the instructions since this video but i noticed it wasn't covered and was wondering if it was necessary

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

      That is for if you're not using WSL. Which is not recommended

  • @vagiliking
    @vagiliking 2 года назад +2

    This might sounds like a stupid question (I Haven't watched the whole video or set yet), but can you do this in JUST Linux? I think it might be easier with all these terminal commands, instead of having to fight with Windows.

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

      Yes you can but the main problem is that porymap has to be built from source and I think the current build from source has some issues right now. I don't remember what they are but it shouldn't be a permanent roadblock, I believe there's a way to handle it but again I don't really remember as I've never tried it.

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

      @@TeamAquasHideout Awesome. I love this either way. Keep it up!

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

    so im not particularly computer savvy but i followed through the whole video, everything progressed as expected, but the decomps folder is still empty. do you know what is wrong? thanks for your time.

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

      You either have it somewhere like in the OneDrive folder on accident, or you got some errors that you didn't pay attention to that I'd need to know to help you

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

      @@TeamAquasHideout ok, thanks for such a quick reply, apparently it does not work if the decomps folder location is the desktop instead of in documents with a *shortcut* on the desktop. stuff is appearing in the folder now so that seems to have been the issue, thanks!

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

      Idk what you meant by shortcut, but any shortcuts are unnecessary in this process

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

      @@TeamAquasHideout yeah sorry for the poor wording, just didnt work when i created the folder directly on the desktop, but it worked when i created the folder in the documents section of the file directory. everythings working fine now. thanks for you videos, im having a great time learning about rom hacking!

  • @AndyMurray-mi9jx
    @AndyMurray-mi9jx Год назад +1

    Hi when trying the git clone to obtain pokeemerald from github. i kept getting returned with "operation not permitted" "fatal: could not set 'core.filemode' to 'false'" any ideas on fixes for this, or what i may be doing wrong?

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

      Did you restart your PC after installing and setting up Debian?

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

      @@TeamAquasHideout I restarted but I still get that same exact error message

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

      @@TeamAquasHideout I moved the decomp folder somewhere else and it worked somehow

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

      Sounds like you had it in the OneDrive folder. Which behaves really weird, and isn't really a folder like the rest of them.

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

      You have to add sudo before the command. You basically do not have the administrator right to load the files in the folder. Sudo is saying to the computer "I am admin" so you can run the following line safely.

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

    I have an issue I did the thing with the command and restarted my cpu but it says that the windows subsystem for Linux has not been enabled

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

      Please help me

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

      Were you in administrator mode in Powershell, if you already were then you might have to enable it in your BIOS, look up 'enabling WSL virtualization in BIOS'

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

    even after following everything in this video are we able to edit the rom file with programs like HMA or do we have to edit the game differently?

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

      If you're using the decomps there is no reason to use HMA again. You don't use any tools that edit the ROM, you only edit the source code files directly and recompile them. All binary tools do not work with decomp hacks and even if they did, any changes you made to the ROM with them would just be overwritten the next time you compiled

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

      @@TeamAquasHideout ah yes Ty very much

  • @lilhillplays
    @lilhillplays 6 месяцев назад

    Hello I saw that your tutorial for updating to the poke-emerald expansion is unavailable even though I was able to watch it before. Is there anyway I could still get access to it?

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

      The process has changed and a lot of people were having problems following the tutorial because of it. The best way to install the Expansion is to follow the install.md file on the Github page for the Expansion. If you have problems you can join the RHH discord where the expansion is made, or the team aqua discord for help

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

    I was wondering, is decomp hacking also possible with the dynamic pokemon expansion + complete fire red upgrade? I would love to skip adding 5 gens of Pokemon if I go from binary hacking to decomp hacking.

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

      It is not. If you use Emerald instead of FireRed then there is an alternative to CFRU. But if you want to use FireRed you will have to add the stuff yourself. A lot of it can be copied (with modifications) from the CFRU but it will still take a lot of effort and require a lot of knowledge. The people who make the CFRU still recommend to use the Decomps for new projects though.

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

      @@TeamAquasHideout Thanks for your quick reply! Okay, seems I will have to get to work then. I haven’t checked yet but I hope I can collect the images from the CFU so I can just copy a lot.

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

    When I try and open WSL it instantly crashes. I’m not sure why I am unable to open or run as administrator but everytime I do the page opens for a split second and disappears again. Any suggestions?

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

      You might need to enable virtualization in your bios. Look up "enable wsl virtualization in bios" on google and you'll find some tutorials

  • @Enderpig124
    @Enderpig124 3 месяца назад

    4:05 I am stuck at this point.
    When I open Debian, I get an error.
    "0x8007019e The Windows Subsystem for Linux has not been enabled."
    Then it says: "Press any key to continue..."
    Doing so, closes the program.

    • @silverwings1954
      @silverwings1954 3 месяца назад +1

      Gotta do the powershell step

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

      You either didn't enable WSL, or you did it while not Admin, or your computer has it locked down and in that case you'll have to look up "enable wsl in bios" and follow the instructions you find online

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

    Hi, following instructions and getting a "cp: cannot stat 'libgcc.a': no such file or directory" error when running .install.sh ../pokeemerald. got no errors when i ran ./build.sh...any thoughts?

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

      I'm guessing you asked this in my discord as well right? It sounds like something I just made a suggestion for yesterday

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

    I have some questions.
    1st: this installs another OS in my pc with WIN10 right?
    2nd: will the "Activate Windows" advice interfere with the process(I don't know how to activate windows lol)?
    3rd: i already edited some things in my hack through binary hacking, will i lose my progress so far?

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

      1. kind of it enables you to run a virtualization of Linux inside of Windows. Its not like dual booting where they're both installed next to each other on a drive.
      2. I'm not sure. Activating Windows means buying a Windows license (or finding a way around that)
      3. Its possible to export maps from Advanced Map into the decomp, but other than that, no, progress will be lost. Such is the life of something as annoying as binary hacking.

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

      @@TeamAquasHideout 1: ok good to know.
      2: i guess i'll just try out then
      3: well, crap. Good thing i just edited the first three routes and the town/region. map

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

    did everything and the EMERALD rom inside my folder is working, so how do i do it for my fire red rom? :D
    Best regards, keep up the good work!

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

      Basically the same exact way but with the pokefirered GitHub repo

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

    Question: I got to the point where I've installed and created an account for Debian. I tried copying and pasting the first command, but it didn't work. I'd do ctrl+v once it wouldn't work, but then I did it again and it showed ^V. I pressed enter thinking possibly that's how it shows up, but it said command not found. Next I tried typing the command myself verbatim and that didn't work either. If I could get some help with this it would be greatly appreciated.

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

      It's probably going to be easier to help with a problem like this if you join the discord and post screenshots of the commands you typed and the errors. It's likely just a path error. You're trying to cd, change directory, into a path that doesn't exist. Somewhere along the filepath you typed is an error, either you're starting in the wrong place, you have a folder with spaces, or your folder doesn't exist.

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

      @@TeamAquasHideout I never made a folder so perhaps that's it.

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

      @@TeamAquasHideout Apparently I’ve just been using copy paste wrong and now the commands are working. UGH

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

      Right click instead

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

    Debian/Ubuntu keep giving me error 0x80370102 despite the fact I had virtualization already enabled on my PC and I'm not on a virtual machine, so I'm confused on why things still don't work.

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

      Which step are you getting an error on. Are you positive it's enabled in your BIOS

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

    i keep getting "no such file or directory" in debian when i try to choose where to store it even though i typed everything in right and the folder exists in my desktop

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

      The folder might not be mounted properly, did you try the two different mount commands that I suggest in the video if you have an error?

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

      @@TeamAquasHideout thanks, it works!

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

      @@TeamAquasHideout no matter what I try i still recieve this error and ive watched that section of the video about 20+ times and im lost on what I may be doing wrong

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

      Join the pret discord and post your errors there. Its hard to help from RUclips comments

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

      @@TeamAquasHideout Thx I will try that

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

    is there a way i can edit my current rom, i spent weeks editing it, and the only thing i want to change is the ai. i already have poke emerald battle engine upgrade but it made the ai dumb i want to replace ai scripts.

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

      This is a series on using the pokeemerald decomp projects, I can't really help you with any outdated binary hacking rom bases.

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

      @@TeamAquasHideout ok thanks I will just start over from scratch then this ain't the first time

  • @underseaturnip2665
    @underseaturnip2665 25 дней назад

    is there anyway i can decompile a pre-existing edited rom? I have a rom that added gen 4 moves to emerald and i would like to further edit the rom directly without having to binary hack?

    • @TeamAquasHideout
      @TeamAquasHideout  25 дней назад

      No it is not a viable strategy. If you just want Gen 4 Pokemon in Emerald you can just use the pokeemerald-expansion which adds all Pokemon Gen 1-9 and just toggle off the Gen 5-9 mons

    • @underseaturnip2665
      @underseaturnip2665 25 дней назад

      @@TeamAquasHideout Thanks, appreciate the quick reply

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

    I keep getting an error when building the agbcc. It just says that the makefile cannot be created because no such directory exists than terminates the action. Please help

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

      Join my discord and send a screenshot of the error in the help channels. It'll be much easier to help that way

  • @Rebel-Neck
    @Rebel-Neck 7 месяцев назад

    Hello, I have made it to “mounting the drive” but I am getting “-bash: user: No such file or directory”
    Is this normal? Or have I messed up? Thanks for any help. I barely know how to use a pc but enjoy playing roms and was trying to learn advance map and came across these videos.

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

      It generally means you had a problem with the path. If you have spaces in any folder names then that will cause problems. It's hard to help over RUclips it's easier if you join the discord and share pictures of the commands and errors

    • @Rebel-Neck
      @Rebel-Neck 7 месяцев назад

      Do you have a link for the discord?

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

      It's in the description and pinned comment of almost every video

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

      #romhacking-help is the channel you should post your screenshots in so we can see what's wrong

    • @Rebel-Neck
      @Rebel-Neck 7 месяцев назад

      @@TeamAquasHideoutthanks so much for the help and the reply!

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

    I followed this completely and did it in the same order but when I try to make the game I get "fatal error: Stddef.h: No such file or directory"

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

      Sounds like you must have gotten an error on one of the other steps or you missed it. I'd just go through it slowly again

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

    Assuming that you aren't using either Kanto or Hoenn as the region for your hack, are there any major reasons to choose one over the other?

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

      If you're making a brand new region use pokeemerald. If not, pick whichever region you want your hack set in

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

      @@TeamAquasHideout What happens if you make a new region in FireRed?

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

      Not much really there's just less support for it, and no real reason to do it. If you're going to be making a new region use the more updated code base since you're changing all the maps anyway

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

      ​@@TeamAquasHideout Less support, I see.

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

    Thank you for the video! I managed to do your steps. I'm trying to make a rom in which all the battle are Battle Palace style (wild pokemon, trainers etc). Can you help me? I think there are little changes to do.

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

      I think Ackolade did something like that, you can maybev look up their channel and ask them how they did it. I don't know how the battle palace works though

  • @Sarandiel423
    @Sarandiel423 22 дня назад

    the website has updated the command and it wont work for me for some reason, how do i figure this out? The new command is wsl --install -d Ubuntu --enable-wsl1

    • @TeamAquasHideout
      @TeamAquasHideout  22 дня назад

      You should join the discord and post the errors it gives you in the help chat. It's impossible to help without the errors. Screenshots are much appreciated

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

    hey! I am getting this error message:
    Failed to read "data/maps/LittlerootTown/scripts.inc".
    tools/preproc/preproc data/event_scripts.s charmap.txt | cc -E -I include - | arm-none-eabi-as -mcpu=arm7tdmi --defsym MODERN=0 -o build/emerald/data/event_scripts.o
    Failed to read "data/maps/LittlerootTown/scripts.inc".
    make: *** [Makefile:396: build/emerald/data/event_scripts.o] Error 1
    make: *** Deleting file 'build/emerald/data/event_scripts.o'
    Do you know why this could be??

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

      You should also join our discord and the pret one so you can get more immediate help, it makes the process of helping you troubleshoot a lot easier

  • @platinumskink478
    @platinumskink478 2 месяца назад

    When I write "make compare" it refuses to do anything and says "WARNING: 1 computed checksum did NOT match". I have absolutely zero idea of what that's supposed to mean. Says "payload.gba: FAILED" right before.

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

      Did you make any changes to anything? If you've already made changes you shouldn't use make compare. What does make -j on its own say

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

      @@TeamAquasHideout It seems to have worked doing "make -j"? But "make compare" has never succeeded and I have not made any changes.
      Well, unless it is counting the fact I am using pokeemerald-expansion, as I didn't intend on using regular emerald. That would explain it.

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

      Yes make compare will never work with Expansion. Make compare checks to see if it compiles a vanilla Emerald ROM byte for byte with the original. Any changes break it

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

    error: chmod on /mnt/e/decomps/pokeemerald/.git/config.lock failed: Operation not permitted
    fatal: could not set 'core.filemode' to 'false'
    Wht could that mean? i tried to solve from github but it didnt help :(
    Nevermind, fixed it. forgot to correct all the mount signes from c to e in the fix command.
    Other question tho, after building my first nproc was instantly 24. Should i be afraid?

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

      See my comments regarding nproc. It's not something to worry about at all. 24 means your PC is great. Just use "make -j" everytime on its own. Nothing else. No nproc.

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

    Late here but when I’m trying to select a folder to save it in, it says file or directory no found or something. What do I do? I can’t find anywhere for help

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

      You're gonna have to provide more info than that. It's easier to help with this kind of problem if you join the discord and post screenshots of the command you typed and the errors. Common problems with this error are having spaces in your folder names or not being in the right directory in wsl to start with

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

      @@TeamAquasHideouthow and where to post pic or vid on discord

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

      You have to join our romhacking server, the link is in all the descriptions and I think also pinned comments on the majority of my tutorial videos. Post them in the #romhacking-help chat. If you don't already have a discord account you'll have to make one but it's worth it, the majority of romhackers hang out and learn on the three major decomp hacking discords

  • @gibleEKvids
    @gibleEKvids 3 месяца назад

    why when I try putting in the location around 6:30 it says no such file or directory?

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

      You're going to have to be more specific. Join the discord and post screenshots of the error. Otherwise it's impossible to tell what you did wrong

    • @gibleEKvids
      @gibleEKvids 2 месяца назад

      @@TeamAquasHideout figured it out with the help of the discord. Thanks for your reply though!

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

    I did everything but the rom is not working?.. any fix?..

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

    So i just went through this whole process and can't don't see the decomp on my folder. The debian thing says it's successfully installed. I prolly installed it in the wrong place, so.... yep, I see where I goofed now. I entered:
    "~$ cd "
    Yep, I just copy/pasted that without reading it and didn't notice the resulting error message.
    I guess I have to uninstall it and reinstall it to the right place, but idk man, I'm pretty lost at this point.

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

      It's much easier to help walkthrough the process if you join the Discord

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

    hey for it doesnt work when i will clone the github pokeemerald to my file, it says "command not found", and i cant coppy in the debian, pls help

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

      You clearly skipped some steps, I would recommend following the tutorial again but slower

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

      @@TeamAquasHideout are the "1s" importent, that you do before you start the clone?

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

    I have windows 11 I'm not sure how to download pokeemerald because the WSL is windows 10 only

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

      Are you sure about that? Here's a link I didn't really check it but all the ones I look up say its possible. If not there are other ways to build natively on Windows but they're annoying in ways imo, check the install.md file because it covers them. www.groovypost.com/howto/install-windows-subsystem-for-linux-in-windows-11/#:~:text=Microsoft%20allows%20you%20to%20enable,in%20a%20Hyper%2DV%20environment.

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

      @@TeamAquasHideout thank you very much I see it now

  • @troymiller197
    @troymiller197 6 месяцев назад

    Is there a more in depth tutorial available on installing everything? I have zero knowledge of powershells, debian, linux, etc. Following your video and the install.md instructions... I'm running into a lot of errors already.

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

      I'm not sure if there's any more in depth you can really get on it. If you're having specific errors you can ask about those in the discord

    • @troymiller197
      @troymiller197 6 месяцев назад

      @@TeamAquasHideout After some trial and error I am up and running. Thanks for the swift reply! Glad to see this account is still active.
      Making some minor edits to test the waters. Currently trying to find out where to edit the zigzagoon battle after choosing a starter.

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

      Yeah I'm still around lol, I'm very active in the discord where we have dozens of people who can also help out with questions so you should definitely join. There's also the pret and RHH discords which are great places to be if you're getting into this stuff. pret are the ones who make the decomps and RHH makes the pokeemerald-expansion with all the gen 1-9 mons, moves, abilities, items, etc

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

    I'm current;y getting an error in Debian, something about enabling virtualization and BIOS. I don't understand.

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

      Sounds like you skipped one of the first steps about enabling wsl

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

      @@TeamAquasHideout Not as far as I know, I did what you did step by step.

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

      But did the step where you enable wsl in Powershell give you an error?

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

      @@TeamAquasHideout I'll have to go back and recheck that step./ Can you please timestamp the specific step?

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

      @@TeamAquasHideout Now when going back through the steps, I'm getting an error when I try to Enable WSl, that I didn't get before. It says Elevated Permissions required. Can you help?

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

    I get an error that says:
    Cloning into 'pokeemerald'...
    error: chmod on /mnt/c/Users/Ethan/Documents/decomps/pokeemerald/.git/config.lock failed: Operation not permitted
    fatal: could not set 'core.filemode' to 'false'
    I restarted after doing the PowerShell command and I think I have done everything said at this point. I ran the two commands in Debian and they worked but then tried this and it doesn't

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

      I hope you figured this out, if not join the discord and we should be able to hopefully sort you out

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

      If it still doesn't work, try using sudo before the command. "sudo git clone.... "

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

    I read through the other comments and am still confused. I mounted to the folder where i want to install everything, but when i did the install it installed somewhere else (home) instead. How can I fix this?

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

      I'm not really sure you should tbh. Its likely due to you including something like ~/ in the path you installed to but anyway, its actually faster inside the WSL home directory and you can access it from windows if you type \\wsl$\ in the file finder address bar

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

      Or you didn't back out all the way, before trying to enter the mnt directory. Try cd .. and also watch my Linux Command video

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

      Update: i tried it with sudo and it worked. I hope I can keep up with this stuff

  • @patricklynch4074
    @patricklynch4074 3 месяца назад

    the big bunch of info that occurs at 12:04 is where you lost me, im stuck at where you were at 12:02 and im not sure how to proceed

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

      Just follow install.md very closely everything you need is there

    • @patricklynch4074
      @patricklynch4074 3 месяца назад

      never mind i got it!

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

    hey, when i try to mount the file system i get a message that says "-bash: cd: too many arguments" any help would be appreciated :)

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

      i think it might be caused by having a space in my directory (user name is )

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

      sorry for the bother. I figured it out!

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

      No problem! And yeah linux has trouble with spaces, there are ways around it but its better just to use underscores instead

  • @jaebeeart3683
    @jaebeeart3683 3 месяца назад

    If anyone gets the "target is busy" message while trying to unmount, I solved this by doing a cold boot (ie shut the pc all the way off, then restart it). Dunno why that worked, but the drive mounted properly after that without the special conditions, and it was all smooth sailing from there!

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

    I have done the exact same thing and get the same results; HOWEVER, when I look in my folder the .gba file is not there! Do you know why this could be?? any help would be GREATLY appreciated!!!

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

      Did you get an error? If you ran 'make' and didn't get an error then it absolutely should be in the main folder of the project

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

      It turns out my directory was wrong! Thanks so much for the help, I’ll be following along for your other videos as well!! I really enjoy the channel!!!! (Same person I’m just on my phone account)

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

    how necessary is Debian and Linux because everytime i restart my computer, the Microsoft powershells acts as if i never ran a command

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

      You probably need to change a setting in your BIOS to enable virtualization. But there is a Windows only option with msys2, the setup is in the install.md file

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

      Be sure to run it as administrator. You can run powershell without it being an administrator but it can't do any larger commands without being ran as administrator. It does not ask you to run as administrator at launch so you may have been under the impression that you were already running it as administrator. Just try right clicking powershell and manually choosing "Run as Administrator"

  • @jasonmatthews2598
    @jasonmatthews2598 10 месяцев назад

    Does this work with game boy games as well, or just game boy advance only?

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

      This only works with Gen 3 Pokemon games. There are other decomps of other games out there, and disassemblies of some GameBoy games. But this stuff I covered is exclusively Gen III Pokemon

    • @jasonmatthews2598
      @jasonmatthews2598 10 месяцев назад

      @@TeamAquasHideout ok thanks, but if you had decomps of game boy games will this program still work for editing, like sprites maps and stuff?

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

      No, any new game will need new programs for mapping. I mean VSCode will work on any code base but mapping has to be done with a special program specifically made for those games by modders. The red/Blue/silver/gold/crystal all have disassemblies and a mapping program if those are the games you're interested in. Look up pokecrystal

  • @WillEhrlich-wv2ho
    @WillEhrlich-wv2ho Год назад

    How do I get the decomp file? Is it just a zip file of emerald or the file for the game itself?

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

      The video goes over it. It's kind of the whole point of the video lol. No it is not a zip file of the game. It's not a file. It's a lot of files. It's on GitHub

  • @alanandacewejustplaygames6806
    @alanandacewejustplaygames6806 3 месяца назад

    how much storage would installing linux (or whatever the app to compile pokeemerald) would take.

    • @alanandacewejustplaygames6806
      @alanandacewejustplaygames6806 3 месяца назад

      also do we download the repo, or if we dont have github desktop, can we still put git clone (pokeemerald)

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

      You must git clone. If you just download the Zip you will have problems later on. Big ones. Restart your entire project level problems.
      I don't know how large it is exactly, but it's not that big. Maybe a couple gigabytes for the Linux distro and a small amount for the decomp itself

    • @alanandacewejustplaygames6806
      @alanandacewejustplaygames6806 3 месяца назад

      @@TeamAquasHideout alr thanks!!

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

    It doesnt work when i get to decomp just says no such file or directory

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

      You used a file path that isn't correct for where you store it on your computer. Either there's a space in a folder name that leads to your decomps folder or you just don't understand how directories work. Maybe watch the Linux Commands 101 video

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

    It keeps saying that it can't find a directory so I did the sudo umount /mnt/ c and got this, "umount: /mnt/c: not mounted." Then, I tried to remount and it said, "mount: /mnt/c: C: already mounted on /mnt/c.
    init: (21) ERROR: UtilCreateProcessAndWait:501: /bin/mount failed with status 0x2000
    No error information." After that, I tried finding the directory again and it still didn't work. Also, it might be caused by my username having a space in it but I don't know how to format it then because I put a underscore below the space and removed the space but it still doesn't work.

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

      Solution 1: just install it in WSLs home directory somewhere instead of Windows because its actually faster. To find it in windows type \wsl$\\ in the windows address bar.
      Solution 2: change your username to not have spaces.
      Solution 3: put single quotes around the path name you're trying to mount. 'mnt/c/Users/john doe/Documents'

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

      @@TeamAquasHideout Thanks for the help, the problem was that there was a /onedrive I needed to put in which while I'm not sure why but I did it and now it works.

  • @NightVision6144
    @NightVision6144 6 месяцев назад

    Hey so I tired to add the WSL1 to the power shell and it didn't work any suggestions?

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

      You're going to have to be a little more specific about what didn't work and what the last thing you did that didn't work was

    • @NightVision6144
      @NightVision6144 6 месяцев назад

      3:13

    • @NightVision6144
      @NightVision6144 6 месяцев назад

      @@TeamAquasHideoutI actually do need it now

    • @NightVision6144
      @NightVision6144 6 месяцев назад

      @@TeamAquasHideout lol I dident hit enter

    • @NightVision6144
      @NightVision6144 6 месяцев назад

      @@TeamAquasHideout hey so sorry to bother you…..again butttttt now it won’t let me run the dubian thing it say the visual something isent working for DIOS and on your device. I got it working on the devices but I think the maker of my laptop locked my out of my advanced settings for DIOS so I can’t use it. What do I do?

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

    I didn't have to make a user on Ubuntu when i started it. It might be because when i started it for the first time i closed it, becaused i went to sleep. But the decomp worked and i got my fire red gba file!

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

    After I type the username in Debian and go to create a password, it wont let me type. Then when I paste sudo apt install build-essential binutils-arm-none-eabi git libpng-dev, I cant type in the password there either

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

      When you're creating your password, it IS letting you type. It just doesn't display the password on screen as a security measure for entering passwords.

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

      @@TeamAquasHideout Now I get an error that says:
      Cloning into 'pokeemerald'...
      error: chmod on /mnt/c/Users/Ethan/Documents/decomps/pokeemerald/.git/config.lock failed: Operation not permitted
      fatal: could not set 'core.filemode' to 'false'
      I restarted after doing the PowerShell command and I think I have done everything said at this point. I ran the two commands in Debian and they worked but then tried this and it doesn't

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

      ​@@ethanspassoff6366you can try placing sudo before the command.. Tbat worked for me

  • @EEisen
    @EEisen 8 месяцев назад

    the "make comapre" doesnt work for me, what have i done wrong lol
    thx

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

      Uh it's kinda hard to say without any information lol

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

    When I type cd../pokeemerald/ it can not find directory. Very new to this . Overall not sure what to do from here

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

      First, did you make sure to use YOUR path to the pokeemerald directory or did you type mine? Because it'll be different on every machine. It has to be the actual path to the folder pokeemerald exists in. But again, you have to have your Windows C drive mounted in (WSL/linux) and you have to cd into it exactly.
      If you know you managed to mount the C drive and are still having trouble, try the command 'ls' it lists everything in a directory. Then you can 'cd mnt' 'cd C' 'cd Users' whatever one by one until you are in your folder. Cd just means change directory. Basically it just takes you inside folders. I'll be doing a short video on Linux commands soon. If you have any other problems try the PRET or Rom Hacking Hideout discord because you can't get updates on RUclips comments when they're answered I don't believe. I will have my own discord up and running when I officially announce the tutorial series on Reddit and Pokecommunity, but I'm waiting until I have a significant amount of tutorials finished before getting people excited about another series that will die off before being finished.

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

      @@TeamAquasHideout thankyou for the response, yeah very new to Linux commands. Want to take the time to learn to create a hack from scratch since I felt very limited with regular ROM hacking tools. Didn't think I'd run into a road block so early .

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

      @@DaRootz did you end up figuring it out? I learned second level comments come with notifications so you can actually be updated when I respond

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

      @@TeamAquasHideout I currently have not but I have yet to find the time the last few days to endeavor. I'm definitely looking forward to it however

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

      @@DaRootz okay well like I said, when you do try. First, assuming you did mount the drive, try the command 'ls' which will list all the files and directories. Then you just have to 'cd' one by one into your pokeemerald directory that you created. If you haven't created it yet then it obviously won't work. But you should cd to the directory where you plan on having the decomp

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

    Can you add the new engine to a old ROM hack that doesn't have the new engine???

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

      What do you mean by that, if you mean add the pokeemerald-expansion to an exisiting romhack, then no that's definitely not possible unless its a public open source decomp based hack.

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

      @@TeamAquasHideout ok thanks for the reply

  • @somethingIsRad
    @somethingIsRad 8 месяцев назад

    i dont know what file it wants me to use it keeps saying No such file or directory

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

      It's going to be impossible to help you without any extra information. You should really join the discord and post screenshots of your problem in the help chat

    • @somethingIsRad
      @somethingIsRad 8 месяцев назад

      @@TeamAquasHideout ok

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

    If anyone gets stuck at the "git clone" command part because it keeps giving an error: Try running Debian with Administrative permissions.

  • @dddoftttontheyt7770
    @dddoftttontheyt7770 2 месяца назад

    I got all the way to the make compare but it doesn't do the command

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

      What does it do

    • @dddoftttontheyt7770
      @dddoftttontheyt7770 2 месяца назад

      @@TeamAquasHideout i got it fixed! Unsure what was wrong but it just wasnt doing any command

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

    I just realized that Yay with AUR can replace most of the packages with the custom pacman stuff on Arch linux

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

    Ughhh I was so keen to do this but it's just error after error after error after error and there's barely any documentation about it online. Looks like Windows 11 is a major issue because this is a pretty freshly setup Windows 11 PC with great hardware specs. Lame.

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

      Windows 11 doesn't really have any specific problems with the decomps, many people use it. If you're having trouble with specific things you should join the discord and post screenshots of your errors in the help channels so we can figure out how to help.

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

    Can I just do this in VS or notepad++?

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

    Hi could you transfer your stuff from example the advanced pokemon programs?

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

      Uh? I'm confused as to what exactly you're asking. Can you ask that again but differently?

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

      @@TeamAquasHideout ok so basically I started a rom hack with binary hacking but I want to transfer to this one but I don't want to do everything all over again, so that's what im asking

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

      ​@@Awesomeguy1020You mean how to port your Projects from Binary to Decomp?

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

      You can port maps and graphics but not much else

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

    You are the goat!

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

    Is there a link available to the necessary programs?

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

      github.com/pret/pokeemerald/blob/master/INSTALL.md

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

      @@TeamAquasHideout Thank you. For some reason I couldn't get it to come up. Must have done somethin' wrong.

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

      No problem!

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

    What should I I do if my make doesn't work

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

      It completely depends on why make doesn't work. It should give you errors. You can post them to the pret discord or mine. Pret gets faster responses because there are way more people

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

      @@TeamAquasHideout Debian says make: *** No targets specified and no makefile found. Stop.

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

    is there a way I can add back EVs to an Emerald decomp rom hack using the battle engine upgrade that removed them?

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

      I'm not sure what you're referring to. But if someone created a hack using the decomps it is extremely difficult to make edits to unless you have the source code

  • @ryshhus
    @ryshhus 27 дней назад

    I want to change the shiny odds in Pokémon recharged emerald, it’s emerald and I already changed the odds of both fire red and emerald none rom hack, recharged emerald is a romhack in itself and it seems I can only change the odds this way

    • @TeamAquasHideout
      @TeamAquasHideout  27 дней назад +1

      Recharged Emerald isn't open source as far as I know so you just can't edit the shiny odds. Certainly not with decomps. This tutorial series offers nothing for you, you either have to find out how to do it with binary hacking, or give up on doing it for this romhack. Non open source decomp hacks are hard to edit.

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

    Hiya, these videos have all been super helpful so far, thank you! A quick question. Outside of the extra wait time, do "make" and "make -j" do the same thing once the decomp is first built? I ask because I followed the instructions slightly prematurely and ended up just running "make" instead of (in my case) "make -j6" after I followed the GitHub instructions. Everything still seems to run fine on mGBA, was just wondering. And thanks again! :)

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

      They do essentially the same thing but make -j is faster.
      I actually explain nproc and 'make' a little weird in my early videos so I apologize. But you actually just need 'make -j' on it's own. Without any number or anything, just -j

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

      @@TeamAquasHideout I see. I've been making my first changes in Porymap and it feels extremely intuitive (having dabbled with Binary hacking and this advance map before). I've given myself a challenge to try and program a little proof-of-concept game up to a custom first gym, I'll update on how it goes!

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

      Definitely, you can join the discord if you need help it's much easier to answer there and there are dozens of others to chime in.

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

    Will this tutorial work with Windows 11?

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

      Yeah WSL works on Windows 11. It might be slightly different but it all works.

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

      I’ve opened Debian and it’s telling me that I must update WSL2? What should I do?

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

      www.google.com/url?sa=t&source=web&rct=j&url=learn.microsoft.com/en-us/windows/wsl/install%23:~:text%3DUpgrade%2520version%2520from%2520WSL%25201%2520to%2520WSL%25202,-New%2520Linux%2520installations%26text%3DTo%2520change%2520versions%252C%2520use%2520the,distribution%2520to%2520use%2520WSL%25202.&ved=2ahUKEwiigbKbmdz8AhVSD1kFHQlIC8AQFnoECAoQBQ&sqi=2&usg=AOvVaw3NDNYJVUKnKqnP9DjgAR3M

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

      @@TeamAquasHideout managed to get all of my problems resolved and was able to get the rom into porymap, thanks for the help!

  • @DarkFlamr
    @DarkFlamr 8 месяцев назад

    its saying "-bash: cd: too many arguments" when i was trying to direct the decomps folder at 6:40

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

      You cannot have spaces in any folder or file names when using Linux

    • @DarkFlamr
      @DarkFlamr 8 месяцев назад

      @@TeamAquasHideout well my user has a space, how would i do this then?

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

      I think you can put it in single quotes maybe, the whole path that is

    • @DarkFlamr
      @DarkFlamr 8 месяцев назад

      @@TeamAquasHideout ok i did that and now there is a # at the end of the path, is the # good or is it suppose to be a $

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

      If it worked and took you to that folder then yeah

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

    I keep getting the same error message. I cloned both the repository and agbcc file and they’re saved in the same folder. Not sure what I’m doing wrong
    “Target directory does not exist. If you aren't familiar with relative paths, make sure that agbcc and the repository are in the same directory, and run "./install.sh ../Users/Desktop/exalted/pokeemerald" again.”

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

      It's really hard to help with this kind of question over RUclips, you should join the discord and ask in the help channel there with pictures

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

      @@TeamAquasHideout I haven't been able to get help in the discord

  • @kddld-vj2rb
    @kddld-vj2rb 10 месяцев назад

    Hi, how to make a Unix username?

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

      Just type it into google, it's faster than me copying an explanation from Google

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

    I tried tô make rom hack in the 2000's. I gave Up cuz it was always Hard (impossible) tô make what I wanted. Can't Belive it's that simple now.

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

    Has anything changed yet?

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

    Uhh one question. While I was trying to download the decompiled emerald rom from github using Ubuntu I have this error:
    Operation not permitted
    fatal: could not set 'core.filemode' to 'false'
    How can I solve this?

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

      You either had a typo or you need to run the following commands in order, close and then reopen WSL
      > cd ~
      > sudo umount /mnt/c
      > sudo mount -t drvfs C: /mnt/c -o metadata

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

    my biggest issue seems to be swapping directories or something because I get to the step where its like make the game and do cd pokeemerald and it would be like no such directory exists

  • @Pichuscute
    @Pichuscute 3 месяца назад

    This just makes a rom that boots a white screen and errors out, unfortunately. Doesn't actually make a playable rom.

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

      You must have made a mistake then. I can't help with any more info. It definitely makes a byte for byte matching ROM

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

    It says .install.sh command not found

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

      Then you aren't in the right folder in the Linux terminal. You should really watch some basic tutorials on navigating Linux it's going to be a struggle if you keep trying without it

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

    I had to reinstall and when I want to make the pokeemerald-expansion.gba, it keeps saying "fatal error: string.h: no such file or directory"

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

      Sounds like you skipped a step in the install. Maybe forgetting to add agbcc

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

    Bruhh i am too dumb, i still cant do shit😢 all i need just regular pokemon emerald with gen6 exp share.. why its so hard

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

    why do i need ubuntu debian?

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

      You don't *need* it, but using WSL is the fastest and easiest to set-up method of compiling the decomps

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

    11:11 the install.shh poke emerald won’t work for me

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

      It says target directory does not exist I typed what you copy and pasted (I can’t find where to copy and paste)

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

      “If you aren’t fimiliar with relative paths make sure that agbcc and the respiratory are in the same directory”

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

      You can't just copy and paste it, you have to use your computers path to the folder you want

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

      @@TeamAquasHideout so I mount it again?

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

      You should watch a couple RUclips videos on navigating the Linux file system, there are hundreds of them on RUclips.