Skip to content

Commit

Permalink
Minor makefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Monstarules committed Sep 19, 2022
1 parent de821e5 commit 0bece2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RGBDS_DIR =
endif

RGBASM_FLAGS =
RGBLINK_FLAGS = -n $(ROM_NAME).sym -m $(ROM_NAME).map -l pokeorange.link -p $(FILLER)
RGBLINK_FLAGS = -n $(ROM_NAME).sym -m $(ROM_NAME).map -l $(ROM_NAME).link -p $(FILLER)
RGBFIX_FLAGS = -Cjv -t $(TITLE) -i $(MCODE) -n $(ROMVERSION) -p $(FILLER) -k 01 -l 0x33 -m 0x10 -r 3

CFLAGS = -O3
Expand Down
Binary file modified audio/ded/dragalge.ded
Binary file not shown.

0 comments on commit 0bece2d

Please sign in to comment.