Skip to content

Commit

Permalink
Dump a/2/6/1
Browse files Browse the repository at this point in the history
  • Loading branch information
PikalaxALT committed May 23, 2024
1 parent a47bf2a commit d605e4f
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ a/2/1/4
a/2/2/9
a/2/5/2
a/2/5/4
a/2/6/1
a/2/6/2
a/2/6/4
msgdata/msg.narc
Expand All @@ -69,3 +70,4 @@ data/resdat.narc
application/annon/puzzle_gra.narc
demo/opening/gs_opening.narc
data/photo_data.narc
graphic/camera_viewfinder.narc
Binary file removed files/a/2/6/1
Binary file not shown.
17 changes: 17 additions & 0 deletions files/graphic/camera_viewfinder.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
CAMERA_VIEWFINDER_DIR := files/graphic/camera_viewfinder
CAMERA_VIEWFINDER_NARC := $(CAMERA_VIEWFINDER_DIR).narc
CAMERA_VIEWFINDER_SRCS := \
camera_viewfinder.NCLR \
camera_viewfinder.NCGR.lz \
camera_viewfinder.NSCR.lz
CAMERA_VIEWFINDER_SRCS_ABS := $(addprefix $(CAMERA_VIEWFINDER_DIR)/,$(CAMERA_VIEWFINDER_SRCS))

VERSION101_SOPC_NCGR_FILES += $(CAMERA_VIEWFINDER_DIR)/camera_viewfinder.NCGR

$(CAMERA_VIEWFINDER_NARC): %.narc: $(CAMERA_VIEWFINDER_SRCS_ABS)
$(KNARC) -p $@ -d $* -i

FS_CLEAN_TARGETS += \
$(CAMERA_VIEWFINDER_NARC) \
$(CAMERA_VIEWFINDER_SRCS_ABS) \
$(CAMERA_VIEWFINDER_DIR)/camera_viewfinder.NCGR
3 changes: 3 additions & 0 deletions files/graphic/camera_viewfinder/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.lz
*.NCLR
*.NCGR
3 changes: 3 additions & 0 deletions files/graphic/camera_viewfinder/.knarcignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.png
*.NCGR
*.NSCR
3 changes: 3 additions & 0 deletions files/graphic/camera_viewfinder/.knarcorder
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
camera_viewfinder.NCLR
camera_viewfinder.NCGR.lz
camera_viewfinder.NSCR.lz
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions filesystem.mk
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ $(eval $(call arc_strip_name,files/demo/opening/gs_opening.narc,files/a/2/6/2))
$(eval $(call arc_strip_name,files/application/voltorb_flip.narc,files/a/2/6/4))
$(eval $(call arc_strip_name,files/poketool/icongra/poke_icon/poke_icon.narc,files/a/0/2/0))
$(eval $(call arc_strip_name,files/data/photo_data.narc,files/a/2/5/4))
$(eval $(call arc_strip_name,files/graphic/camera_viewfinder.narc,files/a/2/6/1))

$(DIFF_ARCS):
cp $< $@
Expand Down Expand Up @@ -509,6 +510,7 @@ include files/arc/headbutt.mk
include files/poketool/personal/personal.mk
include files/fielddata/graphic/preview_graphic/preview_graphic.mk
include files/data/photo_data.mk
include files/graphic/camera_viewfinder.mk

$(filter-out $(DIFF_ARCS) $(FS_RULE_OVERRIDES),$(NITROFS_FILES)): ;

Expand Down

0 comments on commit d605e4f

Please sign in to comment.