diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-16 21:18:26 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-16 21:18:26 -0400 |
commit | b8b97a99563e433eade8deaccba2330b3e749c7b (patch) | |
tree | 571df0cc136d71a7c361eb43f7fdb349289aeb2c | |
parent | deeee2bc18a7871679cba2a81b86e699a52ed7f2 (diff) |
Fix spacing
-rw-r--r-- | Physical-Special-split.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md index 4bc866d..e2f9ccb 100644 --- a/Physical-Special-split.md +++ b/Physical-Special-split.md @@ -36,8 +36,8 @@ Edit [constants/type_constants.asm](../blob/master/constants/type_constants.asm) const STEEL UNUSED_TYPES EQU const_value - const_next 19 - const CURSE_TYPE + const_next 19 + const CURSE_TYPE UNUSED_TYPES_END EQU const_value -SPECIAL EQU const_value |