Change addresses back, to match the comment.
This commit is contained in:
parent
a0532f0429
commit
2bf56bb422
10
pewpew.asm
10
pewpew.asm
@ -26,10 +26,10 @@
|
|||||||
.define backgroundGreen $18
|
.define backgroundGreen $18
|
||||||
.define backgroundBlue $19
|
.define backgroundBlue $19
|
||||||
.define randomBytePtr $1A
|
.define randomBytePtr $1A
|
||||||
.define playerX $40
|
.define playerX $20
|
||||||
.define playerY $41
|
.define playerY $21
|
||||||
.define shotCooldown $42
|
.define shotCooldown $22
|
||||||
.define shotData $50
|
.define shotData $30
|
||||||
|
|
||||||
; TODO(mcmillen): verify that we can relocate these without messing things up.
|
; TODO(mcmillen): verify that we can relocate these without messing things up.
|
||||||
.define spriteTableStart $100
|
.define spriteTableStart $100
|
||||||
@ -315,7 +315,7 @@ JoypadDebug:
|
|||||||
|
|
||||||
|
|
||||||
JoypadHandler:
|
JoypadHandler:
|
||||||
|
; TODO(mcmillen): handle joystick using 16-bit loads?
|
||||||
JoypadUp:
|
JoypadUp:
|
||||||
lda JOY1H
|
lda JOY1H
|
||||||
and #$08 ; Up
|
and #$08 ; Up
|
||||||
|
Loading…
Reference in New Issue
Block a user