Skip to content

fix: follower pokemon should disappear when healed by nurse #99

fix: follower pokemon should disappear when healed by nurse

fix: follower pokemon should disappear when healed by nurse #99

Workflow file for this run

name: Build ROM
on:
push:
branches: [ followers ]
pull_request:
jobs:
build_rom:
name: Build ROM
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install binutils-arm-none-eabi gcc-arm-none-eabi
- name: Build & install agbcc
run: |
cd ..
git clone --depth 1 https://github.com/pret/agbcc
cd agbcc
./build.sh
./install.sh ../pokeemerald
- name: Build ROM
run: |
make