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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user