summaryrefslogtreecommitdiff
path: root/home/talk_to_npc.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/talk_to_npc.asm')
-rw-r--r--home/talk_to_npc.asm20
1 files changed, 10 insertions, 10 deletions
diff --git a/home/talk_to_npc.asm b/home/talk_to_npc.asm
index 69bee3e..ddc2fcd 100644
--- a/home/talk_to_npc.asm
+++ b/home/talk_to_npc.asm
@@ -1,25 +1,25 @@
include "constants.asm"
-if DEBUG
-SECTION "Unknown 3025", ROM0 [$3025]
-else
-SECTION "Unknown 3025", ROM0 [$2fe9]
-endc
+; if DEBUG
+SECTION "home/talk_to_npc.asm", ROM0
+; else
+; SECTION "Unknown 3025", ROM0 [$2fe9]
+; 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
@@ -358,4 +358,4 @@ SetFFInAccumulator:: ; 3240
dec a
ret
-; 3243
+; 3243 \ No newline at end of file