diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2024-12-25 21:24:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-25 21:24:21 -0500 |
| commit | cd1065b7a92fead9513a28ada44c170fcb74ea9c (patch) | |
| tree | 88d028d446f2dd15545ddb4d9f1d5b6152e384fe /rgbdscheck.asm | |
| parent | Use `SERIAL_RNS_LENGTH` in `BattleRandom` (diff) | |
| download | pokeyellow-cd1065b7a92fead9513a28ada44c170fcb74ea9c.tar.gz pokeyellow-cd1065b7a92fead9513a28ada44c170fcb74ea9c.tar.xz pokeyellow-cd1065b7a92fead9513a28ada44c170fcb74ea9c.zip | |
Use RGBDS 0.9.0 (#482)
Diffstat (limited to 'rgbdscheck.asm')
| -rw-r--r-- | rgbdscheck.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rgbdscheck.asm b/rgbdscheck.asm index 55fea288..7cc7b0d0 100644 --- a/rgbdscheck.asm +++ b/rgbdscheck.asm @@ -1,6 +1,6 @@ IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__) - fail "pokered requires rgbds v0.7.0 or newer." + fail "pokered requires rgbds v0.9.0 or newer." ENDC -IF __RGBDS_MAJOR__ == 0 && __RGBDS_MINOR__ < 7 - fail "pokered requires rgbds v0.7.0 or newer." +IF __RGBDS_MAJOR__ == 0 && __RGBDS_MINOR__ < 9 + fail "pokered requires rgbds v0.9.0 or newer." ENDC |
