summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
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 b6f30f7c7..02cfc4b11 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1107,21 +1107,21 @@ ObjectEvent::
jumptextfaceplayer ObjectEventText
ObjectEventText::
- text_jump _ObjectEventText
+ text_far _ObjectEventText
db "@"
BGEvent::
jumptext BGEventText
BGEventText::
- text_jump UnknownText_0x1c46fc
+ text_far UnknownText_0x1c46fc
db "@"
CoordinatesEvent::
jumptext CoordinatesEventText
CoordinatesEventText::
- text_jump UnknownText_0x1c4706
+ text_far UnknownText_0x1c4706
db "@"
CheckObjectMask::