- 8
- Posts
- 1
- Years
- Seen Sep 5, 2023
One of my friends' sprites was broken, so I was told that to fix it, he could either edit the object sprites' palettes or merge into the Dynamic Overworld System. However, since manually editing the event object sprites' palettes was difficult, I was suggested that he merge into the Dynamic Overworld System to circumvent that, but remoting was unsuccessful.
So, here's what he did: He cloned into the pokeemerald and the pokeemerald-expansion GitHubs, and then he entered
inside his pokeemerald folder, only to get this error:
He also typed
before entering git remote, but the error still persisted.
What was he doing wrong, and how could he fix it?
So, here's what he did: He cloned into the pokeemerald and the pokeemerald-expansion GitHubs, and then he entered
Code:
git remote add ExpoSeed https://github.com/ExpoSeed/pokeemerald.git
Code:
MINGW46 ~/Desktop/decomps/pokeemerald
$ git remote add ExpoSeed https://github.com/ExpoSeed/pokeemerald.git
fatal: not a git repository (or any parent up to mount point /cygdrive)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Code:
git init
What was he doing wrong, and how could he fix it?
Last edited: