ROM patcher (in browser)
Pick a preset or fine-tune the options, choose a seed, and download a re-rolled copy of your own Legend of Legaia disc. Everything runs in this tab as WebAssembly - the disc never leaves your machine and nothing is uploaded. What each option does, in depth: the randomizer reference.
Language translation patch (optional)
Off by default; composes with every option below.
? The shipped packs cover the item / magic / arts / menu tables plus recurring system messages; the bulk story dialog is not translated yet. The retail font is plain ASCII, so the packs are accent-folded. Packs are community-authored YAML; you can import your own or export a starter pack from your disc to begin one. Full details: translation packs.
Transfers the translation from a European disc you own onto your USA disc - read here, never uploaded.
? Both discs are read in your browser; the official text is yours, from your own disc, and is never bundled with this site. Not all of it will fit. The USA disc's scenes are packed to the sector with no spare room, so the shorter lines transfer and the rest stay English. The coverage report after patching says how many landed and why the others did not. Full details: official PAL translations.
Shuffle rebalanced - the same set, in new places; keeps the game's balance. Randomize wild - fresh draws from the whole pool; anything can land anywhere. ? hover or tap for the fine print on any option.
Items & rewards
Exploration doors & warps
New game start starting bag & warps
Unused content cut enemies & items
Equipment Arts-bar command costs, who can equip what
Arts-bar command costs & owners
?Values are read from your disc. Each Arts-bar command is priced by the gear that fills it: Left and Right by the weapon and the Ra-Seru arm, Down and Up by the footwear. The number is the AP one press charges and also sets how wide the pennant draws, so 24 is the floor and 30 the lowest that reads cleanly. Retail prices weapons at 30 favored / 42 off-class / 54 far off-class.
A column is that character's price; a dash means they cannot equip the item. The V / N / G boxes set who can.
Tick a weapon on for someone whose file lacks it and the patcher carries the model over from the file that has it (highlighted cell). Ra-Seru forms, body, head and footwear cannot be carried - they use the slot's Default record (top rows) instead.
Full details · mechanism: Arts command gauge.
Waiting for a disc image ...
Advanced: raw token lists (CLI syntax)
CHAR:ITEM[:up]=COST
ITEM=OWNERS
Prices & names fishing prizes, location names, Earth Egg
Choose your disc image above and the current values appear here, read from your own disc. Leave a box empty to keep the disc's value.
Fishing prize prices
?The fishing exchanges at Buma and Vidna sell these prizes for fishing points. The price is also the “appears once you can afford it” gate, so a cheaper prize shows up sooner.
The prize list itself is fixed on the disc - rows can be repriced, not added, removed or swapped. A prize sold at both venues is one row; the new price applies to both.
Waiting for a disc image ...
Location names
?Renames a place everywhere the game shows it: the Door-of-Wind list, the label over the world map, and the banner on entering the scene (which is also the save-screen location row).
Plain ASCII, up to 23 characters. The list covers the 16 quick-travel destinations plus the places that only have a world-map label. Matching is exact, so renaming “Conkram” leaves “Conkram (Past)” alone. Details.
Waiting for a disc image ...
Earth Egg coin threshold
?The Sol Tower Prize Counter offers the Earth Ra-Seru Egg once you hold this many casino coins (retail 100000) and debits exactly that many. It is a hidden scripted exchange, not a casino prize row, so the casino options cannot reach it. Range 1 - 8388608.
Advanced: raw id=value lists (CLI syntax)
item=points
target=name per line
Gameplay
One multiplier per stat, per group; 1.0x keeps the disc value.
?HP 3.0x on its own makes enemies spongy without making them lethal; a high attack against a low defense makes glass cannons. Legaia splits defense by attack height - upper resists high attacks, lower resists low ones.
Random encounters
Bosses
Tactical-Art overrides AP cost, AP refund, damage per art
Pick any art and change its AP cost, make it give AP back, or change its damage. ?Set an art's AP cost per character, or flip it to give AP back (1..100) - the pause menu updates to match. Damage tiers are keyed by the button combo, so combo-sharing characters change together; Super Arts are in the same picker. Details.
Advanced: raw combo=value lists (CLI syntax)
combo=tier
name=tier
[character:]combo=amount
Texture replacement swap any texture for your own PNG
Scan your disc, download any texture as a PNG, edit it, and upload your edit. ?Keep the exact pixel size and palette (or tick fold-colors); alpha becomes transparency. Textures inside compressed data apply only when the edit re-compresses into the original footprint - the preview says so before anything is written. Details.
Change packs
Share your edits as one JSON file, or import someone else's. ?A pack holds your images plus a fingerprint of each retail texture - none of the game's own pixels, so it is safe to share. Importing checks each entry against your disc and reports any mismatch instead of applying it. Your queue is kept in this browser; nothing is uploaded.
Two files download: the patched .bin and a matching .cue. Keep them together and point your emulator at the .cue. A full disc is ~470 MB, so patching needs a desktop browser with enough RAM. The patched image contains Sony data - it is for your own local play, do not redistribute it; to share a run, share the seed (or a PPF from the CLI).
How it works
This is the same randomizer / disc patcher the CLI runs, compiled to WebAssembly. Every option is a deterministic, seeded edit - the same seed and settings always produce the same disc - and the post-patch summary is spoiler-safe. Edits that cannot be re-packed into their original footprint are skipped and reported rather than corrupting the disc.
Presets and modes, briefly
- Vanilla leaves everything off. Item Mix-up shuffles loot only. Balanced shuffles loot, encounters (kingdom pool), arts and gear bonuses, turns on the code-hook extras and both bug fixes, and starts the party at level 5. Full Chaos randomizes everything with the world-wide monster pool. Editing any control flips the row to Custom.
- Shuffle permutes what is already on the disc, so totals and difficulty are preserved. Randomize draws each slot fresh from the valid pool.
- Several code-hook features share one small arena of unused executable bytes, so only one of Shiny Seru, the Super Arts move list, the Super Arts Pack, the per-art AP overrides and the Delilas Challenge can be on at once; the page flags the conflict as soon as it exists.
- The language pack is applied around the randomizer passes and validated against your disc first; the coverage report says what landed. Per-feature mechanics, table locations and the code-injection details are on the randomizer page.