aboutsummaryrefslogtreecommitdiffstats
path: root/engine/predefs7.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 18:37:40 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 18:37:40 -0800
commit32f7cf12de9f841f76a3f2010caf6d7a80d47bcc (patch)
tree3568312441db2bbd4acf0f6885913980f4c0eaad /engine/predefs7.asm
parentcommented battle stuff (diff)
downloadpokeyellow-32f7cf12de9f841f76a3f2010caf6d7a80d47bcc.tar.gz
pokeyellow-32f7cf12de9f841f76a3f2010caf6d7a80d47bcc.tar.xz
pokeyellow-32f7cf12de9f841f76a3f2010caf6d7a80d47bcc.zip
Named wram symbols
Diffstat (limited to 'engine/predefs7.asm')
-rwxr-xr-xengine/predefs7.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/predefs7.asm b/engine/predefs7.asm
index b6c3bbbc..e2f58ca8 100755
--- a/engine/predefs7.asm
+++ b/engine/predefs7.asm
@@ -3,9 +3,9 @@ Func_1c9c6: ; 1c9c6 (7:49c6)
call PrintText
ld hl, wStringBuffer2 + 11
ld a, l
- ld [wcf8b], a
+ ld [wList], a
ld a, h
- ld [wcf8c], a
+ ld [wList + 1], a
ld a, [wListScrollOffset] ; wcc36
push af
xor a