mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-25 23:11: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
|
||||
self.cols = {}
|
||||
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
|
||||
self.colTail = 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user