summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2018-11-18 12:44:39 -0500
committerGitHub <noreply@github.com>2018-11-18 12:44:39 -0500
commitcbf4c663611d4b7d07f3fc8d43f0be756ccc19ed (patch)
treef71e627c4af610124b7f77cc4a9c2dad2adf02f6 /home/map.asm
parentc05a2d255befc2d3b7fdf3c5375fa9a015c13632 (diff)
parent3202c4f3dfeac64d815e3b5ee3ee8e891c2b1ba2 (diff)
Merge pull request #577 from Rangi42/master
Resolve issue #575: Rename text commands
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/map.asm b/home/map.asm
index 02cfc4b11..bb88bebe6 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1108,21 +1108,21 @@ ObjectEvent::
ObjectEventText::
text_far _ObjectEventText
- db "@"
+ text_end
BGEvent::
jumptext BGEventText
BGEventText::
text_far UnknownText_0x1c46fc
- db "@"
+ text_end
CoordinatesEvent::
jumptext CoordinatesEventText
CoordinatesEventText::
text_far UnknownText_0x1c4706
- db "@"
+ text_end
CheckObjectMask::
ldh a, [hMapObjectIndexBuffer]