diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-18 12:01:29 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-18 12:01:29 -0600 |
commit | b4ad9d97b6604056c51238cf4ced45411962c86d (patch) | |
tree | 85731426652bb18997be09c1394d796bf70759ef /common.asm | |
parent | d5f1914a4587608ed6af97b756225ceef07faf21 (diff) |
guard/water text
hg-commit-id: 5a839741011c
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -52327,7 +52327,14 @@ _UnnamedText_1dfe7: ; 0x8aa5c db "the road's closed.", $57 ; 0x8aa5c + 77 bytes -INCBIN "baserom.gbc",$8aaa9,$8aaef - $8aaa9 +UnknownText_8aaa9: ; 0x8aaa9 + db $0, "Whoa, boy!", $4f + db "I'm parched!", $55 + db "...", $55 + db "Huh? I can have", $55 + db "this drink?", $55 + db "Gee, thanks!@@" +; 0x8aaa9 + 70 bytes _UnnamedText_1dff1: ; 0x8aaef db $0, $51 |