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:
@@ -1518,7 +1518,7 @@ GetBuenasPassword:
|
||||
and $f
|
||||
ld c, a
|
||||
push hl
|
||||
ld hl, .StringFunctionJumpTable
|
||||
ld hl, .StringFunctionJumptable
|
||||
ld e, b
|
||||
add hl, de
|
||||
add hl, de
|
||||
@@ -1531,12 +1531,14 @@ GetBuenasPassword:
|
||||
ld c, [hl]
|
||||
ret
|
||||
|
||||
.StringFunctionJumpTable:
|
||||
.StringFunctionJumptable:
|
||||
; entries correspond to BUENA_* constants
|
||||
table_width 2, GetBuenasPassword.StringFunctionJumptable
|
||||
dw .Mon ; BUENA_MON
|
||||
dw .Item ; BUENA_ITEM
|
||||
dw .Move ; BUENA_MOVE
|
||||
dw .RawString ; BUENA_STRING
|
||||
assert_table_length NUM_BUENA_FUNCTIONS
|
||||
|
||||
.Mon:
|
||||
call .GetTheIndex
|
||||
|
Reference in New Issue
Block a user