summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-07-02 17:02:50 -0400
committeryenatch <yenatch@gmail.com>2016-07-02 17:02:50 -0400
commit5b388de8f5147df09f1704d666c5d88b0bb3eb37 (patch)
treee3a2baadc4086d16a03a618307e139ef54f2e023
parenta83086a9735c956e5e480b987cead8f598f5f8f1 (diff)
The Pokemon logo is also different in Sapphire.
-rw-r--r--data/graphics.s3
-rwxr-xr-xgraphics/title_screen/pokemon_ruby.png (renamed from graphics/title_screen/pokemon.png)bin4666 -> 4666 bytes
-rwxr-xr-xgraphics/title_screen/pokemon_sapphire.pngbin0 -> 4558 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/data/graphics.s b/data/graphics.s
index 98b87c32d..465ddf3b9 100644
--- a/data/graphics.s
+++ b/data/graphics.s
@@ -3339,10 +3339,11 @@ gUnknown_08E9CA44: @ 8E9CA44
.global gUnknown_08E9D8CC
gUnknown_08E9D8CC: @ 8E9D8CC
- .incbin "graphics/title_screen/pokemon.8bpp.lz"
.ifdef SAPPHIRE
+ .incbin "graphics/title_screen/pokemon_sapphire.8bpp.lz"
.incbin "graphics/title_screen/sapphireversion.8bpp.lz"
.else
+ .incbin "graphics/title_screen/pokemon_ruby.8bpp.lz"
.incbin "graphics/title_screen/rubyversion.8bpp.lz"
.endif
diff --git a/graphics/title_screen/pokemon.png b/graphics/title_screen/pokemon_ruby.png
index 7d141ad67..7d141ad67 100755
--- a/graphics/title_screen/pokemon.png
+++ b/graphics/title_screen/pokemon_ruby.png
Binary files differ
diff --git a/graphics/title_screen/pokemon_sapphire.png b/graphics/title_screen/pokemon_sapphire.png
new file mode 100755
index 000000000..9363289df
--- /dev/null
+++ b/graphics/title_screen/pokemon_sapphire.png
Binary files differ