diff options
Diffstat (limited to 'hram.asm')
-rwxr-xr-x | hram.asm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |