endm -> ENDM

This commit is contained in:
xCrystal
2017-12-28 22:31:16 +01:00
parent 43a1e5b5ba
commit 50fc9c3389
42 changed files with 464 additions and 464 deletions

View File

@@ -832,7 +832,7 @@ zoombox: MACRO
; width, height, start y, start x
db \1, \2
dwcoord \3, \4
endm
ENDM
zoombox 4, 2, 8, 8
zoombox 6, 4, 7, 7
zoombox 8, 6, 6, 6

View File

@@ -871,7 +871,7 @@ BattleBGEffect_RunPicResizeScript: ; c83ed (32:43ed)
bgsquare: MACRO
dn \1, \2
dw \3
endm
ENDM
bgsquare 6, 6, .SixBySix
bgsquare 4, 4, .FourByFour

View File

@@ -1450,7 +1450,7 @@ ENDC
ld a, [wd004]
inc a
ld [wBillsPC_NumMonsInBox], a
endm
ENDM
CopyBoxmonSpecies: ; e2d30 (38:6d30)
xor a

View File

@@ -1413,7 +1413,7 @@ else
dbpixel \1, \2
dw \3
endc
endm
ENDM
cardflip_cursor 11, 2, .Impossible
cardflip_cursor 12, 2, .Impossible

View File

@@ -178,7 +178,7 @@ endc
shift
endr
db $ff
endm
ENDM
.UnownText_Escape:
; db $08, $44, $04, $00, $2e, $08, $ff

View File

@@ -105,7 +105,7 @@ x = x +- \2
endr
y = y + 1
endr
endm
ENDM
UnownPrinter_OverworldMapRectangle: ; e008b
overworldmaprect 7, 7

View File

@@ -144,7 +144,7 @@ SetUpPokeAnim: ; d00b4
PokeAnim_SetupCommands: ; d00da
setup_command: MACRO
\1_: dw \1
endm
ENDM
setup_command PokeAnim_Finish
setup_command PokeAnim_BasePic
setup_command PokeAnim_SetWait
@@ -586,7 +586,7 @@ x = x + 1
endr
y = y + 7
endr
endm
ENDM
PokeAnim_ConvertAndApplyBitmask: ; d036b
xor a

View File

@@ -120,7 +120,7 @@ rept _NARG / 2
shift
shift
endr
endm
ENDM
initpuzcoord 0,0, 0,1, 0,2, 0,3, 0,4, 0,5
initpuzcoord 1,0, 1,5
initpuzcoord 2,0, 2,5
@@ -603,7 +603,7 @@ puzzle_coords: MACRO
dbpixel \1, \2, \3, \4
dwcoord \5, \6
db \7, \8
endm
ENDM
; OAM coords, tilemap coords, vacant tile, filler
puzzle_coords 3, 3, 4, 4, 1, 0, PUZZLE_BORDER, 0
puzzle_coords 6, 3, 4, 4, 4, 0, PUZZLE_BORDER, 0