diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-07 17:56:43 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-07 17:56:43 -0700 |
commit | ff234d05228fb469488c92e03c1fb28e37b4a51c (patch) | |
tree | 621aabe4d7514ce773d485f1ccbe2732a00a5ea0 /wram.asm | |
parent | ef17a2820d16b9f488875d2d0c07dbc0e1dd0c04 (diff) |
Rename wDisableBallGravityAndTilt to wEnableBallGravityAndTilt. The meaning was flipped.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -532,9 +532,9 @@ wSecondaryLeftAlleyTrigger:: ; 0xd546 wd548:: ; 0xd548 ds $1 -wDisableBallGravityAndTilt:: ; 0xd549 -; Set to 1 to disable any affect gravity or tilt has on the pinball. -; Used for things likes the initial pinball launch or to hold the ball stationary. +wEnableBallGravityAndTilt:: ; 0xd549 +; Set to 1 to enable the effect of gravity and tilt on the pinball. +; 0 disables these forces. Used for things likes the initial pinball launch or to hold the ball stationary. ds $1 wCurrentMap:: ; 0xd54a |