diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-23 15:55:01 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-23 15:55:01 +0200 |
commit | 4f36e317f9d2489e7c192f2a70c44a087e7d1998 (patch) | |
tree | 8ddd231f77fbe38d61a655aba8bd3f3718cc7c1c /src/pokeblock.c | |
parent | 20594938e275bd3d6ec6f38b42400eaac79fa86e (diff) |
name labels
Diffstat (limited to 'src/pokeblock.c')
-rw-r--r-- | src/pokeblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeblock.c b/src/pokeblock.c index 775280f6e..6b967d7fc 100644 --- a/src/pokeblock.c +++ b/src/pokeblock.c @@ -379,7 +379,7 @@ static bool8 sub_810B998(void) ewram[0x1ffff]++; break; case 1: - sub_800D238(gMenuPokeblock_Tilemap, gBGTilemapBuffers[2]); + LZDecompressWram(gMenuPokeblock_Tilemap, gBGTilemapBuffers[2]); ewram[0x1ffff]++; break; case 2: |