mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Add glow tile empty
This commit is contained in:
parent
23f5c9fd5c
commit
713cd6616e
@ -56,6 +56,7 @@ enum {
|
|||||||
// with edge flags are cancelled out before lookup. For example, GLOW_CORNER_TL | GLOW_EDGE_L
|
// with edge flags are cancelled out before lookup. For example, GLOW_CORNER_TL | GLOW_EDGE_L
|
||||||
// will never be read, and has the same value as GLOW_EDGE_L.
|
// will never be read, and has the same value as GLOW_EDGE_L.
|
||||||
static const u8 sAreaGlowTilemapMapping[] = {
|
static const u8 sAreaGlowTilemapMapping[] = {
|
||||||
|
[0] = GLOW_TILE_EMPTY,
|
||||||
[GLOW_EDGE_R] = GLOW_TILE_EDGE_R,
|
[GLOW_EDGE_R] = GLOW_TILE_EDGE_R,
|
||||||
[GLOW_EDGE_L] = GLOW_TILE_EDGE_L,
|
[GLOW_EDGE_L] = GLOW_TILE_EDGE_L,
|
||||||
[GLOW_EDGE_L | GLOW_EDGE_R] = GLOW_TILE_EDGE_L_R,
|
[GLOW_EDGE_L | GLOW_EDGE_R] = GLOW_TILE_EDGE_L_R,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user