mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-08-28 13:24:14 -05:00
Slightly better verbose debugging for DO_ACTION tag so I can start to figure out what it's used for in animations.
This commit is contained in:
@@ -347,6 +347,8 @@ class AFPRenderer(VerboseOutput):
|
||||
|
||||
elif isinstance(tag, AP2DoActionTag):
|
||||
print("WARNING: Unhandled DO_ACTION tag!")
|
||||
if self.verbose:
|
||||
print(tag.bytecode.decompile())
|
||||
|
||||
# Didn't place a new clip.
|
||||
return None, False
|
||||
|
||||
Reference in New Issue
Block a user