summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'gfx')
-rw-r--r--gfx/gfx.asm2
-rw-r--r--gfx/intro/forest_log.pngbin0 -> 5480 bytes
-rw-r--r--gfx/intro/forest_tilemap.binbin288 -> 256 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gfx.asm b/gfx/gfx.asm
index 9613e8a..8c3fb8a 100644
--- a/gfx/gfx.asm
+++ b/gfx/gfx.asm
@@ -556,6 +556,8 @@ INCBIN "gfx/intro/water_pokemon.2bpp"
SECTION "gfx.asm@Intro Forest GFX", ROMX
IntroForestGFX::
INCBIN "gfx/intro/forest.2bpp"
+IntroForestLogGFX::
+INCBIN "gfx/intro/forest_log.2bpp"
Intro_GrassTilemap::
INCBIN "gfx/intro/forest_tilemap.bin"
Intro_GrassMeta::
diff --git a/gfx/intro/forest_log.png b/gfx/intro/forest_log.png
new file mode 100644
index 0000000..deb5987
--- /dev/null
+++ b/gfx/intro/forest_log.png
Binary files differ
diff --git a/gfx/intro/forest_tilemap.bin b/gfx/intro/forest_tilemap.bin
index fb1179d..c3a8420 100644
--- a/gfx/intro/forest_tilemap.bin
+++ b/gfx/intro/forest_tilemap.bin
Binary files differ