mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-07 07:03:44 -08: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
|
||||
|
||||
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
|
||||
if palette != 'normal':
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
"game": "Links Awakening DX",
|
||||
"authors": [ "zig", "threeandthree" ],
|
||||
"minimum_ap_version": "0.6.4",
|
||||
"world_version": "2.0.1"
|
||||
"world_version": "2.0.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user