up is down

This commit is contained in:
4am 2020-10-05 16:13:20 -04:00
parent f2b38e4ee8
commit a7528f7e5f
2 changed files with 21 additions and 21 deletions

View File

@ -51,13 +51,13 @@ DemoCode
!byte LOAD ,0,0
!byte WAIT ,30
!byte HIDE
!byte UP
!byte DOWN
!byte WAIT ,2
!byte RIGHT
!byte WAIT ,2
!byte RIGHT
!byte WAIT ,2
!byte UP
!byte DOWN
; A C
; --v-
; LOUD
@ -71,21 +71,21 @@ DemoCode
!byte WAIT ,2
!byte LEFT
!byte WAIT ,2
!byte UP
!byte WAIT ,2
!byte RIGHT
!byte WAIT ,2
!byte DOWN
!byte WAIT ,2
!byte DOWN
!byte WAIT ,2
!byte RIGHT
!byte WAIT ,2
!byte UP
!byte WAIT ,2
!byte UP
!byte DOWN
!byte WAIT ,2
!byte RIGHT
!byte WAIT ,2
!byte UP
!byte WAIT ,2
!byte RIGHT
!byte WAIT ,2
!byte UP
!byte DOWN
; OC
; TUD
; ---v
@ -94,22 +94,22 @@ DemoCode
; L H
; I
!byte WAIT ,30
!byte DOWN
!byte WAIT ,2
!byte LEFT
!byte UP
!byte WAIT ,2
!byte LEFT
!byte DOWN
!byte WAIT ,2
!byte DOWN
!byte WAIT ,2
!byte LEFT
!byte WAIT ,2
!byte DOWN
!byte UP
!byte WAIT ,2
!byte LEFT
!byte WAIT ,2
!byte UP
!byte WAIT ,2
!byte UP
!byte LEFT
!byte WAIT ,2
!byte DOWN
!byte WAIT ,2
!byte DOWN
; A D
; LO E
; v---

View File

@ -133,14 +133,14 @@ PlayEventReturn
+ ldx #kKeepPlaying
rts
PlayEventUpArrow
PlayEventDownArrow
ldy gSelectedLogicalColumn
jsr ScrollPuzzleUp
bcs CantMove
jsr ScrollUp
jmp CheckAfterArrow
PlayEventDownArrow
PlayEventUpArrow
ldy gSelectedLogicalColumn
jsr ScrollPuzzleDown
bcc +