Struct macros should have their main label outside the macro

This commit is contained in:
Rangi
2018-01-23 11:40:32 -05:00
parent fdda670f40
commit 682548493b
3 changed files with 45 additions and 47 deletions

View File

@@ -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