Add revision 10 changes (#722)

* revision 10 changes

* add rev10 to github actions

* add no-intro entry for leafgreen rev10
This commit is contained in:
Rairii
2026-03-21 21:12:48 +00:00
committed by GitHub
parent 0a86141109
commit 8f00ac8fe6
58 changed files with 3103 additions and 79 deletions
+13
View File
@@ -55,6 +55,12 @@ jobs:
run: |
make -j${nproc} all syms
- name: Compare FireRed rev10
env:
GAME_REVISION: 10
run: |
make -j${nproc} all syms
- name: Compare LeafGreen
env:
GAME_VERSION: LEAFGREEN
@@ -68,6 +74,13 @@ jobs:
run: |
make -j${nproc} all syms
- name: Compare LeafGreen rev10
env:
GAME_VERSION: LEAFGREEN
GAME_REVISION: 10
run: |
make -j${nproc} all syms
- name: Build Modern
env:
MODERN: 1