diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 13:55:29 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 13:55:29 -0500 |
commit | e669f22e9e6c01ac9486e721959b09e5fb732c50 (patch) | |
tree | 7ab25f73f908baca20a7c6549af10412d4db46fe | |
parent | f511713c86ef2710ca0725e2271eefe8d8eb0f33 (diff) |
GFX_17eb7e -> PokemonNewsTileAttrmap
-rw-r--r-- | gfx/mobile/pokemon_news.bin (renamed from gfx/unknown/17eb8e.attrmap) | bin | 1128 -> 1128 bytes | |||
-rw-r--r-- | mobile/mobile_5f.asm | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gfx/unknown/17eb8e.attrmap b/gfx/mobile/pokemon_news.bin Binary files differindex 24a0bcfee..24a0bcfee 100644 --- a/gfx/unknown/17eb8e.attrmap +++ b/gfx/mobile/pokemon_news.bin diff --git a/mobile/mobile_5f.asm b/mobile/mobile_5f.asm index c4fae15ac..2350cd0c4 100644 --- a/mobile/mobile_5f.asm +++ b/mobile/mobile_5f.asm @@ -716,7 +716,7 @@ Function17d48d: ld de, wc608 ld bc, $40 call CopyBytes - ld hl, TileAttrmap_17eb8e + ld hl, PokemonNewsTileAttrmap decoord 0, 0 bccoord 0, 0, wAttrMap ld a, $12 @@ -3533,8 +3533,8 @@ INCBIN "gfx/mobile/pokemon_news.2bpp" GFX_17eb7e: INCBIN "gfx/unknown/17eb7e.2bpp" -TileAttrmap_17eb8e: -INCBIN "gfx/unknown/17eb8e.attrmap" +PokemonNewsTileAttrmap: +INCBIN "gfx/mobile/pokemon_news.bin" Palette_17eff6: RGB 24, 9, 8 |