mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-06 06:08:16 -07:00
LADX: fix improved additional warps (#5858)
This commit is contained in:
@@ -442,7 +442,7 @@ def generateRom(base_rom: bytes, args, patch_data: Dict):
|
|||||||
color[channel] = color[channel] * 31 // 0xbc
|
color[channel] = color[channel] * 31 // 0xbc
|
||||||
|
|
||||||
if ladxr_settings.warps != 'vanilla':
|
if ladxr_settings.warps != 'vanilla':
|
||||||
patches.core.addWarpImprovements(rom, ladxr_settings.warps == 'improved_additional')
|
patches.core.addWarpImprovements(rom, ladxr_settings.warps == 'improvedadditional')
|
||||||
|
|
||||||
palette = ladxr_settings.palette
|
palette = ladxr_settings.palette
|
||||||
if palette != 'normal':
|
if palette != 'normal':
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
"game": "Links Awakening DX",
|
"game": "Links Awakening DX",
|
||||||
"authors": [ "zig", "threeandthree" ],
|
"authors": [ "zig", "threeandthree" ],
|
||||||
"minimum_ap_version": "0.6.4",
|
"minimum_ap_version": "0.6.4",
|
||||||
"world_version": "2.0.1"
|
"world_version": "2.0.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user