diff options
| author | Daniel Harding <corrnondacqb@yahoo.com> | 2015-07-16 14:36:48 -0500 |
|---|---|---|
| committer | Daniel Harding <corrnondacqb@yahoo.com> | 2015-07-16 14:36:48 -0500 |
| commit | 9e77982bc8658c09df187b4598f8cbabb427a271 (patch) | |
| tree | d88ff7a45f7b8a80a02f099052da9b4eb2e14d21 /engine/predefs7.asm | |
| parent | Comment naming screen (diff) | |
| parent | menu stuff (diff) | |
| download | pokeyellow-9e77982bc8658c09df187b4598f8cbabb427a271.tar.gz pokeyellow-9e77982bc8658c09df187b4598f8cbabb427a271.tar.xz pokeyellow-9e77982bc8658c09df187b4598f8cbabb427a271.zip | |
Merge pull request #101 from YamaArashi/master
Misc changes
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 |
