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

@@ -39,7 +39,7 @@
incsrc "Util/macros.asm"
incsrc "Overworld/ZSCustomOverworld.asm"
%print_debug("End of ZSCustomOverworld.asm ")
%log_end("ZSCustomOverworld.asm", !LOG_OVERWORLD)
; Vanilla WRAM and SRAM
incsrc "Core/ram.asm"
@@ -76,6 +76,7 @@ namespace Oracle
incsrc "Core/patches.asm"
; incsrc "Core/capture.asm"
print "\nFinished applying patches"
print ""
print "Finished applying patches"
}
namespace off