summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-03-17 14:36:59 -0400
committerentrpntr <entrpntr@gmail.com>2020-03-17 14:36:59 -0400
commitd7327a64949c5abb607299184507c89e4c4f1387 (patch)
tree0666f1f620cc06fd71846ffcdd6f7f5fd681cf39 /home/map.asm
parent2101159b63fd4fd30499fe2ab639060d97f043e7 (diff)
Cleanup macros before continuing.
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/map.asm b/home/map.asm
index d331c40d..d6da26c2 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1390,21 +1390,21 @@ ObjectEvent::
ObjectEventText::
text_far _ObjectEventText
- db "@"
+ text_end
BGEvent::
jumptext BGEventText
BGEventText::
- text_far BGEventText_
- db "@"
+ text_far _BGEventText
+ text_end
CoordinatesEvent::
jumptext CoordinatesEventText
CoordinatesEventText::
- text_far CoordinatesEventText_
- db "@"
+ text_far _CoordinatesEventText
+ text_end
CheckObjectMask::
ldh a, [hMapObjectIndexBuffer]