Update to RGBDS 0.8.0

This commit is contained in:
vulcandth 2024-07-22 12:36:47 +00:00
parent 44cdca9cdd
commit 9f30c9741c
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@master
with:
path: rgbds
ref: v0.6.0
ref: v0.8.0
repository: gbdev/rgbds
- name: Install rgbds

View File

@ -29,7 +29,7 @@ RGBFIX ?= $(RGBDS)rgbfix
RGBGFX ?= $(RGBDS)rgbgfx
RGBLINK ?= $(RGBDS)rgblink
RGBASMFLAGS := -h -E -i $(BUILD)/ -DGOLD
RGBASMFLAGS := -E -i $(BUILD)/ -DGOLD
SCAN_INCLUDES := tools/scan_includes
MAKE_SHIM := tools/make_shim.py

View File

@ -92,7 +92,7 @@ FieldDebug_Jumptable:
dw FieldDebug_VRAMViewer
dw FieldDebug_TrainerGear
FIELDDEBUG_NUM_PAGES EQU 3
DEF FIELDDEBUG_NUM_PAGES EQU 3
FieldDebug_Pages:
; page 1

View File

@ -27,7 +27,7 @@ DEF PICROSS_GFX_GROUNDTILE EQU $83
DEF PICROSS_GFX_COLUMNS EQU $84
DEF PICROSS_GFX_ROWS EQU $b4
PICROSS_GFX_TABLESTART equ $f0
DEF PICROSS_GFX_TABLESTART equ $f0
; The Picross game area is referred as the "table" here.
; The table consists of 256 cells, divided into 4x4 "grids" of 16 cells each.