- 7
- Posts
- 12
- Years
- Seen Sep 17, 2023
Hey,
I'm pretty new to decomp hacking and run into a problem setting up the base for my project. So maybe I just tell you briefly what I've done so far. First I used this guide ([Tutorial] How to build the decomps using WSL (Win10) by Lunos) to set everything up and get a basic idea about what I need. After that I followed this tutorial (Pokeemerald How to start a project using DizzyEgg's works) to get a base to work with and learn how to deal with merge conflicts and set up my own repository. Then I've seen that there is already a merged version of DizzyEgg's works available in the rhh github. I've decided to clone this into a new folder, compile it and use it as my base from now on. I've also pushed this version in my own github repository to have an online back-up. I hope this is alright so far.
![[PokeCommunity.com] Problem with pulling from other repositories [PokeCommunity.com] Problem with pulling from other repositories](https://data.pokecommunity.com/attachments/14/14281-7743a902311b172432535a4f147c70f6.jpg)
![[PokeCommunity.com] Problem with pulling from other repositories [PokeCommunity.com] Problem with pulling from other repositories](https://data.pokecommunity.com/attachments/14/14280-8fd8a774aa9a9d1025fda841d2b58041.jpg)
Ok, now to my problem. How can I pull branches from other repositories to merge them with my master branch? And how can I push this branch into my own repository?
For example I wanted to pull the "DS-Style party screen" from TheXaman.
So I used the following commands:
But then the following window pops up.
![[PokeCommunity.com] Problem with pulling from other repositories [PokeCommunity.com] Problem with pulling from other repositories](https://data.pokecommunity.com/attachments/14/14282-7fec69cbffa983ebde5c0be8104ae7f8.jpg)
And honestly I have no idea what to do from now on. This hasn't happened when I followed the tutorial how to merge the item_expansion with the battle_engine. Have I forgotten something.
I'd be very thankful if someone can point out what I've done wrong. Because I want to merge a few branches into my master branch to get various new features. :D
But I have to say that decomp hacking looks like a very interesting topic. So far I'm only used to binary hacking. It's time to change that :)
I'm pretty new to decomp hacking and run into a problem setting up the base for my project. So maybe I just tell you briefly what I've done so far. First I used this guide ([Tutorial] How to build the decomps using WSL (Win10) by Lunos) to set everything up and get a basic idea about what I need. After that I followed this tutorial (Pokeemerald How to start a project using DizzyEgg's works) to get a base to work with and learn how to deal with merge conflicts and set up my own repository. Then I've seen that there is already a merged version of DizzyEgg's works available in the rhh github. I've decided to clone this into a new folder, compile it and use it as my base from now on. I've also pushed this version in my own github repository to have an online back-up. I hope this is alright so far.
![[PokeCommunity.com] Problem with pulling from other repositories [PokeCommunity.com] Problem with pulling from other repositories](https://data.pokecommunity.com/attachments/14/14281-7743a902311b172432535a4f147c70f6.jpg)
![[PokeCommunity.com] Problem with pulling from other repositories [PokeCommunity.com] Problem with pulling from other repositories](https://data.pokecommunity.com/attachments/14/14280-8fd8a774aa9a9d1025fda841d2b58041.jpg)
Ok, now to my problem. How can I pull branches from other repositories to merge them with my master branch? And how can I push this branch into my own repository?
For example I wanted to pull the "DS-Style party screen" from TheXaman.
So I used the following commands:
Code:
git remote add xaman https://github.com/TheXaman/pokeemerald/
Code:
git pull xaman party_screen_ds_style2
![[PokeCommunity.com] Problem with pulling from other repositories [PokeCommunity.com] Problem with pulling from other repositories](https://data.pokecommunity.com/attachments/14/14282-7fec69cbffa983ebde5c0be8104ae7f8.jpg)
And honestly I have no idea what to do from now on. This hasn't happened when I followed the tutorial how to merge the item_expansion with the battle_engine. Have I forgotten something.
I'd be very thankful if someone can point out what I've done wrong. Because I want to merge a few branches into my master branch to get various new features. :D
But I have to say that decomp hacking looks like a very interesting topic. So far I'm only used to binary hacking. It's time to change that :)
Last edited: