diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 22:31:16 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 22:31:16 -0500 |
commit | d644406f61983be78339a0e9f366e8d34c209c6c (patch) | |
tree | feb8188bd644c8642b41d72d7fccfa274696064d /engine/switch_items.asm | |
parent | fe4ef4e5951e855174cbff3da308b342b0b5bd09 (diff) |
More menu stuff
Diffstat (limited to 'engine/switch_items.asm')
-rwxr-xr-x | engine/switch_items.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/switch_items.asm b/engine/switch_items.asm index 7de3440fa..46e000fd1 100755 --- a/engine/switch_items.asm +++ b/engine/switch_items.asm @@ -145,7 +145,7 @@ Function249d1: ; 249d1 (9:49d1) inc hl pop af ld [hl], a - ld hl, wMenuData2Addr + ld hl, wMenuData2_ItemsPointerAddr ld a, [hli] ld h, [hl] ld l, a @@ -199,7 +199,7 @@ Function24a4d: ; 24a4d (9:4a4d) Function24a5c: ; 24a5c (9:4a5c) push af call Function24a80 - ld hl, wMenuData2Addr + ld hl, wMenuData2_ItemsPointerAddr ld a, [hli] ld h, [hl] ld l, a |