Change addresses to labels and remove SRAM trace calls

This commit is contained in:
cassidy
2021-12-06 00:41:55 -05:00
parent 774aeb5e73
commit fa76b61df0
30 changed files with 226 additions and 435 deletions

View File

@@ -52,7 +52,7 @@ RTL
LDY.b #$01
JSL Sprite_ShowSolicitedMessageIfPlayerFacing_PreserveMessage : BCC .dont_show
LDA !GOAL_COUNTER
LDA GoalCounter
CMP GoalItemRequirement : !BLT +
JSL.l ActivateGoal
+
@@ -61,4 +61,4 @@ RTL
.done
LDA $1A : LSR #5 : AND.b #$01 : STA $0DC0, X
RTS
}
}