diff options
author | yenatch <yenatch@gmail.com> | 2016-09-10 20:03:10 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-09-10 20:10:15 -0400 |
commit | 6ebfff0e05dee081f36d0be2a6dd46de9dac3e71 (patch) | |
tree | 08a930fc8dac7b0f126a853bd0e9954f75d184b0 | |
parent | be8620123ad13a51ce34c2fd3e1b52346baeb28a (diff) |
Sapphire now builds.
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README.md | 7 |
2 files changed, 5 insertions, 6 deletions
@@ -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 @: @@ -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). |