diff options
| author | Clownacy <Clownacy@users.noreply.github.com> | 2023-08-25 12:59:03 +0100 |
|---|---|---|
| committer | Clownacy <Clownacy@users.noreply.github.com> | 2023-08-25 12:59:03 +0100 |
| commit | 13c6476a8bc20fa7920452780a31b40be535129c (patch) | |
| tree | 7a7ffdcf6ece7c2c9a471ec78efccb78c1943563 /_inc | |
| parent | dd65ce0dd2911923e8ab670196ccebad0403a85e (diff) | |
Correct an incorrect VRAM_constant.
Diffstat (limited to '_inc')
| -rw-r--r-- | _inc/Pattern Load Cues.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_inc/Pattern Load Cues.asm b/_inc/Pattern Load Cues.asm index 5bbf63e..52d4ee7 100644 --- a/_inc/Pattern Load Cues.asm +++ b/_inc/Pattern Load Cues.asm @@ -191,7 +191,7 @@ PLC_SYZ: dc.w ((PLC_SYZ2-PLC_SYZ-2)/6)-1 PLC_SYZ2: dc.w ((PLC_SYZ2end-PLC_SYZ2-2)/6)-1 plcm Nem_Bumper, ArtTile_SYZ_Bumper ; bumper plcm Nem_SyzSpike1, ArtTile_SYZ_Big_Spikeball ; large spikeball - plcm Nem_SyzSpike2, ArtTile_SLZ_Spikeball_Chain ; small spikeball + plcm Nem_SyzSpike2, ArtTile_SYZ_Spikeball_Chain ; small spikeball plcm Nem_Cater, ArtTile_MZ_SYZ_Caterkiller ; caterkiller enemy plcm Nem_LzSwitch, ArtTile_Button ; switch plcm Nem_Spikes, ArtTile_Spikes ; spikes |
