From 6ebfff0e05dee081f36d0be2a6dd46de9dac3e71 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 10 Sep 2016 20:03:10 -0400 Subject: Sapphire now builds. --- Makefile | 4 +--- README.md | 7 ++++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 2d953ef03..f6f30cd6d 100644 --- a/Makefile +++ b/Makefile @@ -57,9 +57,7 @@ pokesapphire_OBJS := $(OBJS:.o=_sapphire.o) ROM := pokeruby.gba pokesapphire.gba ELF := $(ROM:.gba=.elf) -all: ruby - @: -both: ruby sapphire +all: ruby sapphire @: ruby: pokeruby.gba @: diff --git a/README.md b/README.md index 18994ea9d..66bbc932a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# Pokémon Ruby +# Pokémon Ruby and Sapphire -This is a disassembly of Pokémon Ruby. +This is a disassembly of Pokémon Ruby and Sapphire. -It builds the following rom: +It builds the following roms: * pokeruby.gba `sha1: f28b6ffc97847e94a6c21a63cacf633ee5c8df1e` +* pokesapphire.gba `sha1: 3ccbbd45f8553c36463f13b938e833f652b793e4` To set up the repository, see [INSTALL.md](INSTALL.md). -- cgit v1.2.3