Skip to content

Sync some mon data and pokemon.c with pokeemerald #4

Sync some mon data and pokemon.c with pokeemerald

Sync some mon data and pokemon.c with pokeemerald #4

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Checkout agbcc
uses: actions/checkout@master
with:
path: 'agbcc'
repository: 'pret/agbcc'
- name: Install binutils
run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi
- name: Install agbcc
run: |
./build.sh
./install.sh ..
working-directory: agbcc
- name: Build
run: make compare