diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-11-18 12:44:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-18 12:44:39 -0500 |
commit | cbf4c663611d4b7d07f3fc8d43f0be756ccc19ed (patch) | |
tree | f71e627c4af610124b7f77cc4a9c2dad2adf02f6 /home/map.asm | |
parent | c05a2d255befc2d3b7fdf3c5375fa9a015c13632 (diff) | |
parent | 3202c4f3dfeac64d815e3b5ee3ee8e891c2b1ba2 (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.asm | 6 |
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] |