mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
test
This commit is contained in:
parent
b3ee1221b0
commit
26d8a19c32
@ -103,7 +103,7 @@ def read_elf():
|
||||
continue
|
||||
|
||||
addr = int(components[0], 16)
|
||||
if " F " in line:
|
||||
if " F " in line or name.startswith("func_"):
|
||||
type = "func"
|
||||
else:
|
||||
type = "data"
|
||||
|
Loading…
Reference in New Issue
Block a user