diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2025-07-02 20:17:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-02 19:17:19 -0500 |
| commit | d6e9f538256c927758bdfbbdb99e0f5843e4a2b7 (patch) | |
| tree | 3f066ae456d65daa45f44418f6e007969fb03228 /.github | |
| parent | Check limits for warp, bg, and object events (diff) | |
| download | pokeyellow-d6e9f538256c927758bdfbbdb99e0f5843e4a2b7.tar.gz pokeyellow-d6e9f538256c927758bdfbbdb99e0f5843e4a2b7.tar.xz pokeyellow-d6e9f538256c927758bdfbbdb99e0f5843e4a2b7.zip | |
Require RGBDS 0.9.3 for its DMG palette specs (#513)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f1e352f..570c217c 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.9.2 + ref: v0.9.3 repository: gbdev/rgbds - name: Install rgbds |
