summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-05-06 12:16:57 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-05-06 12:16:57 -0400
commit1c92cb8b48b96d861ceb2d14dfbf775223006edf (patch)
tree0f7d73b4892d796fcaf8ca75079f23a19b4a4bc8 /data
parentd31ba05aebed61b499e242f133cfbd4095eee09e (diff)
'rept' is not indented
Diffstat (limited to 'data')
-rw-r--r--data/events/unown_walls.asm2
-rw-r--r--data/party_menu_qualities.asm2
-rw-r--r--data/pokemon/unown_words.asm4
3 files changed, 4 insertions, 4 deletions
diff --git a/data/events/unown_walls.asm b/data/events/unown_walls.asm
index 13ffdfaf9..d7fa26cbc 100644
--- a/data/events/unown_walls.asm
+++ b/data/events/unown_walls.asm
@@ -12,7 +12,7 @@ else
x = 2 * (\1 - "A")
endc
db x
-shift
+ shift
endr
db -1 ; end
ENDM
diff --git a/data/party_menu_qualities.asm b/data/party_menu_qualities.asm
index 9ccc9745d..c0c1b3df9 100644
--- a/data/party_menu_qualities.asm
+++ b/data/party_menu_qualities.asm
@@ -13,7 +13,7 @@
partymenuqualities: MACRO
rept _NARG
db PARTYMENUQUALITY_\1
-shift
+ shift
endr
db -1 ; end
ENDM
diff --git a/data/pokemon/unown_words.asm b/data/pokemon/unown_words.asm
index 4283d3708..0b7d93ac2 100644
--- a/data/pokemon/unown_words.asm
+++ b/data/pokemon/unown_words.asm
@@ -1,9 +1,9 @@
unownword: MACRO
x = 1
- rept STRLEN(\1)
+rept STRLEN(\1)
db STRSUB(\1, x, 1) - $40
x = x + 1
- endr
+endr
db -1
ENDM