mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-10-31 23:05:06 +01:00
show full path for Hans Files for all games, instead of relative
This commit is contained in:
parent
e9d4f507cb
commit
e678b74243
@ -2,6 +2,7 @@ v6.4.0:
|
|||||||
- add PATCHIMAGE_DIR new internal directory
|
- add PATCHIMAGE_DIR new internal directory
|
||||||
- fix telling user path to Hans Files for Pokemon Rutile Ruby
|
- fix telling user path to Hans Files for Pokemon Rutile Ruby
|
||||||
- fix telling user path to Hans Files for Pokemon Star Sapphire
|
- fix telling user path to Hans Files for Pokemon Star Sapphire
|
||||||
|
- show full path for Hans Files for all games, instead of relative
|
||||||
- add support for Pokemon Eternal X
|
- add support for Pokemon Eternal X
|
||||||
- choose between legal, rebalanced and insanity version
|
- choose between legal, rebalanced and insanity version
|
||||||
- for legal and rebalanced, choose whether to nerf first gym leader
|
- for legal and rebalanced, choose whether to nerf first gym leader
|
||||||
|
@ -336,7 +336,7 @@ case ${GAME_TYPE} in
|
|||||||
1) place \"${RFS}\" into sd card > hans/ folder
|
1) place \"${RFS}\" into sd card > hans/ folder
|
||||||
2) place all files from
|
2) place all files from
|
||||||
|
|
||||||
${DAT}
|
$(readlink -m "${DAT}")
|
||||||
|
|
||||||
into the root of your sd card
|
into the root of your sd card
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user