diff options
author | entrpntr <entrpntr@gmail.com> | 2020-03-17 14:36:59 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-03-17 14:36:59 -0400 |
commit | d7327a64949c5abb607299184507c89e4c4f1387 (patch) | |
tree | 0666f1f620cc06fd71846ffcdd6f7f5fd681cf39 /home/map.asm | |
parent | 2101159b63fd4fd30499fe2ab639060d97f043e7 (diff) |
Cleanup macros before continuing.
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 10 |
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] |