Skip to content

Commit

Permalink
Fully document flipper collision system
Browse files Browse the repository at this point in the history
  • Loading branch information
huderlem committed May 15, 2021
1 parent 2296487 commit f565e31
Show file tree
Hide file tree
Showing 11 changed files with 224 additions and 200 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions engine/pinball_game/ball_init/ball_init.asm
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ InitBallForStage: ; 0x83ba
ld [wBallXVelocity + 1], a
ld [wBallYVelocity], a
ld [wBallYVelocity + 1], a
ld [wd7ae], a
ld [wLeftFlipperState], a
ld [wd7b2], a
ld [wLeftFlipperState + 1], a
ld [wRightFlipperState], a
ld [wd7b0], a
ld [wd7b1], a
ld [wd7b4], a
ld [wd7b4 + 1], a
ld [wRightFlipperState + 1], a
ld [wLeftFlipperStateChange], a
ld [wLeftFlipperStateChange + 1], a
ld [wRightFlipperStateChange], a
ld [wRightFlipperStateChange + 1], a
ld [wBallSpin], a
ld [wBallRotation], a
inc a
Expand Down
Loading

0 comments on commit f565e31

Please sign in to comment.