diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-04 14:31:05 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-04 14:31:05 -0400 |
commit | 728de42c0c8cca5873e0c4a18de500a56e7d6586 (patch) | |
tree | 912e81cf3ac78d725fc06426c85a9daf90334af0 /macros/wram.asm | |
parent | 1f01b4d3300dbb3a5b507910feda967e62c41ac7 (diff) | |
parent | 17fb962a85448abcb714331c005a2c83b9db0c52 (diff) |
Fixed conclifts
Diffstat (limited to 'macros/wram.asm')
-rw-r--r-- | macros/wram.asm | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index c598245..77fe153 100644 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -114,6 +114,19 @@ box: MACRO ENDM +map_connection_struct: MACRO +\1ConnectedMapGroup:: db +\1ConnectedMapNumber:: db +\1ConnectionStripPointer:: dw +\1ConnectionStripLocation:: dw +\1ConnectionStripLength:: db +\1ConnectedMapWidth:: db +\1ConnectionStripYOffset:: db +\1ConnectionStripXOffset:: db +\1ConnectionWindow:: dw +ENDM + + channel_struct: MACRO ; TODO: CH1 isn't at C101, please rebase all of these ; Addreses are Channel1 (c101). @@ -247,7 +260,6 @@ slot_reel: MACRO endm object_struct: MACRO -\1Struct:: \1Sprite:: ds 1 \1MapObjectIndex:: ds 1 \1SpriteTile:: ds 1 @@ -285,7 +297,6 @@ object_struct: MACRO ENDM map_object: MACRO -\1Object:: \1ObjectStructID:: ds 1 \1ObjectSprite:: ds 1 \1ObjectYCoord:: ds 1 |