diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 00:06:20 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 00:06:20 -0500 |
commit | ab7025a144605de609fed4ca67a281fb4cde8705 (patch) | |
tree | 7e12c27303a3def3393f9672a38acef5e7fb9071 /engine/crystal_intro.asm | |
parent | 32ea595c47d84cf6759f15c0d82fcad35ac4dcbd (diff) |
Consistent code formatting: no redundant `a`s and spaces after commas
Diffstat (limited to 'engine/crystal_intro.asm')
-rwxr-xr-x | engine/crystal_intro.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/crystal_intro.asm b/engine/crystal_intro.asm index dbc7c7f70..d0a0b7281 100755 --- a/engine/crystal_intro.asm +++ b/engine/crystal_intro.asm @@ -183,7 +183,7 @@ PlaceGameFreakPresents_2: ; e46ba .place_presents ld [hl], 0 ld hl, .presents - decoord 7,11 + decoord 7, 11 ld bc, .end - .presents call CopyBytes call PlaceGameFreakPresents_AdvanceIndex |