diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-19 19:52:05 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-19 19:52:05 -0400 |
| commit | f59f1bdb88297678d48bcbd01c143994cb307036 (patch) | |
| tree | 4d4d3652d0dff3401abd41de5ee461afb61d73ed /engine/gfx | |
| parent | 7a03fecc38ab4fe2e44525b56dabc5a05a6d8633 (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 66892997f..69615a616 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 @@ -566,7 +566,7 @@ endr INCLUDE "data/maps/sgb_roof_pal_inds.asm" -_LoadSGBLayout_ReturnFromJumpTable: +_LoadSGBLayout_ReturnFromJumptable: push de call PushSGBPals pop hl |
