From af39d7926a2d1943103f095568d5a2147aedc358 Mon Sep 17 00:00:00 2001 From: threeandthreee Date: Wed, 29 Apr 2026 15:15:57 -0400 Subject: [PATCH] LADX: doc update (#6050) * update gfxmod doc * romless generation * Update setup_en.md Co-authored-by: RoobyRoo --------- Co-authored-by: RoobyRoo --- worlds/ladx/__init__.py | 7 ++++--- worlds/ladx/docs/setup_en.md | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/worlds/ladx/__init__.py b/worlds/ladx/__init__.py index e36ff77a24..d19ddab0b7 100644 --- a/worlds/ladx/__init__.py +++ b/worlds/ladx/__init__.py @@ -80,9 +80,10 @@ class LinksAwakeningSettings(settings.Group): class GfxModFile(settings.FilePath): """ - Gfxmod file, get it from upstream: https://github.com/daid/LADXR/tree/master/gfx - Only .bin or .bdiff files - The same directory will be checked for a matching text modification file + Gfxmod file, select one from the `Archipelago/data/sprites/ladx/` folder, + or make your own. You can generate a template here: https://ladx-gfx.3and3.dev/ + Only .bin or .bdiff files. + Extended spritesheets from the upstream randomizer are not supported. """ def browse(self, filetypes=None, **kwargs): filetypes = [("Binary / Patch files", [".bin", ".bdiff"])] diff --git a/worlds/ladx/docs/setup_en.md b/worlds/ladx/docs/setup_en.md index a7f9f87ef9..ed4c0921ef 100644 --- a/worlds/ladx/docs/setup_en.md +++ b/worlds/ladx/docs/setup_en.md @@ -12,8 +12,8 @@ 1. Download and install [Archipelago](). **The installer file is located in the assets section at the bottom of the version information.** -2. The first time you do local generation or patch your game, you will be asked to locate your base ROM file. - This is your Links Awakening DX ROM file. This only needs to be done once.. +2. The first time you patch your game, you will be asked to locate your base ROM file. + This is your Links Awakening DX ROM file. This only needs to be done once. 3. You should assign your emulator as your default program for launching ROM files.