diff options
Diffstat (limited to 'home/menu.asm')
-rw-r--r-- | home/menu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/menu.asm b/home/menu.asm index abbe45d7a..e664550aa 100644 --- a/home/menu.asm +++ b/home/menu.asm @@ -679,7 +679,7 @@ ContinueGettingMenuJoypad: call GetMenuIndexSet ld a, [wMenuCursorY] ld l, a - ld h, $0 + ld h, 0 add hl, de ld a, [hl] ld [wMenuSelection], a @@ -742,7 +742,7 @@ MenuJumptable:: GetMenuDataPointerTableEntry:: ld e, a - ld d, $0 + ld d, 0 ld hl, wMenuDataPointerTableAddr ld a, [hli] ld h, [hl] |