Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ CFLAGS := -g -Wall -O2 -mword-relocations \
CFLAGS += $(INCLUDE) -D__3DS__

CXXFLAGS := $(CFLAGS) -fno-exceptions -fno-var-tracking-assignments -std=gnu++17 -Wreorder
CXXFLAGS += -Wno-psabi

ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=3dsx.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down Expand Up @@ -245,6 +246,11 @@ $(OUTPUT).elf : $(OFILES)
@echo $(notdir $<)
@$(bin2o)

#---------------------------------------------------------------------------------
%.jsonc.o %_jsonc.h : %.jsonc
@echo $(notdir $<)
@$(bin2o)

#---------------------------------------------------------------------------------
.PRECIOUS : %.t3x
#---------------------------------------------------------------------------------
Expand Down
2,187 changes: 2,187 additions & 0 deletions data/description_table.jsonc

Large diffs are not rendered by default.

322 changes: 322 additions & 0 deletions data/item_table.jsonc

Large diffs are not rendered by default.

1,029 changes: 1,029 additions & 0 deletions data/location_table.jsonc

Large diffs are not rendered by default.

721 changes: 721 additions & 0 deletions data/settings_table.jsonc

Large diffs are not rendered by default.

2,203 changes: 42 additions & 2,161 deletions source/descriptions.cpp

Large diffs are not rendered by default.

Loading