diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-08-24 22:54:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-08-24 22:54:36 -0400 |
commit | d2e3b286a4ac5530b299fe7fc0530df734584bb3 (patch) | |
tree | e4e18350a17116f7104b053c13d7c3c93489a6b2 /home/menu.asm | |
parent | dff855fedfd7632a24340c4e36df2810edb8db83 (diff) |
Upgrade repo for compatibility with current rgbds (breaks pre-0.3.3 compatibility)
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 ee95bd50..91272113 100644 --- a/home/menu.asm +++ b/home/menu.asm @@ -290,7 +290,7 @@ RunMenuItemPrintingFunction:: ; 1d44 (0:1d44) ld a, [hli] ld h, [hl] ld l, a - jp [hl] + jp hl InitMenuCursorAndButtonPermissions:: ; 1d69 (0:1d69) call InitVerticalMenuCursor @@ -405,7 +405,7 @@ MenuJumptable:: ld a, [hli] ld h, [hl] ld l, a - jp [hl] + jp hl GetMenuDataPointerTableEntry:: ; 1e1b (0:1e1b) ld e, a |