diff options
| author | Clownacy <Clownacy@users.noreply.github.com> | 2023-08-21 18:43:47 +0100 |
|---|---|---|
| committer | Clownacy <Clownacy@users.noreply.github.com> | 2023-08-21 18:43:47 +0100 |
| commit | 2c72d0eb82f247542c4713520d0933e1df677f3a (patch) | |
| tree | 4069a052d0817143265f096f619ce41584aa6333 /_inc | |
| parent | 39ef0514fdb455247bac37ffddba371d7626af73 (diff) | |
Apply objoff_XX constants to more stuff.
Diffstat (limited to '_inc')
| -rw-r--r-- | _inc/LZWaterFeatures.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_inc/LZWaterFeatures.asm b/_inc/LZWaterFeatures.asm index 6e2a5e7..b33914d 100644 --- a/_inc/LZWaterFeatures.asm +++ b/_inc/LZWaterFeatures.asm @@ -400,7 +400,7 @@ loc_3F62: loc_3F6A: tst.b (f_slidemode).w beq.s locret_3F7A - move.w #5,$3E(a1) + move.w #5,objoff_3E(a1) clr.b (f_slidemode).w locret_3F7A: |
