diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-02 14:14:29 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-04 19:49:53 -0400 |
commit | d4158e490a221e8d94747c8fffae84649bb3cae9 (patch) | |
tree | d791e1ccf07c144ff0115fecc3b6643a3d778ff4 /src/battle_bg.c | |
parent | 24b607b9daf7053cb45a305ce1138d9b64a459b2 (diff) |
Match more functions
Diffstat (limited to 'src/battle_bg.c')
-rw-r--r-- | src/battle_bg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_bg.c b/src/battle_bg.c index 7c9b05b25..6a0e4c10c 100644 --- a/src/battle_bg.c +++ b/src/battle_bg.c @@ -1126,7 +1126,7 @@ void DrawBattleEntryBackground(void) if (gBattleTypeFlags & BATTLE_TYPE_LINK) { LZDecompressVram(gUnknown_08D778F0, (void*)(BG_CHAR_ADDR(1))); - LZDecompressVram(gVsLettersGfx, (void*)(VRAM + 0x10000)); + LZDecompressVram(gVsLettersGfx, (void*)(OBJ_VRAM0)); LoadCompressedPalette(gUnknown_08D77AE4, 0x60, 0x20); SetBgAttribute(1, BG_ATTR_SCREENSIZE, 1); SetGpuReg(REG_OFFSET_BG1CNT, 0x5C04); |