diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 13:58:03 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 13:58:03 -0400 |
| commit | fac958b280056922a1828b71a04d84a36e1e807a (patch) | |
| tree | c094adc59182b253a61defb5fb85de7a9d77b7cc /constants/script_constants.asm | |
| parent | bfb981f1885d21cc59d2656e84c87bb8d64a089c (diff) | |
- Remove trailing whitespace
- Indent with single tabs, not spaces
- Colons after labels
- Capitalize BANK, HIGH, and LOW
- dbw BANK(X), X -> dba X
Diffstat (limited to 'constants/script_constants.asm')
| -rwxr-xr-x | constants/script_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index a656e7a..ad1aaa8 100755 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -7,7 +7,7 @@ const SCRIPT_ID_03 ; 03 const SCRIPT_ID_04 ; 04 const SCRIPT_ID_05 ; 05 - + ; Flags SCRIPT_FINISHED_F EQU 7 |
