summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-07-07 17:56:43 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-07-07 17:56:43 -0700
commitff234d05228fb469488c92e03c1fb28e37b4a51c (patch)
tree621aabe4d7514ce773d485f1ccbe2732a00a5ea0 /wram.asm
parentef17a2820d16b9f488875d2d0c07dbc0e1dd0c04 (diff)
Rename wDisableBallGravityAndTilt to wEnableBallGravityAndTilt. The meaning was flipped.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/wram.asm b/wram.asm
index 56dd18e..656e219 100755
--- a/wram.asm
+++ b/wram.asm
@@ -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