We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab2d85 commit e782970Copy full SHA for e782970
patches/zelda.py
@@ -390,7 +390,10 @@ def patch(self):
390
if self.args.no_la:
391
printi("Removing Link's Awakening (All Languages)")
392
self.external.clear_range(0xD2000, 0x1F4C00)
393
- # TODO: disable LA in the gnw menu, it's currently causing problems/BSODs.
+ self.external[0x315B54] = 0x00 # Ignore LA EN menu selection
394
+ self.external[0x315B58] = 0x00 # Ignore LA FR menu selection
395
+ self.external[0x315B5C] = 0x00 # Ignore LA DE menu selection
396
+ self.external[0x315B60] = 0x00 # Ignore LA JP menu selection
397
# TODO: make this work with moving stuff around, currently just
398
# removing to free up an island of space.
399
0 commit comments