Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mods
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-19 19:17:44 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-19 19:17:44 +0300
commit19f7dfd9003b8dea1aacaa74b8c9c0142f8ffd02 (patch)
treee6434648e2f31877feb9389bd30c543291ee2a80 /mods
parentc7867e64fc07ec26b29f3ea0dce490d91a9505ec (diff)
Famicom Mini uses JPN, not JAP code
Diffstat (limited to 'mods')
-rw-r--r--mods/mod_transfer/hakchi/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/mods/mod_transfer/hakchi/init b/mods/mod_transfer/hakchi/init
index 586c7f32..d47d32e2 100644
--- a/mods/mod_transfer/hakchi/init
+++ b/mods/mod_transfer/hakchi/init
@@ -103,8 +103,8 @@ if [ "$hakchi_remove_armet_original" == "y" ]; then
fi
if [ "$hakchi_title_font" == "y" ]; then
- if [ "$region" == "JAP" ]; then
- echo Transfering JAP font...
+ if [ "$region" == "JPN" ]; then
+ echo Transfering JPN font...
cp /$modname/title_j.fnt $rootfs/usr/share/games/nes/kachikachi/title.fnt
else
echo Transfering USA_EUR font...