diff options
| author | Clownacy <Clownacy@users.noreply.github.com> | 2022-04-12 15:25:56 +0100 |
|---|---|---|
| committer | Clownacy <Clownacy@users.noreply.github.com> | 2022-04-12 15:25:56 +0100 |
| commit | 24f56024a1630251b19221347d7048d5fa3fa63b (patch) | |
| tree | d7a48392a1fac65b7fb95549e7488e3982da2159 /_inc | |
| parent | 77c5dcf6225e97dc8031b41e9ca9f1376c2bb250 (diff) | |
Rename Pal_SBZ3Cyc1 to Pal_SBZ3Cyc
The '1' at the end is unnecessary, since there aren't any others.
Diffstat (limited to '_inc')
| -rw-r--r-- | _inc/PaletteCycle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_inc/PaletteCycle.asm b/_inc/PaletteCycle.asm index 6b35b2b..48e3360 100644 --- a/_inc/PaletteCycle.asm +++ b/_inc/PaletteCycle.asm @@ -73,7 +73,7 @@ PCycle_LZ: lea (Pal_LZCyc1).l,a0 cmpi.b #3,(v_act).w ; check if level is SBZ3 bne.s PCycLZ_NotSBZ3 - lea (Pal_SBZ3Cyc1).l,a0 ; load SBZ3 palette instead + lea (Pal_SBZ3Cyc).l,a0 ; load SBZ3 palette instead PCycLZ_NotSBZ3: lea (v_pal_dry+$56).w,a1 |
