diff options
Diffstat (limited to 'macros/wram.asm')
-rwxr-xr-x | macros/wram.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index 4da9654e..d7ba1834 100755 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -286,7 +286,6 @@ object_struct: MACRO ENDM map_object: MACRO -\1Object:: \1ObjectStructID:: ds 1 \1ObjectSprite:: ds 1 \1ObjectYCoord:: ds 1 @@ -300,7 +299,7 @@ map_object: MACRO \1ObjectScript:: ds 2 \1ObjectEventFlag:: ds 2 ds 2 -endm +ENDM sprite_anim_struct: MACRO \1Index:: ds 1 ; 0 |