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

@@ -7,7 +7,7 @@ UNDERGROUND_DOOR_OPEN2 EQU $3d
ugdoor: MACRO
\1_YCOORD EQU \2
\1_XCOORD EQU \3
endm
ENDM
ugdoor UGDOOR_1, $10, $06
ugdoor UGDOOR_2, $0a, $06
@@ -28,7 +28,7 @@ endm
doorstate: MACRO
changeblock UGDOOR_\1_YCOORD, UGDOOR_\1_XCOORD, UNDERGROUND_DOOR_\2
endm
ENDM
const_value set 2
const GOLDENRODUNDERGROUNDSWITCHROOMENTRANCES_PHARMACIST1

View File

@@ -13,7 +13,7 @@ map_header: MACRO
db \4, \5
dn \6, \7
db \8
endm
ENDM
MapGroupPointers::
; pointers to the first map header of each map group

View File

@@ -12,7 +12,7 @@ map_header_2: MACRO
dw \1_MapScriptHeader
dw \1_MapEventHeader
db \4
endm
ENDM
connection: MACRO
if "\1" == "north"
@@ -82,7 +82,7 @@ if "\1" == "east"
db 0
dw OverworldMap + \2_WIDTH + 7
endc
endm
ENDM
map_header_2 NewBarkTown, NEW_BARK_TOWN, $5, WEST | EAST