summaryrefslogtreecommitdiff
path: root/engine/debug.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/debug.asm')
-rwxr-xr-xengine/debug.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/debug.asm b/engine/debug.asm
index 588de7a64..0ca639aaa 100755
--- a/engine/debug.asm
+++ b/engine/debug.asm
@@ -1069,7 +1069,7 @@ TilesetColorTest:
ld hl, VTiles1
lb bc, BANK(DebugColorTestGFX), 1
call Request2bpp
- ld a, VBGMap1 / $100
+ ld a, HIGH(VBGMap1)
ld [hBGMapAddress + 1], a
hlcoord 0, 0
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT