Fix bug where fairy could steal bow
and only return a Red Bomerang
This commit is contained in:
parent
e100b5cd93
commit
e61dab6578
2
Rom.py
2
Rom.py
|
@ -642,7 +642,7 @@ def patch_rom(world, rom, hashtable, beep='normal', color='red', sprite=None):
|
||||||
192, 136, 0, 96, 144, 0, 96, 232, 0, 96, 240, 0, 96, 152, 202, 192, 216, 202, 192, 216, 19, 192, 216, 82, 192, 252, 189, 133, 253, 29, 135, 255,
|
192, 136, 0, 96, 144, 0, 96, 232, 0, 96, 240, 0, 96, 152, 202, 192, 216, 202, 192, 216, 19, 192, 216, 82, 192, 252, 189, 133, 253, 29, 135, 255,
|
||||||
255, 255, 255, 240, 255, 128, 46, 97, 14, 129, 14, 255, 255])
|
255, 255, 255, 240, 255, 128, 46, 97, 14, 129, 14, 255, 255])
|
||||||
# set Waterfall fairy prizes to be disappointing
|
# set Waterfall fairy prizes to be disappointing
|
||||||
rom.write_byte(0x348DB, 0x3A) # Red Boomerang becomes Red Boomerang
|
rom.write_byte(0x348DB, 0x2A) # Red Boomerang becomes Red Boomerang
|
||||||
rom.write_byte(0x348EB, 0x05) # Blue Shield becomes Blue Shield
|
rom.write_byte(0x348EB, 0x05) # Blue Shield becomes Blue Shield
|
||||||
|
|
||||||
rom.write_byte(0x180029, 0x01) # Smithy quick item give
|
rom.write_byte(0x180029, 0x01) # Smithy quick item give
|
||||||
|
|
Loading…
Reference in New Issue