From 7e23fd1c24c183c940d9e3a17c6c593c0e5f9669 Mon Sep 17 00:00:00 2001 From: laqieer Date: Fri, 29 Mar 2024 21:18:46 +0800 Subject: [PATCH] fix link to agbcc install script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef2a4f04..aedd6bdd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ GBAFE decompilation progress history can be found on [laqieer's FE decomp portal - get a `arm-none-eabi` binutils toolchain (devkitARM works). - get a copy of the original rom (still required for every build for now), put it in this folder and name it `fe6-base.gba`. -- run [tools/install-agbcc.sh](tools/install-agbcc.sh) or get an agbcc another way. +- run [tools/install_agbcc.sh](tools/install_agbcc.sh) or get an agbcc another way. - `make compare` In the future, a native GCC or GCC-like C compiler (such as clang) will be required to build tools, there is just no tool to build yet.