diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 13:49:26 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 13:49:26 -0500 |
commit | efee40447ef4bce70cb97fa9c653fe350af000d1 (patch) | |
tree | 01bcbcb178aeee30eec62c0a61dfedaf73da3eff /home/movement.asm | |
parent | 7203e9d2cc757a95bac02ec019ffa094f516c9dd (diff) |
Mobile trade animations, pokepic animations
Diffstat (limited to 'home/movement.asm')
-rw-r--r-- | home/movement.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/movement.asm b/home/movement.asm index 427c42cd9..cdb3507e0 100644 --- a/home/movement.asm +++ b/home/movement.asm @@ -139,7 +139,7 @@ endr InitMenu3:: ; 1bb1 push hl push bc - ld hl, wcfa1 + ld hl, w2DMenuCursorInitY ld b, $8 .loop ld a, [de] |