From 5b4ef99f4bfec7a1cf41cd3eab601d355bb0fadf Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Tue, 17 Jul 2018 15:42:49 -0400 Subject: Add all dummy scripts. --- home/talk_to_npc.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'home') 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 -- cgit v1.2.3