summaryrefslogtreecommitdiff
path: root/engine/menus/options_menu.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-01 13:08:08 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-01 13:13:40 -0400
commite6f75432928ccd915016162a68df43b0adf6ce04 (patch)
tree8b3efc7441195cb12dcdbd34442da00f45e2fdcc /engine/menus/options_menu.asm
parent534863abe1d7c57707135574ef8bb1094aa5be22 (diff)
Identify more labels, and use the jumptable macro when possible
Diffstat (limited to 'engine/menus/options_menu.asm')
-rw-r--r--engine/menus/options_menu.asm11
1 files changed, 1 insertions, 10 deletions
diff --git a/engine/menus/options_menu.asm b/engine/menus/options_menu.asm
index 4e5ea3b7..216d2e11 100644
--- a/engine/menus/options_menu.asm
+++ b/engine/menus/options_menu.asm
@@ -88,16 +88,7 @@ StringOptions:
db "CANCEL@"
GetOptionPointer:
- ld a, [wJumptableIndex]
- ld e, a
- ld d, 0
- ld hl, .Pointers
- add hl, de
- add hl, de
- ld a, [hli]
- ld h, [hl]
- ld l, a
- jp hl
+ jumptable .Pointers, wJumptableIndex
.Pointers:
; entries correspond to OPT_* constants