summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-03-08 13:00:09 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-03-08 13:00:09 -0700
commita6809c1cafa44a34b8fb0fe09a59c4409bf6fe9e (patch)
tree12deffbe3d51e32c611870faf97ca48a79c5e421 /hram.asm
parent730cb017d3c0f949a0db050d2437a00e5bfd51a4 (diff)
Dump and label ball-movement-related things.
Diffstat (limited to 'hram.asm')
-rwxr-xr-xhram.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 419d2dd..d7e0dd9 100755
--- a/hram.asm
+++ b/hram.asm
@@ -1 +1,6 @@
+hBoardYShift EQU $FFA0 ; Vertical pixel offset of the board. For example, the board is shifted
+ ; by small amounts when "tilt up" is used.
+hBoardXShift EQU $FFA1 ; Horizontal pixel offset of the board. For example, the board is shifted
+ ; $20 pixels to the right when launching the ball at the start of a round.
+
hLoadedROMBank EQU $FFF8 ; this is updated whenever the code switches ROM Banks