mirror of
https://github.com/pmret/papermario.git
synced 2025-12-19 17:58:12 -05:00
Map code (#80)
* split all map code hype * split area_table.bin properly * fix coverage.py c_func_pattern to match multiline func signatures * add src/world/* to makefile * bump splat * yikes * splat maps without vram_lock Co-authored-by: Alex Bates <hi@imalex.xyz>
This commit is contained in:
@@ -27,7 +27,7 @@ def strip_c_comments(text):
|
||||
return re.sub(pattern, replacer, text)
|
||||
|
||||
c_func_pattern = re.compile(
|
||||
r"^(static\s+)?[^\s]+\s+([^\s(]+)\(([^\n)]*)\)\s+{",
|
||||
r"^(static\s+)?[^\s]+\s+([^\s(]+)\(([^;)]*)\)[^;]+{",
|
||||
re.MULTILINE
|
||||
)
|
||||
def funcs_in_c(text):
|
||||
|
||||
Reference in New Issue
Block a user