diff options
author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-17 23:41:14 +0700 |
---|---|---|
committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-17 23:48:21 +0700 |
commit | 039a2bd71576f96e0819f4657fc3ef44fd8ae4d2 (patch) | |
tree | 9801dfdf5ed5040b31738bf7b7541090f01a62dd /gfx/gfx.asm | |
parent | 1a131d1ce01bfd12cdb3cf61719e41bff7b699db (diff) |
Suggested changes to #83
Diffstat (limited to 'gfx/gfx.asm')
-rw-r--r-- | gfx/gfx.asm | 2 |
1 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:: |