summaryrefslogtreecommitdiff
path: root/engine/gfx
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-06-19 19:52:07 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-06-19 19:52:07 -0400
commit3eda24dc473813e44e55afb1cf8f57a354fb7a10 (patch)
tree28350b5a19f2dfdd95ed045ed256095516d4bfbe /engine/gfx
parenta9dd70cc35acee8b5eb701da66d82ba74a1491c2 (diff)
Standardize capitalization of ".Jumptable"
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