Standardize on JML for long jumps (instead of JMP.l)

This commit is contained in:
Kevin Cathcart
2018-04-21 22:12:51 -04:00
parent 6bbf37110c
commit edb3cbaaeb
7 changed files with 26 additions and 26 deletions

View File

@@ -463,7 +463,7 @@ AddReceivedItemExpanded:
PLX : PLA
PHB : PHK ; we're skipping the corresponding instructions to grab the data bank
JMP.l AddReceivedItem+2
JML.l AddReceivedItem+2
}
;--------------------------------------------------------------------------------
;DATA AddReceivedItemExpanded
@@ -1044,5 +1044,5 @@ RTS
ActivateGoal:
STZ $11
STZ $B0
JMP.l StatsFinalPrep
JML.l StatsFinalPrep
;--------------------------------------------------------------------------------