diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1cefa45c..af72c1d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@master with: path: rgbds - ref: v0.6.1 + ref: v0.7.0 repository: gbdev/rgbds - name: Install rgbds diff --git a/Makefile b/Makefile index 359aac6c..d79f5f7e 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ tools: $(MAKE) -C tools/ -RGBASMFLAGS = -hL -I src/ -Weverything +RGBASMFLAGS = -I src/ -Weverything # Create a sym/map for debug purposes if `make` run with `DEBUG=1` ifeq ($(DEBUG),1) RGBASMFLAGS += -E