summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 4fc0396d..a3c3fb4a 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -155,7 +155,7 @@ void InitUI(bool32 keepHealthAndRupees) {
LoadPaletteGroup(0xc);
LoadGfxGroup(0x10);
MemClear(&gBG0Buffer, sizeof(gBG0Buffer));
- gScreen.bg0.tilemap = &gBG0Buffer;
+ gScreen.bg0.subTileMap = &gBG0Buffer;
gScreen.bg0.control = 0x1f0c;
gScreen.lcd.displayControl |= 0x100;
gOAMControls.unk[0].unk7 = 1;