wUnlockedUnowns engine flag constants

Use local labels for "End"ings
This commit is contained in:
Rangi
2018-01-22 13:00:35 -05:00
parent 6ecf18aa52
commit 7cef012335
31 changed files with 199 additions and 203 deletions

View File

@@ -32,10 +32,10 @@ Facings: ; 4049
dw FacingBoulderDust2
dw FacingGrass1
dw FacingGrass2
FacingsEnd:
.End
dw 0
NUM_FACINGS EQU (FacingsEnd - Facings) / 2
NUM_FACINGS EQU (Facings.End - Facings) / 2
; Tables used as a reference to transform OAM data.