diff options
| author | yenatch <yenatch@gmail.com> | 2015-11-28 20:15:35 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-11-28 20:15:35 -0500 |
| commit | 794410352fd92ccf06974763e4b3be0b807641ab (patch) | |
| tree | 05f5dd861966762db9556082229cee82e8b5eed9 /event/elevator.asm | |
| parent | 9c5473e965520f672640daf4ee76622640e0de15 (diff) | |
| parent | 4bcd71e3227181baa536357af3d87a8d02af3890 (diff) | |
Merge pull request #328 from PikalaxALT/master
Split out most of main.asm
Diffstat (limited to 'event/elevator.asm')
| -rwxr-xr-x | event/elevator.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/event/elevator.asm b/event/elevator.asm index d43bc9d54..0aa5c1f05 100755 --- a/event/elevator.asm +++ b/event/elevator.asm @@ -127,10 +127,10 @@ Function134dd: ; 134dd call Elevator_GetCurrentFloorText ld hl, Elevator_MenuDataHeader call CopyMenuDataHeader - call Function352f + call InitScrollingMenu call UpdateSprites xor a - ld [wd0e4], a + ld [wMenuScrollPosition], a call HandleScrollingMenu call WriteBackup ld a, [wcf73] |
