summaryrefslogtreecommitdiff
path: root/data/decorations/attributes.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-06-24 19:54:03 -0400
committerGitHub <noreply@github.com>2018-06-24 19:54:03 -0400
commit0cbe04da44744073c4c164df970b1571b1fda1a6 (patch)
tree3af0a92f5f7dc10f32eed04d9daae52749fc33c2 /data/decorations/attributes.asm
parent131875d3e37044ec995287af7c93decd86a0d659 (diff)
parent1d9a68dbdd0132035f1fc7b7ea8f7fdc24741507 (diff)
Merge pull request #531 from mid-kid/master
Remove all address comments
Diffstat (limited to 'data/decorations/attributes.asm')
-rw-r--r--data/decorations/attributes.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/decorations/attributes.asm b/data/decorations/attributes.asm
index a60f441a6..1be457395 100644
--- a/data/decorations/attributes.asm
+++ b/data/decorations/attributes.asm
@@ -5,7 +5,7 @@ decoration: MACRO
db \5
ENDM
-DecorationAttributes: ; 26a4f
+DecorationAttributes:
; entries correspond to deco constants
decoration DECO_PLANT, $00, $0, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1, $00
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_BED, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1, $00
@@ -60,4 +60,3 @@ DecorationAttributes: ; 26a4f
decoration DECO_DOLL, TENTACOOL, SET_UP_DOLL, EVENT_DECO_TENTACOOL_DOLL, SPRITE_TENTACOOL
decoration DECO_PLANT, GOLD_TROPHY, SET_UP_DOLL, EVENT_DECO_GOLD_TROPHY, SPRITE_GOLD_TROPHY
decoration DECO_PLANT, SILVER_TROPHY, SET_UP_DOLL, EVENT_DECO_SILVER_TROPHY, SPRITE_SILVER_TROPHY
-; 26b8d