Adding print statements to help with Credits Debugging

This commit is contained in:
codemann8
2022-07-29 16:10:36 -05:00
parent 8aeeb5efa3
commit bbc7197933
2 changed files with 2 additions and 0 deletions

View File

@@ -635,6 +635,7 @@ RTS
FontTable:
incbin stats/fonttable.bin
print "Stats Config address: ", pc
CreditsStats:
incsrc stats/statConfig.asm
dw $FFFF

View File

@@ -17,5 +17,6 @@
%AddStat(FaerieRevivalCounter, 0, 0, 08, 3, !FAERIE_REVIVALS_X, !FAERIE_REVIVALS_Y)
%AddStat(MenuFrames, 1, 8, 32, 4, !TOTAL_MENU_TIME_X, !TOTAL_MENU_TIME_Y)
%AddStat($7F5038, 1, 0, 32, 4, !TOTAL_LAG_TIME_X, !TOTAL_LAG_TIME_Y)
print "Colletion Rate config: ", pc
%AddStat(TotalItemCounter, 0, 0, 16, 3, !COLLECTION_RATE_X, !COLLECTION_RATE_Y)
%AddStat(NMIFrames, 1, 0, 32, 4, !TOTAL_TIME_X, !TOTAL_TIME_Y)