summaryrefslogtreecommitdiff
path: root/engine/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'engine/gfx')
-rw-r--r--engine/gfx/sgb_layouts.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/sgb_layouts.asm b/engine/gfx/sgb_layouts.asm
index b7a6fc3f..bdc0a77d 100644
--- a/engine/gfx/sgb_layouts.asm
+++ b/engine/gfx/sgb_layouts.asm
@@ -17,7 +17,7 @@ LoadSGBLayout:
ld a, [hli]
ld h, [hl]
ld l, a
- ld de, _LoadSGBLayout_ReturnFromJumpTable
+ ld de, _LoadSGBLayout_ReturnFromJumptable
push de
jp hl
@@ -572,7 +572,7 @@ endr
INCLUDE "data/maps/sgb_roof_pal_inds.asm"
-_LoadSGBLayout_ReturnFromJumpTable:
+_LoadSGBLayout_ReturnFromJumptable:
push de
call PushSGBPals
pop hl