diff options
author | YamaArashi <shadow962@live.com> | 2015-07-14 23:16:06 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-14 23:16:06 -0700 |
commit | 994c2cbf289efa2e23eabf1af96ba62e4f066005 (patch) | |
tree | 74674d580b4ca868d727aae9ac71795d8d98b9c7 /engine/predefs7.asm | |
parent | 07dd7056372288de7bb5b64f9416d741adb3b499 (diff) |
named wram variables
Diffstat (limited to 'engine/predefs7.asm')
-rwxr-xr-x | engine/predefs7.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/predefs7.asm b/engine/predefs7.asm index 82a073dc..af013733 100755 --- a/engine/predefs7.asm +++ b/engine/predefs7.asm @@ -1,11 +1,11 @@ Func_1c9c6: ; 1c9c6 (7:49c6) ld hl, WhichFloorText call PrintText - ld hl, wStringBuffer2 + 11 + ld hl, wItemList ld a, l - ld [wList], a + ld [wListPointer], a ld a, h - ld [wList + 1], a + ld [wListPointer + 1], a ld a, [wListScrollOffset] push af xor a |