You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Standardize capitalization of ".Jumptable"
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user