mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-26 15:31:15 +02:00
fix SurfingMinigame column definitions
This commit is contained in:
@@ -484,7 +484,7 @@ function SurfingMinigame.new(game, onDone, skipTitle)
|
|||||||
-- Linear cols mirror kept for unit tests only
|
-- Linear cols mirror kept for unit tests only
|
||||||
self.cols = {}
|
self.cols = {}
|
||||||
for c = 0, 10 do
|
for c = 0, 10 do
|
||||||
self.cols[c] = flatCol
|
self.cols[c] = { pat = WAVE_PATTERNS[0x00], hl = FLAT_WATER_Y, hr = FLAT_WATER_Y }
|
||||||
end
|
end
|
||||||
self.colTail = 10
|
self.colTail = 10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user