mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 13:59:56 -07:00
indicate disabled stealing with shopkeeper dialog
This commit is contained in:
@@ -235,8 +235,8 @@ def generateRom(args, world: "LinksAwakeningWorld"):
|
|||||||
# Patch the sword check on the shopkeeper turning around.
|
# Patch the sword check on the shopkeeper turning around.
|
||||||
if world.ladxr_settings.steal == 'disabled':
|
if world.ladxr_settings.steal == 'disabled':
|
||||||
rom.patch(4, 0x36F9, "FA4EDB", "3E0000")
|
rom.patch(4, 0x36F9, "FA4EDB", "3E0000")
|
||||||
#elif world.ladxr_settings.steal == 'always':
|
rom.texts[0x2E] = formatText("Hey! Welcome! Did you know that I have eyes on the back of my head?")
|
||||||
# rom.patch(4, 0x36F9, "FA4EDB", "3E0100")
|
rom.texts[0x2F] = formatText("Nothing escapes my gaze! Your thieving ways shall never prosper!")
|
||||||
|
|
||||||
if world.ladxr_settings.hpmode == 'inverted':
|
if world.ladxr_settings.hpmode == 'inverted':
|
||||||
patches.health.setStartHealth(rom, 9)
|
patches.health.setStartHealth(rom, 9)
|
||||||
@@ -377,7 +377,7 @@ def generateRom(args, world: "LinksAwakeningWorld"):
|
|||||||
0x1A9, 0x1AA, 0x1AB, 0x1AC, 0x1AD,
|
0x1A9, 0x1AA, 0x1AB, 0x1AC, 0x1AD,
|
||||||
|
|
||||||
# Prices
|
# Prices
|
||||||
0x02C, 0x02D, 0x030, 0x031, 0x032, 0x033, # Shop items
|
0x02C, 0x02D, 0x02E, 0x02F, 0x030, 0x031, 0x032, 0x033, # Shop items
|
||||||
0x03B, # Trendy Game
|
0x03B, # Trendy Game
|
||||||
0x045, # Fisherman
|
0x045, # Fisherman
|
||||||
0x018, 0x019, # Crazy Tracy
|
0x018, 0x019, # Crazy Tracy
|
||||||
|
|||||||
Reference in New Issue
Block a user