Skip to content

Commit f98d8fe

Browse files
committed
Shorted EUD map names
1 parent 605bbdc commit f98d8fe

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

tools/eud_write_bin.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
writes_per_trig = 31
66

77
maps = [
8-
('(2)Destination [BWMetaAI Protoss].scx', 0x74be2),
9-
('(2)Destination [BWMetaAI Terran].scx', 0x74be4),
10-
('(2)Destination [BWMetaAI Zerg].scx', 0x74bb3),
8+
('(1)Destination BWMetaAI P.scx', 0x74be2),
9+
('(1)Destination BWMetaAI T.scx', 0x74be4),
10+
('(1)Destination BWMetaAI Z.scx', 0x74bb3),
1111
]
1212

1313
def write_map(map_filename, offset):

0 commit comments

Comments
 (0)