Removed all instances of the word "Official" where it does not refer to Nintendo

This commit is contained in:
Fabian Dill
2020-07-31 19:45:10 +02:00
parent f7b572937e
commit ebd6a9e3cf
293 changed files with 37 additions and 37 deletions

2
Rom.py
View File

@@ -333,7 +333,7 @@ def patch_enemizer(world, player: int, rom: LocalRom, enemizercli, random_sprite
_sprite_table = {}
def _populate_sprite_table():
if not _sprite_table:
for dir in [local_path('data/sprites/official'), local_path('data/sprites/unofficial')]:
for dir in [local_path('data/sprites/alttpr'), local_path('data/sprites/custom')]:
for file in os.listdir(dir):
filepath = os.path.join(dir, file)
if not os.path.isfile(filepath):