-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Hi, I'm getting errors when trying to make the gba file today, the last time i compiled the rom a few days ago I had no issues but since then I have completely reinstalled Windows 11 and then reinstalling WSL / Ubuntu and getting everything set up.
in src/field_player_avatar.c it gives an error for ObjectEventCB2_NoMovement2 for parameter name omitted (screenshot below)
This happens everytime I "git clone" in the last hour or two. I've tried compiling pret's standard master and get no issues. No changes are made to any of the files before running "make modern"
I'm on Win 11 25H2, WSL with Ubuntu 22.04.05 LTS
commands used to set up:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essentialbinutils-arm-none-eabi git libpng-dev
I also had to set up these to get compiling to work.
sudo apt-get install gcc-arm-none-eabi
sudo apt-get install gdebi-core
wget https://apt.devkitpro.org/install-devkitpro-pacman
chmod +x ./install-devkitpro-pacman
sudo ./install-devkitpro-pacman
