mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
so many bugs i cannot even breathe
This commit is contained in:
@@ -315,7 +315,10 @@ def text_metadata(pokered):
|
||||
for path in paths:
|
||||
for _, line in util.read_asm(path):
|
||||
stripped = line.strip()
|
||||
match = re.match(r"(_\w+)::?\s*$", stripped)
|
||||
# not every string label carries the far-text underscore
|
||||
# (SilphCo2FSilphWorkerFPleaseTakeThisText and friends live in
|
||||
# the script bank), and dropping those lost their strings (#393)
|
||||
match = re.match(r"(\w+)::?\s*$", stripped)
|
||||
if match:
|
||||
current = match.group(1)
|
||||
labels.append(current)
|
||||
|
||||
@@ -21930,6 +21930,10 @@
|
||||
23,
|
||||
21570
|
||||
],
|
||||
"SilphCo2FSilphWorkerFPleaseTakeThisText": [
|
||||
32,
|
||||
25684
|
||||
],
|
||||
"SilphCo2F_h": [
|
||||
22,
|
||||
23781
|
||||
@@ -34047,6 +34051,7 @@
|
||||
]
|
||||
},
|
||||
"labels": [
|
||||
"SilphCo2FSilphWorkerFPleaseTakeThisText",
|
||||
"_AIBattleUseItemText",
|
||||
"_AIBattleWithdrawText",
|
||||
"_AbandonLearningText",
|
||||
|
||||
@@ -21907,6 +21907,10 @@
|
||||
23,
|
||||
21570
|
||||
],
|
||||
"SilphCo2FSilphWorkerFPleaseTakeThisText": [
|
||||
32,
|
||||
25684
|
||||
],
|
||||
"SilphCo2F_h": [
|
||||
22,
|
||||
23781
|
||||
@@ -34024,6 +34028,7 @@
|
||||
]
|
||||
},
|
||||
"labels": [
|
||||
"SilphCo2FSilphWorkerFPleaseTakeThisText",
|
||||
"_AIBattleUseItemText",
|
||||
"_AIBattleWithdrawText",
|
||||
"_AbandonLearningText",
|
||||
|
||||
@@ -39058,6 +39058,7 @@
|
||||
]
|
||||
},
|
||||
"labels": [
|
||||
"SilphCo2FSilphWorkerFPleaseTakeThisText",
|
||||
"_AIBattleUseItemText",
|
||||
"_AIBattleWithdrawText",
|
||||
"_AbandonLearningText",
|
||||
|
||||
Reference in New Issue
Block a user