summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm12
1 files changed, 4 insertions, 8 deletions
diff --git a/hram.asm b/hram.asm
index 9d8da3f..1803496 100644
--- a/hram.asm
+++ b/hram.asm
@@ -79,17 +79,13 @@ hSpriteHeight:: ; ffb0
NEXTU
-hConnectionStripLength:: ; ffaf
- db
-hConnectedMapWidth:: ; ffb0
- db
+hConnectionStripLength:: db ; ffaf
+hConnectedMapWidth:: db ; ffb0
NEXTU
-hMapObjectIndexBuffer:: ; ffaf
- db
-hObjectStructIndexBuffer:: ; ffb0
- db
+hMapObjectIndexBuffer:: db ; ffaf
+hObjectStructIndexBuffer:: db ; ffb0
ENDU