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

@@ -14,7 +14,7 @@ battleanimobj: MACRO
db \4 ; callback
db \5 ; palette
db \6 ; tile offset
endm
ENDM
BattleAnimObjects: ; ccb56
; entries correspond to ANIM_OBJ_* constants

View File

@@ -1,7 +1,7 @@
sprite_movement_data: MACRO
db \1, \2, \3, \4, \5
dn \6, 0
endm
ENDM
SpriteMovementData:: ; 4273
; entries correspond to SPRITEMOVEDATA_* constants

View File

@@ -1,7 +1,7 @@
prob: MACRO
prob_total = prob_total + (\1)
dw prob_total * $ffff / 100
endm
ENDM
OddEggProbabilities:
prob_total = 0

View File

@@ -12,7 +12,7 @@ rept _NARG / 2
shift
shift
endr
endm
ENDM
; gfx/pokegear/town_map.png
townmappals EARTH, EARTH, EARTH, MOUNTAIN, MOUNTAIN, MOUNTAIN

View File

@@ -6,7 +6,7 @@ phone: MACRO
dba \5
db \6
dba \7
endm
ENDM
PhoneContacts: ; 9045f
; entries correspond to PHONE_* constants

View File

@@ -3,7 +3,7 @@ specialcall: MACRO
dw \1
db \2
dba \3
endm
ENDM
SpecialPhoneCallList: ; 90627
; entries correspond to SPECIALCALL_* constants

View File

@@ -5,7 +5,7 @@ x = 1
x = x + 1
endr
db -1
endm
ENDM
UnownWords: ; fba5a
; entries correspond to Unown forms

View File

@@ -10,7 +10,7 @@ rept \2
shift
endr
db 0
endm
ENDM
RoamMaps: ; 2a40f
roam_map ROUTE_29, 2, ROUTE_30, ROUTE_46

View File

@@ -1,7 +1,7 @@
treemon_map: MACRO
map \1
db \2 ; treemon set
endm
ENDM
TreeMonMaps: ; b825e
treemon_map ROUTE_26, 4