summaryrefslogtreecommitdiff
path: root/engine/routines/drawkrispackgfx.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/routines/drawkrispackgfx.asm')
-rw-r--r--engine/routines/drawkrispackgfx.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/routines/drawkrispackgfx.asm b/engine/routines/drawkrispackgfx.asm
index f71e43db8..457dd7110 100644
--- a/engine/routines/drawkrispackgfx.asm
+++ b/engine/routines/drawkrispackgfx.asm
@@ -5,7 +5,7 @@ DrawKrisPackGFX: ; 48e81
ld a, [hli]
ld e, a
ld d, [hl]
- ld hl, VTiles2 tile $50
+ ld hl, vTiles2 tile $50
lb bc, BANK(PackFGFX), 15
call Request2bpp
ret