mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(佐々木@PSEG1)ドキュメントの変更
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2279 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
f9c0bc2c28
commit
19d4043937
@ -69,7 +69,7 @@ def check(target_dir)
|
|||||||
REGION_DIRS.each{|region_dir, region_code|
|
REGION_DIRS.each{|region_dir, region_code|
|
||||||
ALL_REGION.each{|app_code|
|
ALL_REGION.each{|app_code|
|
||||||
# オールリージョンのロムが含まれているかのチェック
|
# オールリージョンのロムが含まれているかのチェック
|
||||||
search_path = "#{target_dir}/#{region_dir}/#{HEADER}#{app_code}a*.tad"
|
search_path = "#{target_dir}/#{region_dir}/#{HEADER}#{app_code}A*.tad"
|
||||||
ret &= check_pickuped(search_path, false)
|
ret &= check_pickuped(search_path, false)
|
||||||
}
|
}
|
||||||
FIX_REGION.each{|app_code|
|
FIX_REGION.each{|app_code|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user