Dumped file system

This commit is contained in:
AnonymousRandomPerson 2023-06-29 00:03:38 -04:00
parent 608e361e57
commit 0f9bf738ec
8604 changed files with 8620 additions and 446 deletions

View File

@ -79,6 +79,7 @@ endif
$(BANNER): $(BANNER_SPEC) $(ICON_PNG:%.png=%.nbfp) $(ICON_PNG:%.png=%.nbfc)
$(WINE) $(MAKEBNR) $< $@
# TODO: move to NitroSDK makefile
FX_CONST_H := $(WORK_DIR)/lib/include/nitro/fx/fx_const.h
PROJECT_CLEAN_TARGETS += $(FX_CONST_H)
$(FX_CONST_H): $(TOOLSDIR)/gen_fx_consts/fx_const.csv

View File

@ -8,9 +8,19 @@ PROJECT_ROOT := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
# Because mwldarm expects absolute paths to be WIN32 paths,
# all paths referring up from BUILD_DIR must be relative.
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
WORK_DIR := $(shell grealpath --relative-to $(CURDIR) $(PROJECT_ROOT))
else
WORK_DIR := $(shell realpath --relative-to $(CURDIR) $(PROJECT_ROOT))
endif
$(shell mkdir -p $(BUILD_DIR))
ifeq ($(UNAME_S),Darwin)
BACK_REL := $(shell grealpath --relative-to $(BUILD_DIR) $(CURDIR))
else
BACK_REL := $(shell realpath --relative-to $(BUILD_DIR) $(CURDIR))
endif
# Recursive wildcard function
rwildcard=$(foreach d,$(wildcard $(1:=/*)),$(call rwildcard,$d,$2) $(filter $(subst *,%,$2),$d))

0
files/.gitignore vendored Normal file
View File

BIN
files/BACK/expback.bgp Normal file

Binary file not shown.

BIN
files/BACK/n_logo.bgp Normal file

Binary file not shown.

BIN
files/BACK/s01p04a0.bgp Normal file

Binary file not shown.

BIN
files/BACK/s01p04a1.bgp Normal file

Binary file not shown.

BIN
files/BACK/s06p01a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s07p02a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s09p01a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s09p02a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s09p03a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s09p04a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s09p05a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s09p06a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s09p07a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s09p08a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s09p09a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s09p10a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s14p02a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s16p01a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s18p01a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s18p02a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s19p01a.bgp Normal file

Binary file not shown.

BIN
files/BACK/s20p01a.bgp Normal file

Binary file not shown.

BIN
files/BACK/v02p07a.bgp Normal file

Binary file not shown.

BIN
files/BACK/v03p01a.bgp Normal file

Binary file not shown.

BIN
files/BACK/w_esrb.bgp Normal file

Binary file not shown.

BIN
files/BALANCE/fixed.bin Normal file

Binary file not shown.

BIN
files/BALANCE/gwdparam.bin Normal file

Binary file not shown.

BIN
files/BALANCE/item_p.bin Normal file

Binary file not shown.

BIN
files/BALANCE/item_s_p.bin Normal file

Binary file not shown.

BIN
files/BALANCE/m_level.bin Normal file

Binary file not shown.

BIN
files/BALANCE/mappa_gs.bin Normal file

Binary file not shown.

BIN
files/BALANCE/mappa_gt.bin Normal file

Binary file not shown.

BIN
files/BALANCE/mappa_gy.bin Normal file

Binary file not shown.

BIN
files/BALANCE/mappa_s.bin Normal file

Binary file not shown.

BIN
files/BALANCE/mappa_t.bin Normal file

Binary file not shown.

BIN
files/BALANCE/mappa_y.bin Normal file

Binary file not shown.

BIN
files/BALANCE/monster.md Normal file

Binary file not shown.

BIN
files/BALANCE/st_i2n_j.bin Normal file

Binary file not shown.

BIN
files/BALANCE/st_m2n_j.bin Normal file

Binary file not shown.

BIN
files/BALANCE/st_n2m_j.bin Normal file

Binary file not shown.

BIN
files/BALANCE/waza_p.bin Normal file

Binary file not shown.

BIN
files/BALANCE/waza_p2.bin Normal file

Binary file not shown.

BIN
files/DUNGEON/dungeon.bin Normal file

Binary file not shown.

BIN
files/DUNGEON/sub.bgp Normal file

Binary file not shown.

BIN
files/DUNGEON/sub2.bgp Normal file

Binary file not shown.

BIN
files/DUNGEON/sub_obj.wan Normal file

Binary file not shown.

BIN
files/DWC/utility.bin Normal file

Binary file not shown.

BIN
files/EFFECT/ame.wba Normal file

Binary file not shown.

BIN
files/EFFECT/effect.bin Normal file

Binary file not shown.

BIN
files/EFFECT/test.wba Normal file

Binary file not shown.

BIN
files/FONT/alert.wan Normal file

Binary file not shown.

BIN
files/FONT/b_pal.bin Normal file

Binary file not shown.

BIN
files/FONT/b_pal2.bin Normal file

Binary file not shown.

BIN
files/FONT/b_pal_p.bin Normal file

Binary file not shown.

BIN
files/FONT/b_pal_r.bin Normal file

Binary file not shown.

BIN
files/FONT/banner.bin Normal file

Binary file not shown.

BIN
files/FONT/banner_c.bin Normal file

Binary file not shown.

BIN
files/FONT/banner_s.bin Normal file

Binary file not shown.

BIN
files/FONT/clrmark1.w16 Normal file

Binary file not shown.

BIN
files/FONT/clrmark2.w16 Normal file

Binary file not shown.

BIN
files/FONT/cursor.wan Normal file

Binary file not shown.

BIN
files/FONT/cursor16.wan Normal file

Binary file not shown.

BIN
files/FONT/frame.wte Normal file

Binary file not shown.

BIN
files/FONT/frame0.wte Normal file

Binary file not shown.

BIN
files/FONT/frame1.wte Normal file

Binary file not shown.

BIN
files/FONT/frame2.wte Normal file

Binary file not shown.

BIN
files/FONT/frame3.wte Normal file

Binary file not shown.

BIN
files/FONT/frame4.wte Normal file

Binary file not shown.

BIN
files/FONT/frame_b0.chr Normal file

Binary file not shown.

BIN
files/FONT/frame_b0.pal Normal file

Binary file not shown.

BIN
files/FONT/frame_b1.chr Normal file

Binary file not shown.

BIN
files/FONT/frame_b1.pal Normal file

Binary file not shown.

BIN
files/FONT/frame_b2.chr Normal file

Binary file not shown.

BIN
files/FONT/frame_b2.pal Normal file

Binary file not shown.

BIN
files/FONT/frame_b3.chr Normal file

Binary file not shown.

BIN
files/FONT/frame_b3.pal Normal file

Binary file not shown.

BIN
files/FONT/frame_b4.chr Normal file

Binary file not shown.

BIN
files/FONT/frame_b4.pal Normal file

Binary file not shown.

BIN
files/FONT/frame_bg.chr Normal file

Binary file not shown.

BIN
files/FONT/frame_bg.pal Normal file

Binary file not shown.

BIN
files/FONT/kanji.dat Normal file

Binary file not shown.

BIN
files/FONT/kanji.dic Normal file

Binary file not shown.

BIN
files/FONT/kanji_b.dat Normal file

Binary file not shown.

BIN
files/FONT/kanji_rd.dat Normal file

Binary file not shown.

BIN
files/FONT/kaomado.kao Normal file

Binary file not shown.

BIN
files/FONT/markfont.dat Normal file

Binary file not shown.

BIN
files/FONT/markfont.pal Normal file

Binary file not shown.

BIN
files/FONT/page_l.wan Normal file

Binary file not shown.

BIN
files/FONT/page_r.wan Normal file

Binary file not shown.

BIN
files/FONT/pagewait.wan Normal file

Binary file not shown.

BIN
files/FONT/rankmark.w16 Normal file

Binary file not shown.

BIN
files/FONT/staffont.dat Normal file

Binary file not shown.

BIN
files/FONT/staffont.pal Normal file

Binary file not shown.

BIN
files/FONT/te_dic.bin Normal file

Binary file not shown.

BIN
files/FONT/te_sdic.bin Normal file

Binary file not shown.

BIN
files/FONT/test_k.bin Normal file

Binary file not shown.

BIN
files/FONT/test_sk.bin Normal file

Binary file not shown.

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