Skip to content

Commit

Permalink
Require rgbds v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Aug 5, 2024
1 parent a341a11 commit 83f22cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rgbdscheck.asm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
fail "poketcg requires rgbds v0.7.0 or newer."
fail "poketcg requires rgbds v0.8.0 or newer."
ENDC
IF __RGBDS_MAJOR__ == 0 && __RGBDS_MINOR__ < 7
fail "poketcg requires rgbds v0.7.0 or newer."
IF __RGBDS_MAJOR__ == 0 && __RGBDS_MINOR__ < 8
fail "poketcg requires rgbds v0.8.0 or newer."
ENDC

0 comments on commit 83f22cd

Please sign in to comment.