diff options
author | YamaArashi <shadow962@live.com> | 2016-09-03 14:01:37 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-03 14:01:37 -0700 |
commit | a824690dbdc08131567b3b37f61b3200cfffc1f3 (patch) | |
tree | b6f8dc13a93a11e5f430a7a745425b08a0b3374c /data/graphics.s | |
parent | 8e8d5dcba567c5f8cb9c7642b4f78bebdb898732 (diff) |
move title screen graphics
Diffstat (limited to 'data/graphics.s')
-rw-r--r-- | data/graphics.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/graphics.s b/data/graphics.s index 517771160..1749a8710 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -1021,8 +1021,8 @@ gMonIconPalettes:: @ 8DDE1F8 .align 2, 0 gTitleScreenBgPalettes:: @ 8DDE258 - .incbin "data/graphics/title_screen/pokemon_logo.gbapal" - .incbin "data/graphics/title_screen/rayquaza_and_clouds.gbapal" + .incbin "graphics/title_screen/pokemon_logo.gbapal" + .incbin "graphics/title_screen/rayquaza_and_clouds.gbapal" .align 2, 0 @@ -1033,7 +1033,7 @@ gUnknown_08DDE458:: @ 8DDE458 .incbin "base_emerald.gba", 0xdde458, 0x238 gTitleScreenPokemonLogoTiles:: @ 8DDE690 - .incbin "data/graphics/title_screen/pokemon_logo.8bpp.lz" + .incbin "graphics/title_screen/pokemon_logo.8bpp.lz" .align 2, 0 |