mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 15:28:58 -04:00
decomp: finish basebutton (#762)
* decomp: finish `basebutton` * decomp: finalize `basebutton` and fix `evilbro` * fix some methods / args
This commit is contained in:
@@ -36,6 +36,11 @@ with open(file_path) as f:
|
||||
labels_with_no_type.remove(label)
|
||||
next_label_will_be_lambda = False
|
||||
break
|
||||
# special case for pairs
|
||||
if "(offset 2)" in line:
|
||||
label_lines.append("[\"{}\", \"pair\", true]".format(label))
|
||||
labels_with_no_type.remove(label)
|
||||
break
|
||||
# Check if the previous line has a `.type`
|
||||
prev_line = content[i-1]
|
||||
if ".type" in prev_line:
|
||||
|
||||
Reference in New Issue
Block a user