mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
Move existing folders in res under res/prebuilt parent folder
This commit is contained in:
parent
9a2f3aec87
commit
d36e988296
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
|
@ -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,
|
||||
|
|
@ -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,
|
||||
|
|
@ -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,
|
||||
|
|
@ -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,
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
4,0,
|
||||
e,e,e,e,
|
||||
4,0,
|
||||
e,e,e,e,
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
5,0,
|
||||
e,e,e,e,
|
||||
5,0,
|
||||
e,e,e,e,
|
||||
|
|
@ -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
Loading…
Reference in New Issue
Block a user