diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 11:40:32 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 11:40:32 -0500 |
commit | 682548493be7f20b8b7fb26ab0c367c3c24430ed (patch) | |
tree | f9bccce224c8c24a1b5c6b46d3e003dbfa0f9a98 /macros | |
parent | fdda670f406c9eb2b323d3b251c67f69f970a071 (diff) |
Struct macros should have their main label outside the macro
Diffstat (limited to 'macros')
-rwxr-xr-x | macros/wram.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index 47138e40c..830b5680d 100755 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -103,7 +103,6 @@ battle_struct: MACRO ENDM box: MACRO -\1:: \1Count:: db \1Species:: ds MONS_PER_BOX + 1 \1Mons:: @@ -285,7 +284,6 @@ slot_reel: MACRO ENDM object_struct: MACRO -\1Struct:: \1Sprite:: db \1MapObjectIndex:: db \1SpriteTile:: db @@ -323,7 +321,6 @@ object_struct: MACRO ENDM map_object: MACRO -\1Object:: \1ObjectStructID:: db \1ObjectSprite:: db \1ObjectYCoord:: db |