diff options
author | YamaArashi <shadow962@live.com> | 2016-10-01 09:08:16 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-01 09:08:16 -0700 |
commit | 1fda6f0f4b34e797d44f0d32c1e82e6a2a840424 (patch) | |
tree | 1be46679cddf0e381cff913dad564841b84eb4d9 /asm/macros | |
parent | 956a257b4ae75c0e7637cc076d0ce79396d40978 (diff) |
remove zeros from connection macros
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/map.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/map.s b/asm/macros/map.s index 9c1c72ba3..b51f4f434 100644 --- a/asm/macros/map.s +++ b/asm/macros/map.s @@ -101,5 +101,5 @@ .4byte connection_\direction .4byte \offset map \map - .2byte \filler + .space 2 .endm |