mirror of
https://github.com/pret/pokeruby.git
synced 2024-11-27 06:50:45 +00:00
Sapphire now builds.
This commit is contained in:
parent
be8620123a
commit
6ebfff0e05
4
Makefile
4
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
|
||||
@:
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user