summaryrefslogtreecommitdiff
path: root/data
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 /data
parenta83086a9735c956e5e480b987cead8f598f5f8f1 (diff)
The Pokemon logo is also different in Sapphire.
Diffstat (limited to 'data')
-rw-r--r--data/graphics.s3
1 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