summaryrefslogtreecommitdiff
path: root/macros/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-28 22:31:16 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-28 22:31:16 +0100
commit50fc9c3389ae8130d3670683f22f3e49555c57a3 (patch)
tree972f867159ded40695e868338bb697a303335b62 /macros/wram.asm
parent43a1e5b5ba734b098098ede60898facc79a7753c (diff)
endm -> ENDM
Diffstat (limited to 'macros/wram.asm')
-rwxr-xr-xmacros/wram.asm18
1 files changed, 9 insertions, 9 deletions
diff --git a/macros/wram.asm b/macros/wram.asm
index 90cd8cff0..f4a08c3a3 100755
--- a/macros/wram.asm
+++ b/macros/wram.asm
@@ -189,7 +189,7 @@ battle_tower_struct: MACRO
\1Pkmn3NameEnd::
\1TrainerData:: ds BATTLETOWER_TRAINERDATALENGTH
\1TrainerEnd::
-endm
+ENDM
mailmsg: MACRO
\1Message:: ds MAIL_MSG_LENGTH
@@ -200,7 +200,7 @@ mailmsg: MACRO
\1Species:: db
\1Type:: db
\1End::
-endm
+ENDM
roam_struct: MACRO
\1Species:: db
@@ -215,7 +215,7 @@ bugcontestwinner: MACRO
\1WinnerID:: db
\1Mon:: db
\1Score:: dw
-endm
+ENDM
hof_mon: MACRO
\1Species:: db
@@ -224,7 +224,7 @@ hof_mon: MACRO
\1Level:: db
\1Nickname:: ds PKMN_NAME_LENGTH +- 1
\1End::
-endm
+ENDM
hall_of_fame: MACRO
\1WinCount:: db
@@ -265,7 +265,7 @@ move_struct: MACRO
\1Accuracy:: db
\1PP:: db
\1EffectChance:: db
-endm
+ENDM
slot_reel: MACRO
\1ReelAction:: db
@@ -282,7 +282,7 @@ slot_reel: MACRO
\1Slot0d:: ds 1
\1Slot0e:: ds 1
\1StopDelay:: db
-endm
+ENDM
object_struct: MACRO
\1Struct::
@@ -337,7 +337,7 @@ map_object: MACRO
\1ObjectScript:: dw
\1ObjectEventFlag:: dw
ds 2
-endm
+ENDM
sprite_anim_struct: MACRO
\1Index:: db
@@ -384,11 +384,11 @@ battle_anim_struct: MACRO
\1_Anim15:: ds 1
\1_Anim16:: ds 1
\1_Anim17:: ds 1
-endm
+ENDM
battle_bg_effect: MACRO
\1_Function:: db
\1_01:: ds 1
\1_02:: ds 1
\1_03:: ds 1
-endm
+ENDM