diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-10-20 22:24:17 +0000 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-10-20 18:24:17 -0400 |
commit | e3e0bcd653f8d671f6fd1390fa922e3b644f4a34 (patch) | |
tree | 27c9b465e4d3e0de2649a5755a9f0b5021b05798 /home/map.asm | |
parent | 3fc2ba41f7bc7fcf1e51f821b4e07525e0e4a873 (diff) |
#641 fixes and additions. (#646)
Name a lot of text labels according to our conventions
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm index 02df97323..b3ef17da8 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1114,14 +1114,14 @@ BGEvent:: jumptext BGEventText BGEventText:: - text_far UnknownText_0x1c46fc + text_far _BGEventText text_end CoordinatesEvent:: jumptext CoordinatesEventText CoordinatesEventText:: - text_far UnknownText_0x1c4706 + text_far _CoordinatesEventText text_end CheckObjectMask:: |