diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-07 19:27:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 19:27:06 +0300 |
commit | c2d3d0fb118d3f9ff14f8f5293f54d0c37421a70 (patch) | |
tree | 0ba430d4945004642a4d738f338a354271c7b9c1 /filesystem.mk | |
parent | 760a22318663896b2ebd76d8d3213dcc9e9bcfe5 (diff) | |
parent | 04f767c06d9e5702cdbb41bd49a2791164e021f1 (diff) |
Merge pull request #143 from PikalaxALT/pikalax_work
Update NARC rules; decompile growth rates
Diffstat (limited to 'filesystem.mk')
-rw-r--r-- | filesystem.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filesystem.mk b/filesystem.mk index 8c7dc7ab..e5d2731d 100644 --- a/filesystem.mk +++ b/filesystem.mk @@ -271,3 +271,5 @@ NITROFS_FILES := data/UTF16.dat \ ifeq ($(GAME_VERSION),PEARL) NITROFS_FILES = $(NITROFS_FILES:poketool/personal/personal.narc=poketool/personal_pearl/personal.narc) endif + +HOSTFS_FILES = $(NITROFS_FILES:%=files/%) |