diff options
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] |