diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-19 19:52:07 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-19 19:52:07 -0400 |
commit | 3eda24dc473813e44e55afb1cf8f57a354fb7a10 (patch) | |
tree | 28350b5a19f2dfdd95ed045ed256095516d4bfbe /engine/gfx | |
parent | a9dd70cc35acee8b5eb701da66d82ba74a1491c2 (diff) |
Standardize capitalization of ".Jumptable"
Diffstat (limited to 'engine/gfx')
-rw-r--r-- | engine/gfx/sgb_layouts.asm | 4 |
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 |