mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-03-21 17:45:52 -05:00
Update to RGBDS 0.8.0
This commit is contained in:
parent
44cdca9cdd
commit
9f30c9741c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user