Refactor logging statements to use %log_end macro for consistency across item and menu scripts

This commit is contained in:
scawful
2025-10-03 14:36:19 -04:00
parent f2b92e816b
commit 4289e134aa
14 changed files with 146 additions and 30 deletions

View File

@@ -25,7 +25,9 @@ endmacro
; Usage: %log_section("Sprites", !LOG_SPRITES)
macro log_section(name, flag)
if !DEBUG == 1 && <flag> == 1
print "\n--- <name> ---"
print ""
print "--- <name> ---"
print ""
endif
endmacro