Skip to content

Commit

Permalink
Update to RGBDS 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandth committed Jul 22, 2024
1 parent 44cdca9 commit 9f30c97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/debug/field_debug_entries.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion engine/games/picross_minigame.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9f30c97

Please sign in to comment.