Add debug printing macros and replace print statements with %print_debug in multiple files

This commit is contained in:
scawful
2025-10-01 12:39:51 -04:00
parent 4137d5bf7c
commit 3066aae151
6 changed files with 117 additions and 257 deletions

View File

@@ -11,7 +11,7 @@ incsrc "Items/portal_rod.asm"
incsrc "Items/fishing_rod.asm"
incsrc "Items/magic_rings.asm"
incsrc "Items/fist_damage.asm"
print "End of Items/fist_damage.asm ", pc
%print_debug("End of Items/fist_damage.asm ")
MagicBeanGfx:
incbin "gfx/magic_bean.bin"
@@ -80,5 +80,5 @@ Link_ConsumeMagicBagItem:
pushpc
; League of its own
incsrc "Items/ice_rod.asm"
print "End of Items/ice_rod.asm ", pc
%print_debug("End of Items/ice_rod.asm ")
pullpc