diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-17 15:42:49 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-17 15:42:49 -0400 |
commit | 5b4ef99f4bfec7a1cf41cd3eab601d355bb0fadf (patch) | |
tree | d5eec033243b0031afd3a82d47bbe1b7779d1675 /home/talk_to_npc.asm | |
parent | 4a526ba36123dbd96ac7f4770ec04f04f56ea56e (diff) |
Add all dummy scripts.
Diffstat (limited to 'home/talk_to_npc.asm')
-rw-r--r-- | home/talk_to_npc.asm | 8 |
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 |