summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/talk_to_npc.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/talk_to_npc.asm b/home/talk_to_npc.asm
index 9874234..ddc2fcd 100644
--- a/home/talk_to_npc.asm
+++ b/home/talk_to_npc.asm
@@ -7,19 +7,19 @@ SECTION "home/talk_to_npc.asm", ROM0
; endc
MapDefaultText::
- ld hl, .Text
+ ld hl, GameplayText
call OpenTextbox
ret
-.Text: ; 00:302c
+GameplayText:: ; 00:302c
text "ゲームフりーク!"
done
Function3036:: ; 3036
- ld hl, .Text
+ ld hl, EmptyText
ret
-.Text: ; 00:303a
+EmptyText:: ; 00:303a
db "@"
CallMapTextSubroutine:: ; 00:303b