mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fix bug where fairy could steal bow
and only return a Red Bomerang
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user