so many bugs i cannot even breathe

This commit is contained in:
bryanthaboi
2026-07-30 07:41:41 -04:00
parent e63fa70700
commit 0f581e2f69
78 changed files with 7729 additions and 523 deletions
+4 -1
View File
@@ -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)
+5
View File
@@ -21930,6 +21930,10 @@
23,
21570
],
"SilphCo2FSilphWorkerFPleaseTakeThisText": [
32,
25684
],
"SilphCo2F_h": [
22,
23781
@@ -34047,6 +34051,7 @@
]
},
"labels": [
"SilphCo2FSilphWorkerFPleaseTakeThisText",
"_AIBattleUseItemText",
"_AIBattleWithdrawText",
"_AbandonLearningText",
+5
View File
@@ -21907,6 +21907,10 @@
23,
21570
],
"SilphCo2FSilphWorkerFPleaseTakeThisText": [
32,
25684
],
"SilphCo2F_h": [
22,
23781
@@ -34024,6 +34028,7 @@
]
},
"labels": [
"SilphCo2FSilphWorkerFPleaseTakeThisText",
"_AIBattleUseItemText",
"_AIBattleWithdrawText",
"_AbandonLearningText",
+1
View File
@@ -39058,6 +39058,7 @@
]
},
"labels": [
"SilphCo2FSilphWorkerFPleaseTakeThisText",
"_AIBattleUseItemText",
"_AIBattleWithdrawText",
"_AbandonLearningText",