diff options
| author | dannye <33dannye@gmail.com> | 2020-11-14 18:42:31 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-11-14 19:58:10 -0600 |
| commit | 90336d902707b28094ac832fbf7ee309e59457c8 (patch) | |
| tree | d213d59beed087db0447e1516ac75e6f228a3567 /src/macros | |
| parent | 6a39d2d689a3595103fff5f447dac3c31183aaba (diff) | |
Clean up white space
Diffstat (limited to 'src/macros')
| -rw-r--r-- | src/macros/data.asm | 2 | ||||
| -rw-r--r-- | src/macros/scripts.asm | 1 | ||||
| -rw-r--r-- | src/macros/text.asm | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/src/macros/data.asm b/src/macros/data.asm index 36eed8d..d08ec4e 100644 --- a/src/macros/data.asm +++ b/src/macros/data.asm @@ -99,4 +99,4 @@ cursor_transition: MACRO db \4 shift endr -ENDM
\ No newline at end of file +ENDM diff --git a/src/macros/scripts.asm b/src/macros/scripts.asm index bd1a58f..1a64c38 100644 --- a/src/macros/scripts.asm +++ b/src/macros/scripts.asm @@ -118,4 +118,3 @@ ENDM const ScriptCommand_EndScriptLoop8_index ; $65 const ScriptCommand_EndScriptLoop9_index ; $66 const ScriptCommand_EndScriptLoop10_index ; $67 - diff --git a/src/macros/text.asm b/src/macros/text.asm index 8ad94e8..2b29afe 100644 --- a/src/macros/text.asm +++ b/src/macros/text.asm @@ -85,4 +85,4 @@ ENDM ldfw3: MACRO ld \1, (TX_FULLWIDTH3 << 8) | STRCAT("FW3_", \2) -ENDM
\ No newline at end of file +ENDM |
