Move existing folders in res under res/prebuilt parent folder

This commit is contained in:
Rachel 2023-09-18 19:52:04 -07:00
parent 9a2f3aec87
commit d36e988296
1628 changed files with 84 additions and 81 deletions

3
.gitattributes vendored
View File

@ -22,7 +22,8 @@ meson.build text eol=lf
*.csv text eol=lf
*.txt text eol=lf
/res/**/*.txt text eol=unset
# These files must use CRLF to match in the ROM
/res/**/*.txt text eol=crlf
lib/msl/include/MSL_C/* text eol=lf

View File

@ -29,7 +29,7 @@ RomSpec
Segment All
Root / # Directory in rom
HostRoot res # Directory in source
HostRoot res/prebuilt # Directory in source
File data/UTF16.dat
File data/arealight.narc
@ -222,7 +222,7 @@ RomSpec
File pl_waza_tbl.narc
Root /
HostRoot res
HostRoot res/prebuilt
File poketool/waza/waza_tbl.narc
File fielddata/script/scr_seq.narc
File graphic/bag_gra.narc

View File

@ -1,23 +1,7 @@
nitrofs_files = []
subdir('application')
subdir('arc')
subdir('battle')
subdir('contest')
subdir('data')
subdir('debug')
subdir('demo')
subdir('dwc')
subdir('fielddata')
subdir('frontier')
subdir('graphic')
subdir('itemtool')
subdir('msgdata')
subdir('particledata')
subdir('pokeanime')
subdir('poketool')
subdir('resource')
subdir('wazaeffect')
# Prebuilt files
subdir('prebuilt')
# New data directories
subdir('moves')

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,2 +1,2 @@
0,0,0,0,n,n,0,0, コメントかけます
e,e,e,e,e,e,e,e,
0,0,0,0,n,n,0,0, コメントかけます
e,e,e,e,e,e,e,e,

View File

@ -1,3 +1,3 @@
2,0,
data/ug_hero.NCER,0,
e,e,e,e,
2,0,
data/ug_hero.NCER,0,
e,e,e,e,

View File

@ -1,3 +1,3 @@
3,0,
data/ug_hero.NANR,0,
e,e,e,e,
3,0,
data/ug_hero.NANR,0,
e,e,e,e,

View File

@ -1,3 +1,3 @@
0,0,
data/ug_boygirl.NCGR,0,3,
e,e,e,e,
0,0,
data/ug_boygirl.NCGR,0,3,
e,e,e,e,

View File

@ -1,2 +1,2 @@
4,0,
e,e,e,e,
4,0,
e,e,e,e,

View File

@ -1,2 +1,2 @@
5,0,
e,e,e,e,
5,0,
e,e,e,e,

View File

@ -1,3 +1,3 @@
1,0,
data/ug_boygirl.NCLR,0,3,1,
e,e,e,e,
1,0,
data/ug_boygirl.NCLR,0,3,1,
e,e,e,e,

Some files were not shown because too many files have changed in this diff Show More