diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-06 12:16:57 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-06 12:16:57 -0400 |
commit | 1c92cb8b48b96d861ceb2d14dfbf775223006edf (patch) | |
tree | 0f7d73b4892d796fcaf8ca75079f23a19b4a4bc8 /mobile | |
parent | d31ba05aebed61b499e242f133cfbd4095eee09e (diff) |
'rept' is not indented
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_5f.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mobile/mobile_5f.asm b/mobile/mobile_5f.asm index 9157353b0..05a1fc34c 100644 --- a/mobile/mobile_5f.asm +++ b/mobile/mobile_5f.asm @@ -1651,17 +1651,17 @@ Function17da31: ; 17da31 Unknown_17da8c: x = 0 - rept 8 +rept 8 db 1 << x x = x + 1 - endr +endr Unknown_17da94: x = 0 - rept 8 +rept 8 db (1 << x) ^ $ff x = x + 1 - endr +endr ; 17da9c Function17da9c: ; 17da9c |