diff options
author | Scott Norton <pikalaxalt@gmail.com> | 2016-06-25 17:57:16 -0400 |
---|---|---|
committer | Scott Norton <pikalaxalt@gmail.com> | 2016-06-25 17:57:16 -0400 |
commit | eff15ee1ed3030ccca63da1f6fe4ff797696b29e (patch) | |
tree | aef70575bf4b6099122f59e43810dd8939206ef4 | |
parent | 672cea88656f5d763c2355976dbea2bd44231528 (diff) |
Fix path for extras
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index b3dbda1f..80a81e67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "extras"] path = extras - url = https://github.com/pikalaxalt/pokemon-reverse-engineering-tools + url = https://github.com/pret/pokemon-reverse-engineering-tools [submodule "crowdmap"] path = crowdmap url = https://github.com/yenatch/crowdmap |